text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: include_vars module unable to include new var with 'hash_behaviour: merge'
Body: ### Summary
When using `include_vars` module with `hash_behaviour: merge` it can only merge new keys into already existing hashes.
So in case when I want to define new hash or include new var along with extending existing in the s... | 0easy |
Title: trend feature for GBM(s)
Body: **Problem:**
GBMs are, in a lot of areas of ML, the most robust/efficient/easy to use ML algorithm and it's great to have them in Darts.
However, they cannot extrapolate beyond the range of values from training set. Timeseries often have trends (linear, poly or exp) which will no... | 0easy |
Title: 我在win7系统上跑的程序,可以运行demo和test,但训练就没办法了
Body: | 0easy |
Title: import gensim error. Uses triu function from scipy.linalg which is deprecated
Body: <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/g/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/ge... | 0easy |
Title: Support _circuit_diagram_info_protocol_ for customized rendering of tags in circuit diagrams
Body: This is a follow-up to #6411 which introduced `str()` as a default representation of tags in a text circuit diagrams.
This should be kept as a default method, but we would like to also support the `_circuit_diagra... | 0easy |
Title: BUG: value_counts() returns error/wrong result with PyArrow categorical columns with nulls
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.html) of pa... | 0easy |
Title: Type conversion: Remove support for deprecated `ByteString`
Body: [collections.abc.ByteString](https://docs.python.org/3/library/collections.abc.html#collections.abc.ByteString) that Robot's argument conversion supports has been deprecated in Python 3.12 and will be removed in Python 3.14. This basically makes t... | 0easy |
Title: Update `cirq.RANDOM_STATE_OR_SEED_LIKE` to support `np.random.Generator`
Body: **Is your feature request related to a use case or problem? Please describe.**
We have several modules that spwan multiple threads for performance. each of those threads would be running a random operation using a random state or sta... | 0easy |
Title: Delete
Body: | 0easy |
Title: Is it possible to add custom proxy?
Body: Can I use this with a custom OpenAI api proxy URL? | 0easy |
Title: Exclude_deterministic argument in Predictive does not apply for models with discrete latents
Body: See the forum issue https://forum.pyro.ai/t/enumerate-support-for-batch-dimensions-of-custom-distribution/7656/4
We need to move the logic of exclude_deterministic to the `infer_discrete` branch https://github.c... | 0easy |
Title: Page preview doesn't consider format
Body: Page preview needs to take into account format when previewing | 0easy |
Title: [Bug]: Poly3DCollection initialization cannot properly handle parameter verts when it is a list of nested tuples and shade is False
Body: ### Bug summary
The initialization of an `mpl_toolkits.mplot3d.Poly3DCollection` object cannot properly handle the parameter `verts` when `verts` = a list of (N, 3) array-... | 0easy |
Title: If --py-template-base-dir is None, report run fails
Body: This means that the default behaviour of falling back to the notebook_template_examples does not work at present. | 0easy |
Title: README outdated.
Body: ```markdown
Then, copy ca.crt, server.crt, and server.key to openvpn-server/secrets/.
```
Creating server.crt based on the instructions referenced in the README.md does not result in the creation of more than just the one file `ca.crt` it seems that `server.crt` and `server.key` do no... | 0easy |
Title: Improve error message when task function has wrong signature
Body: When a user declares a function with the argument `products` (instead of `product`), the error looks like this:
```
Error rendering task "get" initialized with function "get". Got unexpected arguments: ['product']. Missing arguments: ['prod... | 0easy |
Title: tox hangs but no subprocess running anymore
Body: ## Issue
Some times (not reproducable every time but i run into the issue quite often) tox does not terminate.
I run it with
```console
python3 -m tox run-parallel --conf "${config_dir}"/tox.ini --parallel auto --parallel-no-spinner --quiet
```
This comma... | 0easy |
Title: parallel batching for `find()`
Body: In `docarray/utils/find.py` we have a helper function `find_batched()` that performs exact kNN search on multiple input queries.
The current implementation treats all queries as one big batch; It calculates all distances for all queries in one go.
In some scenarios this i... | 0easy |
Title: Add web browser interaction to the WS tutorial
Body: Add a simple web page that is served from the tutorial's app, and make it connect and send/recv things over WS in a more visual way. Because that's what the majority of users use WS for 🙂 | 0easy |
Title: Marketplace - agent page - weird background color on certain elements, please get rid of bg color
Body: ### Describe your issue.
<img width="1513" alt="Screenshot 2024-12-17 at 19 21 49" src="https://github.com/user-attachments/assets/bad71cfa-1210-49b8-b95e-a8d86a746de1" />
<img width="1534" alt="Screensh... | 0easy |
Title: Fail CI fast on example failure
Body: Instead of running all notebook examples and then looking for errors as is currently done, we should fail fast. Fail the CI build as soon as one of the examples produces an error.
Some discussion here: https://github.com/scikit-optimize/scikit-optimize/pull/208#issuecomment... | 0easy |
Title: Add more and better tests and test cases
Body: # Sample code
Please checkout how the sample test cases in:
- https://github.com/mithi/hexapod-robot-simulator/tree/master/tests
# References
Get started with testing python
- https://realpython.com/python-testing/
Write Professional Unit Tests in P... | 0easy |
Title: Add brotlicffi support
Body: Currently, brotli compression is supported when using `brotli` or `brotlipy` (deprecated). We should also support it thorugh `brotlicffi`, the new name of `brotlipy`, which performs worse than `brotli` but works on PyPy. | 0easy |
Title: ansible-galaxy should dedupe collections from python install
Body: ### Summary
When I run `ansible-galaxy collection list` it lists the same collection as coming from:
* /home/florian/.local/share/pipx/venvs/ansible/lib/python3.13/site-packages/ansible_collections
* /home/florian/.local/share/pipx/venvs/ansibl... | 0easy |
Title: SDK task.upload_data() cannot be used with resources of the Path type
Body: ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
SDK has a `Task.upload_data()`, which cl... | 0easy |
Title: Bug in `Return From Keyword If` documentation
Body: In return_from_keyword_if function's description - documentation wrong description is given.
Proposed wording is in **bold**:
*NOTE:* Robot Framework 5.0 added support for native ``RETURN`` statement
and for inline ``IF``, and that combination sho... | 0easy |
Title: Args 'title', 'version' and 'openapi' ignored.
Body: Commit 'd24b921cdc4e19f062f8ae3dad01a5eaa69180dd' caused args `title`, `version` and `openapi` of the `API` intializer to be ignored. The OpenAPISchema is now initialized with hard-coded values which were probably meant as default fall-backs.
```
title="We... | 0easy |
Title: TypeError for path
Body: **Describe the bug**
I am using DemoGPT on MAC, and ran into TypeError once I submitted.
**To Reproduce**
Steps to reproduce the behavior:
1. On terminal, run app with command `streamlit run app.py`
2. Click on the example Language Translator
3. Click submit button
4. See error
... | 0easy |
Title: Text customize
Body: There is some text on the page, but it is hard coding in your index.js.
The better way is to make it customizable by parsing markdown or reading from the config file.
But, I think Gatsby is not as convenient as next.js in terms of reading data.... so do you consider changing the page fra... | 0easy |
Title: 遇到的问题和开发者更新说明贴
Body: # 关于此贴
此贴用于更新一些**开发说明**,和**遇到的故障**解决以及**列出详细的问题**和**提问交流**
**使用前请确保使用的是仓库最新推送的代码**
## 关于如何提issues以及避免无效提问
没有**任何**或**详细**的描述且问题可以在**网上搜到**以及**以前解决过**的issue,请不要随意提交。你不会得到任何的解决方案。
https://github.com/Johnserf-Seed/Stop-Ask-Questions-The-Stupid-Ways
## 关于终端
我用的是Windows Terminal <... | 0easy |
Title: Need to be able to zoom out more in the builder
Body: | 0easy |
Title: metric API
Body: The canonical definition is here: https://chaoss.community/?p=3464 | 0easy |
Title: uncontrollable chromium process caused by 'http.client.BadStatusLine: GET /json/version HTTP/1.1' exception
Body: ```python
browser = await launch(args)
```
Code above may cause 'http.client.BadStatusLine: GET /json/version HTTP/1.1' exception, this exception raised by urllib.urlopen().
In pyppeteer, urlope... | 0easy |
Title: Better data type detection for pre_aggregated, indexed dataframes
Body: When a dataframe is pre-aggregated, our type detection based on cardinality often fail to detect the type correctly. For example, when the dataset size is small (often the case when data is pre-aggregated), nominal fields would get recognize... | 0easy |
Title: Filter columns when doing predictions
Body: When doing predictions please use only columns that were used for model building. | 0easy |
Title: Error on hover event of parallel coordinates graph component
Body: I am trying to associate a callback to the hover event in a parallel coordinates plot, but it does not seem to work properly. More specifically, it raises the following JS error in my Dev Console:

### Steps to Reproduce
1. create a bounding box with automatic annotation so t... | 0easy |
Title: feat: parser: walrus assignment operator without parentheses
Body: I found that using walrus pretty useful with [decroator aliases](https://github.com/anki-code/xontrib-dalias) becuase it prints the result object immediately and the result stays in variable:
```xsh
(r := $(@json echo '["hello", "world"]'))
# ["h... | 0easy |
Title: use `str` instead of `repr` for tags in circuit diagram
Body: **Is your feature request related to a use case or problem? Please describe.**
currently tags are displayed in circuit diagrams via their `repr` ([implicitly](https://github.com/quantumlib/Cirq/blob/4d35768c2a21204d430db5f2b389663e03a9351e/cirq-cor... | 0easy |
Title: replace nouislider with ant slider in quickstart
Body: The ant design slider component is better supported so it should be replaced. | 0easy |
Title: [New feature] Add `apply_to_images` to `AdvancedBlur`
Body: | 0easy |
Title: Doc: Explore Sphinx options if there is a flag to emit a warning on broken links
Body: Setting `nitpicky = True` in `conf.py` or passing the `-n` command line argument will warn on broken links. | 0easy |
Title: investigate recycling pipes
Body: Investigate recycling of Pipe connections.
Let’s merge it as a P0, but please add an issue to investigate recycling pipes
_Originally posted by @lantiga in https://github.com/Lightning-AI/LitServe/pull/108#pullrequestreview-2073769140_
| 0easy |
Title: Handle dash.exceptions.PreventUpdate
Body: As reported in #205, when a callback raises PreventUpdate the wrapper code does not handle it.
A change in [views.py](https://github.com/GibbsConsulting/django-plotly-dash/blob/master/django_plotly_dash/views.py) should allow these exceptions to be handled. The `upda... | 0easy |
Title: Tradeogre with pandas-ta
Body: Hi
how to apply it to the tradeogre ?? here I have a code for a simple bot for this exchange, but I would like to add indicators like Rsi, Macd Ema etc. to it. It is possible at all with this exchange. here is my channel with code
https://github.com/RAPER200X/TO-TRADER
| 0easy |
Title: [ENH] Proposal: Enforce automagic column name conversion to string type in `clean_names`
Body: UPDATE FROM MAINTAINERS: ANYBODY WHO IS INTERESTED IN THIS ISSUE, PLEASE SEE [THIS COMMENT](https://github.com/ericmjl/pyjanitor/issues/612#issuecomment-557250963) FOR PROPOSED CODE.
------
# Brief Description
... | 0easy |
Title: [BUG] Logical operators are not type compliant when using bool operations
Body: **Describe the bug**
Logical operators are not type compliant when using bool operations (eg. `Or(Product.price<10, Product.category=="Sweets")`)
**To Reproduce**
Just use the same example from docs:
```python
class Product(Do... | 0easy |
Title: Stop using failing ujson as default serializer
Body: ujson is no more actively maintained and specially for some critical bugs not present in json package.
one example forcing us to revert ujson usage:
https://github.com/esnme/ultrajson/issues/325 (2 days ago, mine)
https://github.com/esnme/ultrajson/issues... | 0easy |
Title: Response Error: b')]}\\'\\n\\n38\\n[[\"wrb.fr\",null,null,null,null,[8]]]\\n54\\n[[\"di\",59],[\"af.httprm\",59,\"4239016509367430469\",0]]\\n25\\n[[\"e\",4,null,null,129]]\\n'. \nTemporarily unavailable due to traffic or an error in cookie values. Please double-check the cookie values and verify your network en... | 0easy |
Title: provide an api to evaluate models
Body: provide a way to make evaluations and store it
| 0easy |
Title: UnboundLocalError: local variable 'account' referenced before assignment
Body: Error:

twitter.json file:
.
It could be good to modify for reverse_delete being more accurate. | 0easy |
Title: Split /search follow ups into follow ups with search, and follow ups without search
Body: Follow up without search would just query the index, with search would do another search for the follow up question and also do a follow up response style | 0easy |
Title: Simplify the command to download the data
Body: ## 🌟 Feature Description
<!-- A clear and concise description of the feature proposal -->
Currently, user should use the following command to download the data.

@RensDimmendaal it feels like the message in the error is off, would I be correct? If so, th... | 0easy |
Title: Toggle switches
Body: Similar to [this](https://getbootstrap.com/docs/5.1/forms/checks-radios/#switches), we should allow them as well as checkboxes in forms. | 0easy |
Title: Add more unittests for asyncio stream mode
Body: It's not well covered. | 0easy |
Title: [BUG-REPORT] Vaex `to_dask_array` fails `AttributeError: 'ValueError' object has no attribute 'numpy'`
Body: Thank you for reaching out and helping us improve Vaex!
Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the O... | 0easy |
Title: Legend for ridgeplots with multiple traces per line
Body:
### Discussed in https://github.com/tpvasconcelos/ridgeplot/discussions/314
<div type='discussions-op-text'>
<sup>Originally posted by **abrahme** February 3, 2025</sup>
I was wondering if there was a way to add a legend for each color present in a ri... | 0easy |
Title: Example fails while building doc
Body: Building the doc fails for example `40_advanced/example_single_configurations` on the current development branch
[Logs here](https://github.com/automl/auto-sklearn/runs/3190465769)
```python
...
generating gallery for examples/40_advanced... [ 50%] example_debug_log... | 0easy |
Title: api: Extend validity of domain renewal confirmation links
Body: This only affects dynDNS domains.
Currently, the validity is 24 hours. It should be at least a week, or until the scheduled domain deletion date.
The validity period is not encoded in the link, but determined at validation time. At that point,... | 0easy |
Title: Replace eval() with json.load()
Body: AAAaaaaaaaaahhhhhhhhhhhhhhhhhh!!!!!!!
https://github.com/mlfoundations/open_clip/blob/91f6cce16b7bee90b3b5d38ca305b5b3b67cc200/src/training/data.py#L59 | 0easy |
Title: Add a "Hide all Chats" button
Body: I created this lame code to delete all of my conversations using Javascript, which I then put on my browser's developer console to run.
```
// Version 2.0
var xpath = "/html/body/div[1]/div/div/div[2]/div[1]/div/div[2]/div[1]/div[2]/div/div/div";
var elements = document.... | 0easy |
Title: Non-string value in zappa_settings.environment_variables caused AttributeError
Body: Dear Zappatistas,
I came across this minor thing: I had the following in my zappa_settings.json
`"environment_variables": {"FLASK_DEBUG": 0}`
I tried `zappa update dev` and got back
```
ValueError("The following environ... | 0easy |
Title: docs: djoser endpoint link outdated
Body: The hyperlink referring to djoser endpoints is outdated (actually, we're using an [older version](https://github.com/desec-io/desec-stack/blob/master/api/requirements.txt#L4), but the link is pointing to `latest`). Link is defined in https://github.com/desec-io/desec-sta... | 0easy |
Title: Contribute `Dot plot` to Vizro visual vocabulary
Body: ## Thank you for contributing to our visual-vocabulary! 🎨
Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you decide when to use each chart type, and offers sample P... | 0easy |
Title: [Feature request] Add apply_to_images to RandomRotate90
Body: | 0easy |
Title: Add frontend language default parameter
Body: Hello there,
first of all: really great work!
I would love to see a parameter/config/function to set the default language for the frontend. So that you do not always have to set them by hand.
Here I would like to take over the implementation. But first I wou... | 0easy |
Title: [DOC] Adding minimal working examples to docstrings; a checklist
Body: ## Background
This thread is borne out of the discussion from #968 , in an effort to make documentation more beginner-friendly & more understandable.
One of the subtasks mentioned in that thread was to go through the function docstrings a... | 0easy |
Title: Expose cpu limit
Body: We allow limiting the memory used by builds. We should allow limiting cpu as well. The simplest would be to only expose the `--cpus` arg, but docker has [several](https://docs.docker.com/config/containers/resource_constraints/#cpu) ways to tune cpu throttling. | 0easy |
Title: VOT19 json data format
Body: Hi, when I try to run VOT2019 benchmark using pysot toolkit, I found that there might be some problems in VOT2019.json.
The paths in json file are like "**img_names**": ["agility/00000001.jpg",...]
but it should be "**img_names**": ["agility/color/00000001.jpg",...].
| 0easy |
Title: Display word count
Body: ## Feature Request
Display the number of words in the current document. | 0easy |
Title: [BUG] ReadTheDocs formatting broken
Body: Ex: https://pygraphistry.readthedocs.io/en/latest/graphistry.html#graphistry.plotter.Plotter.gsql
Some of the examples break the ReadTheDocs formatting, would be useful to audit & fix | 0easy |
Title: The Default Working Directory is `/usr/home/$USER`
Body: <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If y... | 0easy |
Title: Add `from_context` class method to theme
Body: Add the option for a theme to be created from the current matplotlib plotting contexts' `rcparams`. | 0easy |
Title: Display a dropdown in the filter UI for categorical filtering
Body: Hi,
I'm new to plotly dash and I've googled but I don't see a way to make a filter a dropdown akin to excel filters.
I've seen people do "hacks" but this should be the default behaviour out of the box (or at least a setting).
I'm curren... | 0easy |
Title: SyntaxError occurs when dynamically modifying generator function source during runtime
Body: ### Description
When a spider callback function is modified at runtime (e.g., during development with auto-reloading tools), Scrapy's `warn_on_generator_with_return_value` check may fail due to a syntax error caused by ... | 0easy |
Title: Clear git history to remove large file?
Body: Hi Gregor, would you like to clear git history to remove previously committed large files in .git? This is creating issues whenever someone clones the repo.
The big file seems to be: ./.git/lfs/objects/ab/32/ab32dca74aff21e80c1d05457e61204216fd50109c6c8bdd158de42... | 0easy |
Title: Ignore stdlib logs from urllib3
Body: https://pydanticlogfire.slack.com/archives/C06EDRBSAH3/p1713885605381719
We can specifically ignore the message `https://logfire-api.pydantic.dev:443 "POST /v1/traces HTTP/1.1" 200 2` (and same for `/v1/metrics`) so that the user doesn't have to silence all of urllib3 to ... | 0easy |
Title: if experiment name is too long the suggestion service can't start
Body: ### What happened?
I provided an experiment name that was 57 characters long.
It got stuck waiting for trials to be created because the suggestion service couldn't be started because the name was more than 63 characters long.
### What... | 0easy |
Title: dotted paths to enable dynamic params
Body: when done, update this: https://github.com/ploomber/projects/tree/master/cookbook/dynamic-params | 0easy |
Title: Project Velocity metric API
Body: The canonical definition is here: https://chaoss.community/?p=3572 | 0easy |
Title: Consider adding caching to the tests so they don't need to run exhaustively
Body: For example, with the pytest-cache extension. | 0easy |
Title: Unintuitive deduction of dimension type
Body: ```python
optimizer = Optimizer([(0, 1.124124)], base_estimator, n_random_starts=5)
```
to me it is wrong that this would create an `Integer` dimension. We should check if both or any of the limits is a float and then create a `Continous` dimension. | 0easy |
Title: Update websockets implementation for 3.11
Body: To make the websocket implementation 3.11 compat, we need to remove the deprecated usage of `asyncio.wait` here: https://github.com/sanic-org/sanic/blob/4a416e177aa5037ba9436e53f531631707e87ea7/sanic/server/websockets/impl.py#L521
---
thank you both
@a... | 0easy |
Title: 'early_stopping_rounds' argument is deprecated and will be removed in a future release of LightGBM.
Body: I'm getting a bunch of these in a venv after installing requirements.txt. Any tips on how to fix?
'early_stopping_rounds' argument is deprecated and will be removed in a future release of LightGBM. Pass ... | 0easy |
Title: Inactive Contributors metric API
Body: The canonical definition is here: https://chaoss.community/?p=3614 | 0easy |
Title: Update documentation with custom binary path information
Body: ie: Update https://splinter.readthedocs.io/en/latest/drivers/chrome.html with
```
from selenium import webdriver
chrome_options = webdriver.chrome.options.Options()
chrome_options.binary_location = "/path/to/canary"
browser = Browser('chrome... | 0easy |
Title: this repo is too necessary / too good
Body: eom | 0easy |
Title: Add Default of None for selected_options for ViewStateValue
Body: Having a default of None will allow for consistency within the `ViewStateValue` object. All other attributes default to `None`, but `selected_options` does not get set if the input is an empty list (ex Checkbox). This results in an `AttributeError... | 0easy |
Title: Request for True Momentum Oscillator (TMO)
Body: First of all thank you for creating this project. It has been a great help. I wanted to request the TMO indicator as it has helped me a lot in my own personal trading. I just started to learn python to backtest my trading strategies, so my knowledge is at a beginn... | 0easy |
Title: Docker build fails on v10.0.0
Body: Docker fails on version v10.0.0 and above.
This line is the first offender
`RUN pip install torch==1.9.1+cpu torchvision==0.10.1+cpu -f https://download.pytorch.org/whl/torch_stable.html`
It seems it's unable to find the package when being run inside docker:
```
#27 ... | 0easy |
Title: Add `include_columns` option to `create_pydantic_model`
Body: `create_pydantic_model` has an `exclude_columns` argument, but it would be very useful to also have an `include_columns` argument.
If neither are specified, all columns are returned. If both are specified, then an exception is raised.
```python
... | 0easy |
Title: Refactoring procs/pipelines.py
Body: This is metaissue for list of tasks on refactoring.
Refactoring procs/pipelines.py:
* Rename `CommandPipeline.proc` to `last_proc` to represent the actual thing that code is really doing.
* Show the whole pipeline in `CommandPipeline.__repr__` instead of last proc.
* Mo... | 0easy |
Title: Feature request: option to remove 'E', 'W', 'N', 'S' from axis labels
Body: ### Description
<!-- Please provide a general introduction to the issue/proposal. -->
I would like to be able to format my axis labels so that there is no N/S/E/W after the label.
Is this possible? It seems like a simple option c... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.