text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Where is function browserContext.overridePermissions(origin, permissions)?
Body: I need to get the read and write permissions of the **clipboard**, but in the headless mode, I can only use this function to increase the permissions. The test is valid in puppeteer, but there is no such function in pyppeteer. I loo... | 0easy |
Title: bug: SQS list_queues doesn't support nextToken
Body: ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
using boto3 client:
response = client.list_queues(MaxResults=100)
response doesn't hold any nextToken field.
- I have 2000 sqs queues
### Expecte... | 0easy |
Title: Marketplace - fix the navigation bar, margins are too big
Body: ### Describe your issue.
The nav bar should stretch almost the entire screen. Can we adjust so that the bar only has a 16px margin between the sides of the browser and the nav bar itself?
The max that the nav bar should stretch is 1600px. Oth... | 0easy |
Title: Explore needed changes to support violinplots
Body: This could intuitively straightforward, as they are very similar to boxplots... But, is it ? | 0easy |
Title: Legend colors are not updated when colors are set with format strings or color kwarg
Body: The legend colors are set by the palette and not updated when the colors are specified manually. To replicate the bug:
```
# import
import hypertools as hyp
import numpy as np
from scipy.stats import multivariate_n... | 0easy |
Title: c_tf_idf_.indptr is None when attempting to save merged model
Body: After using `BERTopic.merge_models`, I am unable to save the resulting model. Here is some repro code:
```python
import bertopic
from bertopic import BERTopic
from sklearn.datasets import fetch_20newsgroups
from sklearn.decomposition import... | 0easy |
Title: Documentation error in allure-robot framework.
Body: In MAC, the below command failed with ;. Hence raised this issue.
Need to add : instead of; for custom directory output in robot framework command .
https://github.com/allure-framework/allure-python/blob/master//allure-robotframework/README.rst
In the belo... | 0easy |
Title: [ENH] Include additional forecasters specifically meant for intermittent demand.
Body: **Is your feature request related to a problem? Please describe.**
To my knowledge, the only forecaster currently implemented specifically designed to forecast intermittent demand is Croston.
**Describe the solution you'd li... | 0easy |
Title: [Feature] Simulate aiohttp interface for async operations
Body: **Is your feature request related to a problem? Please describe.**
`aiohttp` is a widely used library, which includes connection via HTTP and WebSockets. It would be extremely helpful to have a `aiohttp`-like interface for this library as it will:
... | 0easy |
Title: saltelli.sample enables user defined skip_values?
Body: Hey,
I was trying to use saltelli.sample and found that the skip_values is not a parameter in the method. The value used is 1000 in the code. It might be good to add skip_values as a parameter. Or is there any particular reason that skip_values is hidden... | 0easy |
Title: MissingConverter: Unable to find converter <class 'sklearn.preprocessing._encoders.OrdinalEncoder'>
Body: ```
---------------------------------------------------------------------------
MissingConverter Traceback (most recent call last)
/var/folders/f2/9tbmpg411hndwc482xn850br0000gn/T... | 0easy |
Title: ENH: remove unreachable constructors wrappers from `xorbits.pandas`
Body: ### Is your feature request related to a problem? Please describe
We have several unreachable constructor wrappers that could be removed.
https://github.com/UranusSeven/xorbits/blob/3281ef9b20222df7125093aa0d0503c8611862c0/python/xorbi... | 0easy |
Title: Add exponential backoff retry for API errors
Body: When the upstream API returns an error that's out of our control, use exponential backoff to attempt to retry the original request and return it to the original return location | 0easy |
Title: [Feature Request] Make DecentralizedAverager resistant to KeyboardInterrupt
Body: __Update:__ The issue is fixed for the DHT but remains unsolved for DecentralizedAverager.
Currently, if you're running hivemind.DHT in jupyter (or an interactive console), you will sometimes need to hit "interrupt" when prototy... | 0easy |
Title: Virtualized table error when navigating past the lower edge of the viewport
Body: Issue first described in https://github.com/plotly/dash-table/issues/447.
The bug seems fixed in `dash==1.0.2` but that can only have happened by random luck.
There's no actual fix to be done here, just adding a test to make ... | 0easy |
Title: Add links to cookbook examples to the docs
Body: We have a new cookbook section: https://github.com/ploomber/projects/tree/master/cookbook
where we add minimal examples for certain use cases, we should add links to each one on the relevant sections in the docs | 0easy |
Title: ViewSet filter date picker missing margin
Body: <!--
Found a bug? Please fill out the sections below. 👍
-->
### Issue Summary
filtering a snippet by date shows the date field missing margins on one side.

<!--
A ... | 0easy |
Title: Add Japanese translation of deployment guides #190
Body: Once #190 is closed, we can start working on Japanese translation of the new pages.
### The page URLs
* https://slack.dev/bolt-python/
## Requirements
Please read the [Contributing guidelines](https://github.com/slackapi/bolt-python/blob/main/.... | 0easy |
Title: Make plot_duplicates output clearer
Body: ## WHAT
Make `plot_duplicates` output clearer.
## WHY
The graph plotted by `plot_duplicates` output can be cluttered, especially when there are several duplicates found for an image. The titles of each image run into each other, which makes it hard to read the plot.... | 0easy |
Title: Problems loading models
Body: OK. I have trained models and I have them sitting in this directory.
C:\Users\User\GBAW23
When I try to run this code.
automl = AutoML(results_path=r"C:\Users\User\GBAW23")
I get this error
What am I doing wrong?
2023-05-19 20:24:33,807 supervised.exceptions ERR... | 0easy |
Title: VWMA support for MA method.
Body: Simple question,
Is there a reason why not all MA's are supported in the ma method ?
As an example, I would like to use the VWMA with ADX.
Maybe I missed something. ?
Regards, | 0easy |
Title: Enable PDF on Read the Docs
Body: Provided one has the correct dependencies on, e.g., Ubuntu Linux 22.04, our docs can be built to a Latex PDF, but this is no longer enabled on Read the Docs (long ago, it was automatically included).
Check what is needed to enable the PDF output again. | 0easy |
Title: Lazy decomposition raises error on mask check
Body: [Noticed by @erh3cq](https://gitter.im/hyperspy/hyperspy?at=5fe024fd63fe0344960c993a)
https://github.com/hyperspy/hyperspy/blob/7bdee7a854a52187a6f78c045184d0d9a783ee51/hyperspy/_signals/lazy.py#L883
The above line should read `if navigation_mask.any() or s... | 0easy |
Title: Add internal API reference for datalab adapter modules in docs
Body: <!-- Please be as detailed as possible in your issue. INCLUDE the exact code you are trying to run, if your question is related to code. -->
Include (internal) API reference for the `clenalab.datalab.internal.adapter` modules ([link](http... | 0easy |
Title: Add `multiclass` fine-tuning example
Body: It would be great to have more examples for fine-tuning in the library!
Similar to current examples for [binary-segmentaion](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) and [multi-label](https://github... | 0easy |
Title: [FEATURE] Add a parsable (JSON or XML) endpoint for results
Body: <!--
DO NOT REQUEST UI/THEME/GUI/APPEARANCE IMPROVEMENTS HERE
THESE SHOULD GO IN ISSUE #60
REQUESTING A NEW FEATURE SHOULD BE STRICTLY RELATED TO NEW FUNCTIONALITY
-->
**Describe the feature you'd like to see added**
Current the `/search... | 0easy |
Title: `allow_x00=False` not affecting Headers and Cookies [BUG]
Body: ### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/sche... | 0easy |
Title: [Tech debt] Improve interface for RandomSnow
Body: Right now in the transform we have separate parameters for `snow_point_lower` and `snow_point_higher`
Better would be to have one parameter `snow_point_range = [snow_point_lower, snow_point_higher]`
=>
We can update transform to use new signature, keep ... | 0easy |
Title: Pydantic "exclude" option is not working anymore
Body: **Describe the bug**
After upgrading from version 1.22.6 to version 1.23.0, pydantic property exclude stopped working.
**Expected behavior**
I have a user model which have email and password and I don't want to save the password to mongo. I have the fol... | 0easy |
Title: [DOCS] grouped metrics lack documentation
Body: Feels like a good thing to add. | 0easy |
Title: Update notification email header image
Body: ### Issue Summary
When receiving an email notification from Wagtail, the image header appears to use the old logo and green/teal background.
<img width="619" alt="Screenshot 2024-09-27 at 11 49 07 AM" src="https://github.com/user-attachments/assets/e907f1cb-e43d... | 0easy |
Title: Marketplace - The headers of each section all have different text styles. Change it to Poppins font so they're consistent
Body: ### Describe your issue.
Marketplace - The headers of each section "Featured agents", "Top agents", "Featured creators" and "Become a creator" all have different text styles. Change ... | 0easy |
Title: explicit configuration file missing in readthedocs.yml
Body: ### What is your issue?
According to https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/
`configuration: doc/conf.py`
needs to be added to .readthedocs.yaml:
https://github.com/pydata/xarray/b... | 0easy |
Title: 训练的问题
Body: 1.为什么8块和16块的GPU在训练的参数不同?
2.为什么针对不同测试数据集,训练的参数不同?
谢谢回复。
| 0easy |
Title: Tab-completion fails when looking for some special strings in aliases ("less", "more" and "dir")
Body: ## Steps to Reproduce
type in xonsh:
```python
"less" in ali
```
2. press tab.
Expected behavior: the commandline should read:
```python
"less" in aliases
```
What happens: No autocompletion is done... | 0easy |
Title: `List Should Contain Sub List` does not detect failure if only difference is empty string
Body: I expect all of the following to raise AssertionError, as the second list is not a subset of the first:
```python
from robot.libraries.Collections import Collections
second = [""]
Collections().list_should_con... | 0easy |
Title: Add data loader for HF oasst1
Body: Currently, data needs to be manually downloaded and a path specified via config to train on OpenAssistant datasets (both internal and https://huggingface.co/datasets/OpenAssistant/oasst1/blob/main/2023-04-12_oasst_ready.trees.jsonl.gz) so that the tree can be parsed by [`model... | 0easy |
Title: Make moderations threshold parameters parameterized
Body: Make moderations threshold parameters parameterized
Make it such that users can enter specific values for the 6 openai moderations categories, and support for pre-defined values (like profiles) that can be loaded from file similar to `openers` in convers... | 0easy |
Title: 20bn website is not available, where can I download data?
Body: Hi,
I need to download the something-to-something and jester datasets. But the 20bn website "[https://20bn.com](https://20bn.com)" are not available for weeks, the error message is "503 Service Temporarily Unavailable".
I have already downloaded... | 0easy |
Title: Adopt Collectfasta
Body: [Collectfast](https://github.com/antonagestam/collectfast) is archived, long live [Collectfasta](https://github.com/jasongi/collectfasta).
The django newletter contained a link to the succssor of collectfast: https://jasongi.com/2024/03/04/speed-up-djangos-collectstatic-command-with-... | 0easy |
Title: Add documentation about the demo example and clean up `examples`
Body: This is a good issue for someone interested in documentation. It doesn't require any particular knowledge of Vizro but does need an interest in poking through our [examples folder in within `vizro-core` for this repo](https://github.com/mckin... | 0easy |
Title: output to buffer
Body: i need to save to io.buffer
something like:
```python
buf = io.BytesIO()
mpf.plot(
candles,
type='candle',
mav=(3, 6, 9),
volume=True,
show_nontrading=True,
figratio=(6, 6),
title="Graph",
style='yahoo',
savefig=buf
)
buf.seek(0)
```
| 0easy |
Title: 📝 Followup with documentation - External Features
Body: I still support some old features here as an external service, you can help with extending the level of the documentation, such as update for the documentation ( more user-friendly 😞)
## External Features:
- Instrument/profiler - https://authx-v0.ye... | 0easy |
Title: Require `--suite parent.suite` to match the full suite name
Body: When you use `--test parent_name.test_name`, there must be a test named `test_name` in a suite named `parent_name` and that suite must also be the root suite. On the other hand, `--suite parent_name.suite_name` works so that `parent_name` can also... | 0easy |
Title: Tutorial to connect Supabase to Streamlit
Body: **Is your feature request related to a problem? Please describe.**
Tutorial instructions on how to use Streamlit with Supabase as a data source
**Describe the solution you'd like**
A PR or guide against https://github.com/streamlit/docs/blob/main/content/kb/tu... | 0easy |
Title: posargs with `:` crashes virtualenv
Body: ## Issue
`posargs` with `:` are not properly passed, `virtualenv` crashes.
## Environment
Provide at least:
- OS: Ubuntu 20.04
- `pip list` of the host Python where `tox` is installed:
```console
Package Version
--------------------- ---------... | 0easy |
Title: Add caching to load_dag
Body: `load_dag` is an expensive operation and many times it's called with the same argument, so we should cache the result
here's the implementation:
https://github.com/ploomber/ploomber/blob/2e0d764c8f914ba21480b275c545ea50ff800513/src/ploomber/jupyter/manager.py#L107
so every ... | 0easy |
Title: tox quickstart: error: the following arguments are required: root
Body: ## Issue
I ran `tox quickstart` as described in https://tox.wiki/en/latest/user_guide.html.
and get the error `tox quickstart: error: the following arguments are required: root`.
It seems that either the default parameter that shoul... | 0easy |
Title: [Feature request] Add apply_to_images to InvertImg
Body: | 0easy |
Title: Scattering2D docstring contains an outdated example
Body: See
https://github.com/kymatio/kymatio/blob/master/kymatio/scattering2d/scattering2d.py#L37
```python
# 1) Define a Scattering object as:
s = Scattering2D(J, M, N)
# where (M, N) are the image sizes and 2**J the scale o... | 0easy |
Title: problem with azure, api key and/or config.yaml
Body: ### Is your feature request related to a problem? Please describe.
First, congratulations for this app, its terrific! :)
My problem: my credits in openai finished, and I need to use my credits in azure. OpenInterpreter are not working with azure for me. I'... | 0easy |
Title: [UX] `sky show-gpus` with an expired authentication of k8s shows long error message
Body: <!-- Describe the bug report / feature request here -->
`sky show-gpus`
```
sky show-gpus
ERROR:root:exec: process returned 1. F0109 21:40:59.931088 61835 cred.go:145] print credential failed with error: Failed to... | 0easy |
Title: Add `id` and `finish_reason` to `ModelResponse`
Body: These fields would be used to populate `gen_ai.response.id` and `gen_ai.response.finish_reasons` in https://opentelemetry.io/docs/specs/semconv/gen-ai/gen-ai-spans/#genai-attributes | 0easy |
Title: Bug (?) from #2041
Body: This new pattern in ``PlotCurveItem.setPen``, ``PlotCurveItem.setBrush``, and others has caused a number of breaks for me:
https://github.com/pyqtgraph/pyqtgraph/blob/4e350d03ac2007c47cbfcca9d3b77a6a2a638e5c/pyqtgraph/graphicsItems/PlotCurveItem.py#L373-L380
I believe it would be s... | 0easy |
Title: Rename the API class to App
Body: API can be confusing in that it is unclear that the class represents a WSGI "app", not the Falcon "api". Therefore, we have decided to rename the class and module. `falcon.API` should continue to be available as a deprecated alias. The docs will need to be updated accordingly. | 0easy |
Title: Add Python 3.13 to CI checks
Body: | 0easy |
Title: Add DaysInMonth primitive
Body: - This primitive determines the number of days in a month of a certain datetime | 0easy |
Title: Move from `setup.cfg` to `pyproject.toml`
Body: References:
- https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
- https://github.com/abravalheri/ini2toml | 0easy |
Title: Multiple conversations in parallel without closing old ones
Body: **Is your feature request related to a problem? Please describe.**
Can we have multiple conversations/threads that are not closed and can be continued any time?
**Describe the solution you'd like**
Do not force user to use "End conversation"... | 0easy |
Title: Whether the hyperparameter search algorithm will refer to the value of additionalMetricNames
Body: If not, is the purpose of the additionalMetricNames parameter just for visualization? It will not affect the experimental results?
Please help me answer this question, thank you very much !!!🙏 | 0easy |
Title: [DOCS] Clarify difference in function between data/external and data/raw
Body: Based on the `<-` descriptions in the 'Directory structure' section of the documentation, there doesn't seem to be clear-cut criterion for choosing between `data/external` and `data/raw` in those cases where the original data dump *or... | 0easy |
Title: Make response short-circuiting docs clearer and more visual
Body: Based on a question from our community (by @amarynets), where one is wondering whether setting `resp.complete = True` in `process_response` will stop any remaining `process_response` methods.
The docs state clearly
> However, any `process_resp... | 0easy |
Title: Add triangular git workflow helpers to documentation / contribution
Body: On the [contributing page](http://www.scikit-yb.org/en/latest/contributing.html) on the website and in [contributing.md](https://github.com/DistrictDataLabs/yellowbrick/blob/develop/CONTRIBUTING.md) there are beginner-friendly instructions... | 0easy |
Title: Default value for custom input object type
Body: I have a custom input object type
```
class Filters(graphene.InputObjectType):
name = graphene.String()
type = graphene.List(graphene.String)
```
and the query definition
```
class Query(graphene.Object... | 0easy |
Title: More user information should be included in user mode scoreboard export
Body: User mode scoreboard CSV exports are missing the user IDs as well as user emails.
https://github.com/CTFd/CTFd/blob/2c32791c241cd9ee6bb3183ed2221154e70a927f/CTFd/utils/csv/__init__.py#L117-L126 | 0easy |
Title: Clarify which methods allow keyword arguments or require a dict
Body: In the README it [says][1]:
> puppeteer uses an object for passing options to functions/methods. pyppeteer methods/functions accept both dictionary (python equivalent to JavaScript's objects) and keyword arguments for options.
>
> ### Di... | 0easy |
Title: typed.List __repr__()
Body: In Numba 0.60, I notice that the `__repr()__` for `typed.List` shows an ellipsis (as if there is more data) at the end of the list, even if the full array has been printed. Example:
```
from numba.typed import List
l = List([1,2,3,4])
print(repr(l))
```
Output:
```
ListTyp... | 0easy |
Title: Utilize {% querystring %} template tag
Body: ### Describe the problem
The querystring handling pagination currently has quite complex logic in `weblate.trans.forms.SearchForm`. Most likely it can be fully eliminated by using the `{% querystring %}` template tag introduced in Django 5.1 (required by Weblate sin... | 0easy |
Title: Allow WHILE limit to be modified in listener V3
Body: Currently it is impossible to change WHILE limit settings using the listener interface- listener object is created before control is passed to attached listeners, thus modifying while body parameters related to the limit is pointless.
It might be useful to... | 0easy |
Title: [ENH] Coalesce function that doesn't delete columns
Body: # Brief Description
It seems the coalesce function must always replace all input columns with one output column. While this makes sense from the meaning of "coalesce" I can think of cases when this is not the desired outcome.
For example, I have a c... | 0easy |
Title: Setup.py uses the imp module that is deprecated
Body: while trying to run `python setup.py test` I get the warning
`DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses`
Since python 2 is no longer supported I think we can migrate to `im... | 0easy |
Title: Refactoring: environment variables
Body: Refactoring:
### First step
- [x] In completion search by substring instead of search by lprefix. Solved in #5388.
- [x] Fix setting variable using `xonsh -DVAR=VAL`. Solved in #5396.
- [x] Group env variables by xonsh components. First step is in #5501
### Second step... | 0easy |
Title: BUG: runtime error caused by `read_xxx` with relative path
Body: ### Describe the bug
In the interactive environment, the work dir of a local cluster is determined during initialization. If the current dir of IPython changed, loading a dataframe with a relative path may result in a FileNotFound error.
### To... | 0easy |
Title: Add a CI lint task to check st2client's README.md
Body: We need to make sure that the st2client `README.rst` file is acceptable to PyPI, since any syntax errors in it will cause the `push_st2client` task of the `st2cd.st2_finalize_release` workflow to fail.
We can check the syntax using the same renderer that... | 0easy |
Title: Add support for DRYAD data repository
Body: [Sorry if my issues sound like a broken record! I hope more contentproviders will open up BinderHub for more communities.]
### Proposed change
Support DRYAD (or [stash](https://github.com/CDL-Dryad/stash)) as a content provider (DOI + URL-based): https://datadrya... | 0easy |
Title: Docstring of align2d and estimate_shift2d should clarify units of shift
Body: Shifts are currently in pixels. Might be nice if they could also be in calibrated units if floats, but regardless should be clarified in the docstrings. | 0easy |
Title: [Feature] facebook/contriever support requring
Body: ### Checklist
- [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [ ] 2. Please use English, otherwise it will be closed.
... | 0easy |
Title: Add tests for mixed dimensions
Body: | 0easy |
Title: UnboundLocalError: local variable 'notebook' referenced before assignment
Body: There might be very mighty looking error message if there are some tasks with old notebooks.
```python
[2022-07-28 11:17:14,676: ERROR/MainProcess] Task apps.tasks.tasks.task_execute[d9904836-2f1a-4f38-8d6d-69f1999dc13d] raised u... | 0easy |
Title: Workflow
Body: Could someone comment, what is the workflow here.
If after the initial code generation, if user needs to modify or add new features to existing prompt text, next run of the command gpt-engineer <folder_name> will do what?
1. Completely remove existing code?
2. Append code with new changes?
... | 0easy |
Title: [CI] ci job `Test Build For Component katib-ui` is flaky
Body: ### What happened?
ERROR: failed to solve: process "/bin/sh -c npm config set fetch-retry-mintimeout 20000 && npm config set fetch-retry-maxtimeout 120000 && npm config get registry && npm config set registry https://registry.npmjs.org/ ... | 0easy |
Title: Improve test coverage
Body: <!-- Please use the appropriate issue title format:
BUG REPORT
Bug: {Short description of bug}
SUGGESTION
Suggestion: {Short description of suggestion}
OTHER
{Question|Discussion|Whatever}: {Short description} -->
## Description
Currently, the t... | 0easy |
Title: Add blueprint model
Body: It would be nice to use it's flexibility. | 0easy |
Title: ENH: implement `__array__` for index
Body: ### Is your feature request related to a problem? Please describe
Implement `__array__` for index.
The impl for dataframe could be helpful: #282 .
| 0easy |
Title: How to use the KDJ indicator?
Body: Hello, I'm new to pandas/FreqTrade and want to use pandas-ta because this library provide the KDJ indicator.
But I'm really confused how to use the KDJ in my strategy - how I can measure if the KDJ is positive or negative?
Thx in advance. | 0easy |
Title: Remove full stop at end of viewer/layer action names
Body: Related: #7231(https://github.com/napari/napari/pull/7231#discussion_r1741406517)
Some viewer/layer action names end with a full stop and some do not, e.g.,
https://github.com/napari/napari/blob/a9e7375e339a2240f6cc6affd05eceefa2e843e9/napari/com... | 0easy |
Title: Managing multiple pipelines that import modules with the same name
Body: In a layout like this:
```sh
some-pipeline/
pipeline.yaml
tasks.py
another-pipeline/
pipeline.yaml
tasks.py
```
If a user loads in Jupyter `some-pipeline/pipeline.yaml` for cell injection... | 0easy |
Title: TextProfiler only do case sensitivity at report
Body: Instead of case sensitivity being checked at profile time, we can leave sensitivity on and at report time we can then output collapse it if the options require case-insensitive. | 0easy |
Title: Bug: AsyncAPI 2.6.0 schema ignores messages schema overriding
Body: **Describe the bug**
1) In some way you describe the message, for example:
```python
@dataclass
class Input:
value: int
```
2) Describe the handler with this message:
```python
@broker.subscriber("in1")
async def handle_msg(a: In... | 0easy |
Title: [Documentation] Add examples how to apply transforms to videos
Body: We can apply the same transform to videos using `additional targets`.
But no one knows about this methods => need example notebook | 0easy |
Title: Disable multiple dates/date types in dcc.DatePicker*
Body: I'll open this here but I am aware that you're using [AirBnB's react-dates](https://github.com/airbnb/react-dates/issues) so I'll start here and then open an issue there if it's not something that can be implemented on the dash side.
We'd like to disa... | 0easy |
Title: Update Docs / Examples to Use yellowbrick.datasets.load_**
Body: Building off of:
https://github.com/DistrictDataLabs/yellowbrick/pull/417
We should update the documentation to use this much easier interface for using our example datasets.
Docs to Update:
- [x] Readme.md
- [x] Quick Start at http:/... | 0easy |
Title: webhook secret_token is not verified
Body: ### Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
### Operating system
Ubuntu 22.04.1 LTS
### Python version
3.10.6
### aiogram version
2.22.2
### Expecte... | 0easy |
Title: url parameters are not available in `dcc.Location`
Body: we're only sending the `window.location.pathname` (https://github.com/plotly/dash-core-components/blob/master/src/components/Location.react.js#L36) but we could send an object of `window.location.search` (https://stackoverflow.com/questions/5448545/how-to-... | 0easy |
Title: Add tests for ensemble save and load
Body: Add tests for ensemble save and load. It can be done:
- by using some existing learner
- or by writing simple learner framework mockup | 0easy |
Title: Document Structures in GraphQL Types.
Body: The structures PositiveInt, QuerySetList, TagList, PaginationType, BasePaginatedType and type factory PaginatedQuerySet should be documented in docs/general-usage/graphql-types.rst and how they are used by the decorators should be documented in docs/general-usage/deco... | 0easy |
Title: Draw Diagrams
Body: ## Description
Draw Diagrams and make they available in the [New Comers Guide](https://github.com/scanapi/scanapi/wiki/Newcomers)
- [ ] Class
- [ ] Sequence | 0easy |
Title: Defect Resolution Duration metric API
Body: The canonical definition is here: https://chaoss.community/?p=4727 | 0easy |
Title: Issue Age metric API
Body: The canonical definition is here: https://chaoss.community/?p=3629 | 0easy |
Title: @root_validator will not updated to model_validator
Body: ## Description
I have a @root_validator without having any parameter in my project like this:
```
from pydantic import BaseModel, root_validator
class Model(BaseModel):
name: str
@root_validator
def validate_root(cls, values):
... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.