text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Add alpha transparency to RadViz
Body: To make the RadViz a bit easier to read, we can add optional transparency, set by the user to be able to distinguish regions of more or less density. | 0easy |
Title: [Feature Request] tabIndex of Div should also accept number type
Body: In the origin React, parameter `tabIndex` could accept number type:

It would be better to add number type support for `tabIndex`:
 .coverage and response.html get generated on each tox run for tests. This muddles up the repo a bit.
**To Reproduce**
Run tox on a windows machine
Note '.coverage.<machine>.<date... | 0easy |
Title: [Feature request] Add balanced scale to `Affine`
Body: From FAQ https://albumentations.ai/docs/faq/#how-to-perform-balanced-scaling
The default scaling logic in `RandomScale`, `ShiftScaleRotate`, and `Affine` transformations is biased towards upscaling.
For example, if `scale_limit = (0.5, 2)`, a user m... | 0easy |
Title: posargs break when run on a subst'd drive
Body: ## Issue
Resolution of the absolute paths for posargs arguments fails when the tox root directory is located on a drive mapped with subst.
This happens, when e.g. a pytest test file is specified on the command line.
In my case, the sources are mapped to a Wi... | 0easy |
Title: Improve Debuggability in UTs of Trial Controller
Body: ### What you would like to be added?
Use the propagated gomega instance in replace of `func() bool`, like code here:
https://github.com/kubeflow/katib/blob/bc09cfd412da9220fcd13c5ff25a55fe86a6622f/pkg/controller.v1beta1/trial/trial_controller_test.go#L30... | 0easy |
Title: Admins should see an info on the challenge page when challenges are set to Admins Only
Body: Simple edge case for admins to forget they set challenges to be Admins Only. | 0easy |
Title: [DOC] More prominent examples of using aeon with sklearn
Body: ### Describe the issue linked to the documentation
it may just be me, but looking around our docs for examples on how to use aeon with sklearn cross validation etc, all I found was this
https://www.aeon-toolkit.org/en/v0.10.0/examples/distances/s... | 0easy |
Title: GeoQuadMesh.set_array cannot handle None
Body: ### Description
I have an rgb array of pixels that I'd like to project onto a globe to simulate what a spacecraft saw. To do this, I'm using pcolormesh. This requires me (as far as I know) to use set_array(None) in order to plot the rgb values (if I remove that par... | 0easy |
Title: Misc WS tutorial polishing
Body: * Address @CaselIT's remaining comments on the PR https://github.com/falconry/falcon/pull/2245
* Replace `print(...)` statements with logging
* (Insert other things that could be improved)
(Excluding #2256.) | 0easy |
Title: Avoid showing histograms for low cardinality quantitative attributes
Body: There is a bug related to quantitative attributes that have low cardinality. For example, we create a column of values where all the values are `4.0`. There is a warning message resulting from a divide-by-zero error and a histogram that l... | 0easy |
Title: Typo in logging of warning
Body: There is a typo in `warning` in '[...]/django_plotly_dash/models.py", line 110, in check_registered:
```
logger.warnng("django-plotly-dash: Unable to load stateless app: "+str(sa))
```
| 0easy |
Title: Preview extension: switch to LabIcon for the refresh button
Body: The switch to JupyterLab 2.0 was done in https://github.com/voila-dashboards/voila/pull/555.
One noticeable change in 2.x is the way icons are handled. Currently the dark theme is not handled properly (the refresh icon is too dim):
 it works
2) we don't somehow negate the performance gains | 0easy |
Title: It is not possible to set the "temperature" to 0
Body: ### Describe the bug
I understand that Open Interpreter can set the "temperature" parameter for LLM.
However, looking at the implementation you provided, it appears that setting `temperature = 0` is not possible. This is because in Python, the number `... | 0easy |
Title: [core] Place unit test alongside with the implementation
Body: ### Description
Bazel's general practice for C++ is to place header file, impl file and unit test files under the same folder.
Example for abseil: https://github.com/abseil/abseil-cpp/blob/master/absl/container/BUILD.bazel
### Use case
_No respons... | 0easy |
Title: Add new preset estimators, metrics, and cv iterators
Body: Sklearn has a TON of estimators, metrics, and cv iterators that could trivially be added to the `xcessiv.presets` package. I'm a bit focused on other issues to bother adding them all.
Anyone who can help add to the list can easily do so.
Adding pre... | 0easy |
Title: hivemind.compression: TypedStorage is deprecated
Body: Apparently, this happens starting from some torch version.
```python
/opt/conda/lib/python3.10/site-packages/hivemind/compression/base.py:115: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only s... | 0easy |
Title: [BUG] TimeSeries.append and prepend with empty array produces an unhelpful error message
Body: **Describe the bug**
`TimeSeries.prepend_values` produces a less-than-clear error message when called from a TimeSeries with a datetime axis and passed an empty array
**To Reproduce**
Steps to reproduce the beha... | 0easy |
Title: skopt.load/dump can not handle `Optimizer` instances
Body: `Optimizer` instances can not be serialised with `skopt.dump/load`. This is probably unexpected for users, or at the very leat inconvenient. More discussion in #305
It would make sense to extend `dump/load` to support "all" of the `skopt` classes etc.... | 0easy |
Title: Code Editor Copy to Clipboard
Body: ### Description
I've been using the `mo.ui.code_editor` widget to generate code and present it to the user.
This feature would be improved with an option to copy the code contents to the user's clipboard so they can easily copy and paste code into their editor or other tool... | 0easy |
Title: Typo in 4.1
Body: https://github.com/Yorko/mlcourse.ai/blob/master/jupyter_english/topic04_linear_models/topic4_linear_models_part1_mse_likelihood_bias_variance.ipynb
k should be renamed to x.

P.S. M... | 0easy |
Title: Topic 10 Kaggle template broken
Body: 
| 0easy |
Title: Documentation Improvement around Profiler Preset Options
Body: **Please provide the issue you face regarding the documentation**
Add documentation for preset options: https://github.com/capitalone/DataProfiler/pull/638/files#diff-00da4b3383cf04d1ea70e7d179d78433f0bfde3ac6909c791eb92363c5a34f3b | 0easy |
Title: [new]: `get_value(key_value_items, key)`
Body: ### Check the idea has not already been suggested
- [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction)
### Edit the title above with self-explanatory function name an... | 0easy |
Title: Remove deprecated JSONRequest
Body: Deprecated in 1.8.0. | 0easy |
Title: Minor typo in 4.1
Body: "X – is a matrix of obesrvations and their features".
There's a typo in the word "observations". | 0easy |
Title: Document what `factory.PostGeneration` and `factory.post_generation` should return
Body: #### The problem
In `reference.rst`, it's a bit unclear what `PostGeneration` and `post_generation` can and should return... What's more, reading the code it looks like one should be wary of shadowing declaration of `Base... | 0easy |
Title: Apply minor edits across core docs for enhanced readability
Body: This is a good issue for anyone interested in docs to the point of applying a style guide to some markdown. There's no rewriting required (just small tweaks) and no knowledge of Vizro is expected.
I think the core docs (and probably vizro-ai d... | 0easy |
Title: [BUG] transform column mutates dataframe
Body: I think it does so, and it shouldn't. Just leaving this here for my future reference.
The simple fix would be to add a `df.copy()` right before doing anything to the dataframe. | 0easy |
Title: Extend support for ordinal data type
Body: Ordinal data are common in rating scales for surveys, as well as attributes like Age or number of years for X.
Ordinal data currently gets classified as categorical, especially if the column contains NaN values.
The [young people survey dataset](https://www.kaggle.co... | 0easy |
Title: Tox ≥ 4.0.13 ignores package URL in deps is ignored
Body: ## Issue
A URL like https://github.com/kmike/pytest-mypy-testing/archive/refs/heads/async-support.zip in `deps` is ignored.
## Minimal example
Given this `tox.ini`:
```ini
[testenv:example]
deps =
https://github.com/kmike/pytest-mypy-te... | 0easy |
Title: [Feature request] Add apply_to_images to Sharpen
Body: | 0easy |
Title: `BaseSettings.setdefault` does nothing
Body: ### Description
Calling `setdefault` method of class `BaseSettings` does nothing.
### Steps to Reproduce
```python
from scrapy.settings import BaseSettings
settings = BaseSettings()
stored = settings.setdefault('key', 'value')
print(stored) # prints... | 0easy |
Title: Supporting users when database connection fails
Body: Configuring a database connection has a few friction points, users must ensure that the driver is installed, the credentials are correct, etc. Sometimes the errors are cryptic making it hard to understand what's going on. Unfortunately, errors are specific to... | 0easy |
Title: [BUG] Webhook error
Body: **Describe the bug**
Every so often, I get a console error about invalid web hooks. From what I can tell, everything still works though.
I just can't tell where they are coming from.
I don't know if it coincides with some users typing something and the bot responds with `The API ... | 0easy |
Title: Any reason why FastCRUD depends on FastAPI <0.110.0
Body: Is there any specific reason why FastCRUD depends on FastAPI <0.11.0 and is it easy to fix? The [FastAPI changelog](https://fastapi.tiangolo.com/release-notes/#01100) doesn't outline any breaking changes except for dependencies with "yield" and "except".... | 0easy |
Title: Layout as list of components does not work with Dash Pages page_container
Body: **Describe your context**
```
dash 2.17.1
dash_ag_grid 31.2.0
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-mantine-components ... | 0easy |
Title: Process: Kill started process if test or keyword timeout is exceeded
Body: If Robot's test or keyword timeout occurs when executing `Run Process` or `Wait For Process` keywords, the _keyword_ is stopped but the started _process_ is left running. It would be better to change this so that the process is killed. In... | 0easy |
Title: Rewrite README.md using restructured text so that it renders nicely on the PyPi page
Body: For eg: https://pypi.python.org/pypi/requests
Credits: @Naereen from https://github.com/MechCoder/mondrian-art/commit/fcb639dbbc055fdb41e8ffc283a18856dbc637be#commitcomment-22325181 | 0easy |
Title: [FEA] typecheck invalid api=... value
Body: **Is your feature request related to a problem? Please describe.**
When mistakingly writing `register(api='3')` vs `api=3`, error happened at `.plot()` and in a surprising way.
**Describe the solution you'd like**
Would have been better for `register()` to throw ... | 0easy |
Title: Fix gh links in gh release notes
Body: The new release notes are not rendered correctly in the GitHub releases. See [v0.1.25](https://github.com/tpvasconcelos/ridgeplot/releases/tag/0.1.25) for instance.
A simple solution would be to hard-code some regex logic in `extract_latest_release_notes.py` to deal spec... | 0easy |
Title: Add support for reason in WebSocket.close()
Body: Support for closing with a `reason` was added in version 2.3 of the [HTTP & WebSocket ASGI Message Format](https://asgi.readthedocs.io/en/latest/specs/www.html#http-websocket-asgi-message-format) (2021-02-02).
Also decide whether we want a way to derive the re... | 0easy |
Title: Marketplace - Can you add 12px to the margins here? so that in total it should be 60px between the end of the list item & the line
Body:
### Describe your issue.
Can you add 12px to the margins here? so that in total it should be 60px between the end of the list item & the line
. | 0easy |
Title: Marketplace - agent page - fix header fonts
Body: ### Describe your issue.
Font is too small, wrong font and wrong line-height. Fix this so that it follows "p-ui-medium" typography styling. Find the typography guide here:
https://www.figma.com/design/Ll8EOTAVIlNlbfOCqa1fG9/Agent-Store-V2?node-id=2759-9596&t... | 0easy |
Title: UAI style
Body: The UAI conference deadline is coming up soon. It would be useful to have the style. See https://www.auai.org/uai2022/submission_instructions. | 0easy |
Title: How to randomly null fields
Body: I'm probably missing something obvious, but I've been through the documentation a few times, and I can't find a way to sometimes assign None to a nullable field. (My specific case is a field that is sometimes a date and sometimes empty.) What is the correct way to do this? Is it... | 0easy |
Title: Add an option to turn off branding
Body: | 0easy |
Title: dvc exp list randomly choosing tags of the same commit
Body: This is not really a bug, but there is some inconsistency in behaviour between
`dvc exp list` and `dvc exp show --no-pager`.
The latter seems to consistently list the experiments under the checked out branch from which they were run (even if the... | 0easy |
Title: ISODateTime parse should probably use isoparse or fromisoformat
Body: Currently `ISODateTime`'s `parse` uses `dateutil`'s [`parser.parse`](https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.parse):
https://github.com/betodealmeida/shillelagh/blob/7afaf13ec822f8c56895a8aec6ad77a7de2ea600/src/s... | 0easy |
Title: add docs about Client Side Certificates for 2-way ssl
Body: I was expecting it in https://www.python-httpx.org/advanced/#ssl-certificates section.
I went to read the source code expecting parallel api like [this](https://stackoverflow.com/questions/9093289/how-to-create-a-dual-authentication-https-client-in-... | 0easy |
Title: Log levels don't work correctly with `robot:flatten`
Body: This problems was initially reported as part of #4919. It can be reproduced, for example, with this keyword:
```robotframework
*** Keywords ***
Flatten with levels
[Tags] robot:flatten
Log INFO 1 INFO
Log DEBUG 1 ... | 0easy |
Title: Add .query (query string) to router and deprecate .search
Body: According to https://developer.mozilla.org/en-US/docs/Web/API/Location the .search **includes** the ? which Solara does not.
If we change this, it will be a breaking change because people may already depend on this behaviour.
I suggest we keep `... | 0easy |
Title: Minute Editor: show some context
Body: Whenever I open the minute editor I am shown something like this:

Which tells me nothing about the event/contribution I'm editing. Knowing at least the title of the entry I'm edi... | 0easy |
Title: end-to-end tests
Body: Add end-to-end tests for:
- [x] **dynamic Batching** - addressed by #68
- [x] **Dynamic batching with streaming** - addressed by #68
- [x] single prediction #70
- [x] single streaming #247 | 0easy |
Title: Rename `Client` to `Prisma`
Body: ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
When using Prisma alongside other frameworks, it is not immediately clear what `Client` is a reference to - is it a HTTP Client? An external API Client?
## S... | 0easy |
Title: Extract rules from decision tree
Body: Please extract the rules as a text from Decision Tree. Maybe it will be easier to interpret? | 0easy |
Title: Create a new "--steps-config" that runs a loop and asks for feedback in the end and feeds it back to GPT Engineer to fix
Body: I think the "catch KeyboardInterrupt" in scripts/benchmark.py is a good pattern for being able to shut down the run, so that it goes to the "ask for input" step | 0easy |
Title: Support YAML OpenAPI Specs in Addition to JSON
Body: **Is your feature request related to a problem? Please describe.**
We maintain our OpenAPI spec in YAML, which is supported by many spec validators and other OpenAPI tooling. It would be great to able to generate the client directly from it instead of relyi... | 0easy |
Title: Docs: Shorten function and class references
Body: [Sphinx's](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-default_role) `default_role = "py:obj"` setting was added to our docs build in https://github.com/cleanlab/cleanlab/pull/700.
This allows us to simplify how we reference function... | 0easy |
Title: Pokemon.location_area_encounters URL is not consistent with other URLs
Body: Under a Pokemon resource (e.g. https://pokeapi.co/api/v2/pokemon/427), the URL to the encounters resource is not full. Meaning, unlike other URLs in the API, the client needs to ensure it requests it by prefixing the protocol and host.
... | 0easy |
Title: tqdm warning in notebook
Body: In kaggle notebook I got warning:
```
Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)
```

| 0easy |
Title: Topic 2 Part 1, Box plot explanation
Body: It looks like the word "horizontal", not "vertical", should be used in the phrase "The <b>vertical line</b> inside the box marks the median (50%) of the distribution" in the description of sns.boxplot picture.
Possibly, in the sentence "its <b>length</b> is determine... | 0easy |
Title: [BUG] After first_or_none of class FindMany, limit_number == 1 remains
Body: **Describe the bug and reproduce and expected behavior**
After first_or_none of class FindMany, limit_number == 1 remains.
So
```python
requests = RequestModel.find() # I have 3 requests
first_request = await requests.first_or_non... | 0easy |
Title: [Feature Request] Add multichannel support to RandomShadow
Body: RIght now we have:
```python
mask = np.zeros_like(img, dtype=np.uint8)
cv2.fillPoly(mask, vertices_list, (max_value, max_value, max_value))
```
in `add_shadow` function.
`cv2.fillPolly`, does not work with the number of channels > 4
=>... | 0easy |
Title: Add models weights to cache the test suite
Body: We should add the links of the weights used internally by kornia on the script https://github.com/kornia/kornia/blob/93114bf3f499eaac7c5f0f25f3e53ec356b191e2/.github/download-models-weights.py#L6 so these weights can be cached between the test jobs on the github a... | 0easy |
Title: Add autocomplete attributes to login/signup forms
Body: <img src="https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/946e04af-88d1-40d6-ab3d-7dea16a74fcb/c7bcc5dc-faf8-43a4-a65c-84067a33c053?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2E0Nzk0NmI1LTEyY2QtNGIzZC04ODIyLWRmMDRjODU1ODc5Zi... | 0easy |
Title: Topic 7 typo
Body: Agglomerative clustering
`# linkage — is an implementation if agglomerative algorithm`
should be `of` instead of `if`
Assignment 7
`For classification, use the support vector machine – class sklearn.svm.LinearSVC. In this course, we did study this algorithm separately, but it is well-kno... | 0easy |
Title: add an alternative to find_by_text that looks at all inner text
Body: The current implementation of `find_by_text` uses the following xpath: `//*[text()="some text"]`, which only looks at the first text node within an element. This makes it difficult to query for elements with text split across multiple text nod... | 0easy |
Title: Test coverage 100%
Body: For now the tests cover 87% of our code base, it would be cool if we can reach the 100% !
```
Name Stmts Miss Cover Missing
---------------------------------------------------------------
responder/__init__.py 2 0 100%
respo... | 0easy |
Title: `reset_search_buffer` is not covered by tests
Body: `reset_search_buffer` would benefit from a unit test (regression tracked in #13967). | 0easy |
Title: Airflow does not handle port properly in cookies when more instances opened in one browser
Body: ### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.10.3
### What happened?
When we use two airflow instances on different ip / machi... | 0easy |
Title: Convert some `unittest` tests to `pytest` style
Body: Some of our tests follow the `unittest` structure of creating tests. While these are fine, we want to migrate our tests to be in the more functional style of `pytest`.
For example, [`test_classification`](https://github.com/automl/auto-sklearn/blob/master/... | 0easy |
Title: Type Hints for Supabase-py
Body: It would be nice if we could get type hints on the library so that we can allow users to sanity check their code.
Thank you @dreinon for proposing this! | 0easy |
Title: Upgrade to Slash commands
Body: Please upgrade the bot to use slash commands since discord is encouraging this and users find it more appealing. Just create a new branch for it so who doesn't want it will use this one.
**Another feature is private threads. **
Please make a new command that creates private thre... | 0easy |
Title: Add save\load primitives to Hummingbird
Body: With the current design, saving and loading models has a couple of drawbacks (listed in #321). To overcome these we can add `save` and `load` primitives to HB.
A possibility is to have `save` and `load` as part of the package (as for `torch.save` and `onnx.save`) ... | 0easy |
Title: Improve UX around changing displacy's default port
Body: The default port of `displacy.serve` is 5000, which sometimes causes conflicts as described in https://github.com/explosion/spaCy/pull/11793.
`displacy.serve` already has a port keyword arg, but perhaps adding a global setting/env var would be good, too... | 0easy |
Title: Replace `go mock` with `client-go fake client` in unit tests
Body: ### What you would like to be added?
`go mock` should be replaced with `client-go fake client` in unit tests.
### Why is this needed?
Reference: https://github.com/kubeflow/katib/pull/2289#discussion_r1718769690
### Love this feature?
Give... | 0easy |
Title: [FEATURE] Change _parse_presort_exp from a private function to public
Body: **Context**
Add any other context or screenshots about the feature request here.
_parse_presort_exp was originally just used by the `partition` method. We are starting to use it in other places like the latest `limit` method of the e... | 0easy |
Title: Add GPTE CLI argument to output system information
Body: When running GPTE, it will be quite helpful to be able to quickly generate useful system information for use in debugging issues.
For example, this should be invoked as `gpte --sysinfo`.
This invocation should output system information in a standardi... | 0easy |
Title: Readme fix contact link
Body: The current contact link in the readme points to a google form, This should be pointing to a mailito tag with this destination email: contact@ploomber.io
@edblancas FYI | 0easy |
Title: [Core] Stale ray_cluster_<state>_nodes metrics
Body: ### What happened + What you expected to happen
I am observing stale values for `ray_cluster_active_nodes` and `ray_cluster_pending_nodes` metrics.
Example:
Dashboard shows this (accurate):
 more than `QUERY_MAXIMUM_RESULTS`.
**Describe the solution you'd like**
A warning when users try to select (`_... | 0easy |
Title: BUG: Wrong (?) documentation in geopandas.sindex.SpatialIndex.query
Body: - [x] I have checked that this issue has not already been reported.
I tried to search with keywords like `sindex`, `query` but found no similar results
- [x] I have confirmed this bug exists on the latest version of geopandas.
On ... | 0easy |
Title: remove `@requires` and use version from ploomber-core
Body: context: https://github.com/ploomber/ploomber/blob/248cb00fa3e690a88e8d55645d64c2666eb29e6e/src/ploomber/util/util.py#L21 | 0easy |
Title: Add e2e test for get.desec.io
Body: | 0easy |
Title: Add `assert_docstring_consistency` checks
Body: The [`assert_docstring_consistency`](https://github.com/scikit-learn/scikit-learn/blob/4ec5f69061a9c37e0f6b9920e296e06c6b4669ac/sklearn/utils/_testing.py#L734) function allows you to check the consistency between docstring parameters/attributes/returns of objects.
... | 0easy |
Title: Format and lint files in `mlflow/store/db_migrations`
Body: ### Summary
The DB migration scripts are not auto-generarted, safe to format and lint them.
```diff
diff --git a/pyproject.toml b/pyproject.toml
index 9ebc52ce3..e321bf6ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -171,7 +171,6 @@ extend-exc... | 0easy |
Title: Order, orientation -> transpose ?
Body: The `orientation` keyword is used to transpose 1d plots and make them vertical.
In the same way, the `order` keyword is used in 2D plots to change the way dims are interpreted.
https://github.com/lukelbd/proplot/blob/591dac72fd33124b793e6d1e37e297005196a633/proplot/wra... | 0easy |
Title: move the files toolbar from the top to the sidebar
Body: When output files are created the `Output Files` item is available in the top navbar. Please move it to the sidebar. On embed apps, it will not be available. | 0easy |
Title: ENH: Passing a single value to `.describe(percentiles = [0.25])` returns 25th- and 50th-percentile
Body: ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.htm... | 0easy |
Title: [FEA] highlight pattern matches and submatches
Body: **Is your feature request related to a problem? Please describe.**
When looking at a graph, want to highlight some paths, such as by a search
Currently, we can search `g.chain(...)` or `g._nodes.query(...)` but hard to then superimpose back: `g.nodes(g.... | 0easy |
Title: [ENH] Add ability to convert CamelCase to snake_case by default in clean_names
Body: # Brief Description
`clean_names()` right now does not convert names from camel case to snake case. I think it should, and in the spirit of being opinionated, it should be enabled by default.
# Example API
The current f... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.