repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ydataai/ydata-profiling | jupyter | 1,210 | Bug Report: KeyError: 'max_length' when comparing two profile_report (`minimal=True` is used to generate these report) | ### Current Behaviour
There is an error message:
```
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
/var/folders/60/6qphmx_d7x7_11vpj8524vf40000gn/T/ipykernel_17862/709405443.py in <module>
7
... | open | 2022-12-15T21:30:29Z | 2023-01-25T16:41:09Z | https://github.com/ydataai/ydata-profiling/issues/1210 | [
"bug 🐛"
] | xiaoye-hua | 3 |
pytest-dev/pytest-xdist | pytest | 1,145 | execnet.gateway_base.DumpError: can't serialize <class '_pytest.outcomes.XFailed'> when hasattr(call, "excinfo") and pytest.xfail() used | Hi,
I'm trying to get a reason for skipped/xfailed test from inside of test body
```
@pytest.mark.xdist_group(name=PurePath(__file__).parent.name)
def test_get_crypto_address():
check_pp_availability()
check_ca_availability()
```
where check_pp_availability() and check_ca_availability() xfail/skip tests... | closed | 2024-10-24T08:09:10Z | 2024-10-24T14:24:43Z | https://github.com/pytest-dev/pytest-xdist/issues/1145 | [
"needs information"
] | Mmajonez | 4 |
jmcnamara/XlsxWriter | pandas | 228 | Feature request: Add gradient fills as a chart option | Hi,
I have been looking at the docs regarding Chart Plot Area applying fill color.
I see that one can apply hex-code to apply colors, but I did not see a way to add gradient color to
a chart plot area.
I was wanting to know if there is a way to add gradient colors.
Regards,
P
| closed | 2015-03-08T16:27:06Z | 2015-03-24T01:37:52Z | https://github.com/jmcnamara/XlsxWriter/issues/228 | [
"feature request"
] | pablo3p | 3 |
pydata/xarray | pandas | 9,440 | Auto-complete datatree paths containing . or ../ | ### What is your issue?
Copying over from https://github.com/xarray-contrib/datatree/issues/189
## Feature Request: Some form of path auto-completion
The more I play with datatree, the more I realize the huge potential of this package. Amazing work @TomNicholas.
I have been using dt for CMIP6 analysis and one ... | open | 2024-09-07T14:58:59Z | 2024-09-07T20:23:32Z | https://github.com/pydata/xarray/issues/9440 | [
"enhancement",
"upstream issue",
"topic-DataTree"
] | eni-awowale | 1 |
FactoryBoy/factory_boy | sqlalchemy | 416 | Set fixed strategy for SubFactory | Is it possible to set a fixes strategy for a SubFactory?
```python
class ChapterFactory(factory.django.DjangoModelFactory):
class Meta:
model = models.Chapter
uuid = factory.Faker('uuid4')
description = factory.Faker('sentence', nb_words=6, variable_nb_words=True)
runsheet = factory.S... | closed | 2017-09-07T08:33:12Z | 2017-12-13T09:33:56Z | https://github.com/FactoryBoy/factory_boy/issues/416 | [
"Q&A"
] | mhubig | 2 |
thunlp/OpenPrompt | nlp | 43 | Question about updating the repository | How do you keep this repository up to date? Do I need to clone the entire library every time and update it again as follows:
```
git clone https://github.com/thunlp/OpenPrompt.git
cd OpenPrompt
pip install -r requirements.txt
python setup.py install
``` | closed | 2021-11-09T13:08:48Z | 2022-01-12T10:39:38Z | https://github.com/thunlp/OpenPrompt/issues/43 | [] | probe2 | 4 |
strawberry-graphql/strawberry | fastapi | 3,617 | Unable to import strawberry.django since v0.236.0 | I receive an error when trying to build the project since [`v0.236.0`](https://github.com/strawberry-graphql/strawberry/releases/tag/0.236.0)
## Describe the Bug
```
File "/Users/boesch/.pyenv/versions/project/lib/python3.10/site-packages/strawberry/django/__init__.py", line 16, in __getattr__
raise Attri... | closed | 2024-09-04T14:48:25Z | 2025-03-20T15:56:51Z | https://github.com/strawberry-graphql/strawberry/issues/3617 | [
"bug"
] | bradleyoesch | 3 |
chaoss/augur | data-visualization | 2,751 | Potential performance issue: .to_dict method slow in pandas below 2.2 | **Issue Description:**
Hello.
I have discovered a performance degradation in the `.to_dict` function of pandas version 1.5.3. And I noticed that some parts of the repository depend on the pandas version 1.5.3. I found that many files such as `augur/tasks/data_analysis/discourse_analysis/setup.py` used the influenc... | closed | 2024-03-20T03:05:42Z | 2024-07-01T20:14:39Z | https://github.com/chaoss/augur/issues/2751 | [] | TendouArisu | 0 |
d2l-ai/d2l-en | machine-learning | 2,471 | LaTeX \limits command for properly put the limits in \sum, \integral \lim \min \max etc. | For all math symbols that have limits, I strongly recommend to use `\limits`. For example:
without `\limits`:
$\sum_{i}$
with `\limits`:
$\sum\limits_{i}$
without `\limits`:
$\lim_{x \rightarrow 0} \Delta x$
with `\limits`:
$\lim\limits_{x \rightarrow 0} \Delta x$
Ref.: https://tex.stackexchange.com/quest... | open | 2023-04-23T01:58:27Z | 2023-04-23T02:00:15Z | https://github.com/d2l-ai/d2l-en/issues/2471 | [] | ysraell | 0 |
nteract/papermill | jupyter | 773 | Pandas style has no effect | ## 🐛 Bug
Running in Jupyter Lab (Version 4.0.11) the cell with code like this
`my_df.style.applymap(lambda x: f"background-color: pink")`
I get the table in output with pink cell. But running the same input notebook with Papermill there is no any style effect. See picture attached. Thank you in advance!
![pape... | closed | 2024-01-31T14:19:28Z | 2024-02-16T18:08:21Z | https://github.com/nteract/papermill/issues/773 | [
"bug",
"help wanted"
] | jurij-ch | 3 |
zappa/Zappa | flask | 852 | [Migrated] Basic flask authentication not working when flask application deployed with zappa | Originally from: https://github.com/Miserlou/Zappa/issues/2100 by [harishk8776](https://github.com/harishk8776)
#Code for basic flask authentication:
from flask import Flask
from flask_httpauth import HTTPBasicAuth
from werkzeug.security import generate_password_hash, check_password_hash
app = Flask(__name__)
... | closed | 2021-02-20T12:52:30Z | 2024-04-13T19:10:28Z | https://github.com/zappa/Zappa/issues/852 | [
"feature-request",
"good-idea",
"no-activity",
"auto-closed"
] | jneves | 5 |
neuml/txtai | nlp | 199 | The result of the "embeddings.search()" method has a length that does not match to the input argument limit | I am trying to do a search using a query with the same limit as the input data length, but why is the output data length half of the input data length?
why `len(result) < len(data)`?
```
def get_embeddings(model_name, data):
embeddings = Embeddings(
{"path": model_name, "content": True, "objects"... | closed | 2022-01-19T16:46:13Z | 2022-05-27T00:59:12Z | https://github.com/neuml/txtai/issues/199 | [] | muazhari | 10 |
noirbizarre/flask-restplus | flask | 696 | swagger configs not working (i am a newbie, so i might be wrong) | First of all apologies, but i do not know any other place to ask for help...
I am using flask-restplus with namespaces and blueprints - so i have /api/v1/ and /api/v2
That's fine so far, but it seems i can not modify the swagger ui:
`app.config['SWAGGER_UI_LANGUAGES'] = ['en', 'fr']
app.config.SWAGGER_SUPPORTED_S... | closed | 2019-08-21T21:22:36Z | 2019-08-22T16:07:33Z | https://github.com/noirbizarre/flask-restplus/issues/696 | [
"question"
] | iahim | 4 |
agronholm/anyio | asyncio | 366 | `await` in a `finally` block + cancellation of task group. | When scheduling a coroutine in a task group, and cancelling this task, the ``await`` in the finally block of that task doesn't execute. Somehow, we receive a second ``CancelledError`` here. This makes it impossible to rely on async code in finally blocks.
I'm not entirely sure whether the error is on my end or not. ... | closed | 2021-09-07T16:07:22Z | 2021-09-07T16:09:11Z | https://github.com/agronholm/anyio/issues/366 | [] | jonathanslenders | 0 |
kennethreitz/records | sqlalchemy | 194 | (sqlite3.ProgrammingError) Cannot operate on a closed database. | Excuse me, is this bug not fixed?
When run **examples\randomuser-sqlite.py**,This bug happened. It is because the sql connection was closed prematurely.
@shacknetisp [Use close_with_result rather than closing connections too early.](https://github.com/shacknetisp/records/commit/2195c6741c5c6a33131e4f9312d2a7592d... | open | 2020-07-12T12:45:18Z | 2020-07-12T12:45:18Z | https://github.com/kennethreitz/records/issues/194 | [] | feipengzhao | 0 |
open-mmlab/mmdetection | pytorch | 11,735 | The Absence of Additive Operations in detr_layers.py |
When reading the code, I noticed that in the [detr_layer.py](https://github.com/open-mmlab/mmdetection/blob/main/mmdet/models/layers/transformer/detr_layers.py) file, the attn and ffn layers do not perform the addition operation(line 226-236). I see that the original [code](https://github.com/facebookresearch/detr/bl... | open | 2024-05-23T02:07:30Z | 2024-06-05T14:59:33Z | https://github.com/open-mmlab/mmdetection/issues/11735 | [] | JiayuXu0 | 1 |
ray-project/ray | data-science | 51,423 | Ray on kubernetes with custom image_uri is broken | ### What happened + What you expected to happen
Hi, I am trying to use a custom image on a kubernetes cluster. I am using this cluster: `https://github.com/ray-project/kuberay/blob/master/ray-operator/config/samples/ray-cluster.autoscaler.yaml`.
Unfortunately, it seems that ray uses podman to launch custom images (`h... | open | 2025-03-17T15:07:30Z | 2025-03-21T23:06:12Z | https://github.com/ray-project/ray/issues/51423 | [
"bug",
"triage",
"core"
] | CowKeyMan | 5 |
openapi-generators/openapi-python-client | fastapi | 791 | Generated code fails when non-required field is null | **Describe the bug**
When a non-required field is a reference to an object, the generated code fails at `src_dict.copy()` with an `AttributeError: 'NoneType' object has no attribute 'copy'`.
**To Reproduce**
I created a zip file with code that reproduces the error. It uses an endpoint I created on beeceptor.
**... | closed | 2023-08-10T15:46:48Z | 2023-12-18T22:42:40Z | https://github.com/openapi-generators/openapi-python-client/issues/791 | [
"🐞bug"
] | leosok | 8 |
dynaconf/dynaconf | flask | 965 | Field '_bypass_evaluation' provided as part of the value of a setting | **Describe the bug**
When a BoxList containing a dictionary is created, when looking up the value of the BoxList, the field `_bypass_evaluation` is present in the dictionary. This is unexpected.
**To Reproduce**
Steps to reproduce the behavior:
Using Dynaconf v3.2.0:
```
from dynaconf import Dynaconf
se... | closed | 2023-07-19T09:12:42Z | 2023-07-20T20:37:10Z | https://github.com/dynaconf/dynaconf/issues/965 | [
"bug"
] | fswane | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 973 | Support for context manager style | In sql-alchemy there are two styles of working with sessions:
- Context manager
- Commit as you go
See https://docs.sqlalchemy.org/en/14/orm/session_transaction.html#managing-transactions
I would like to use the "context manager"-style with flask-sqlalchemy but it doesn't seem to be supported.
Running:
``... | closed | 2021-05-28T19:40:15Z | 2021-06-12T00:05:18Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/973 | [] | lverweijen | 1 |
huggingface/datasets | nlp | 6,697 | Unable to Load Dataset in Kaggle | ### Describe the bug
Having installed the latest versions of transformers==4.38.1 and datasets==2.17.1 Unable to load the dataset in a kaggle notebook.
Get this Error:
```
---------------------------------------------------------------------------
ValueError Traceback (most recen... | closed | 2024-02-27T18:19:34Z | 2024-02-29T17:32:42Z | https://github.com/huggingface/datasets/issues/6697 | [] | vrunm | 4 |
huggingface/datasets | pandas | 7,322 | ArrowInvalid: JSON parse error: Column() changed from object to array in row 0 | ### Describe the bug
Encountering an error while loading the ```liuhaotian/LLaVA-Instruct-150K dataset```.
### Steps to reproduce the bug
```
from datasets import load_dataset
fw =load_dataset("liuhaotian/LLaVA-Instruct-150K")
```
Error:
```
ArrowInvalid Traceback (most recen... | open | 2024-12-11T08:41:39Z | 2025-01-03T15:48:55Z | https://github.com/huggingface/datasets/issues/7322 | [] | CLL112 | 1 |
microsoft/nni | tensorflow | 4,972 | Can I directly integrate the model.py when using tuning code instead of calling script through command | **Describe the issue**:
Now the way NNI calls the train script is:
experiment. config. trial_ command = 'python train. py'
This method of calling by command is not convenient for the integration of our current projects, because we do not want to start the train script by calling the file. We want to start it d... | open | 2022-06-29T02:37:31Z | 2022-07-06T05:54:41Z | https://github.com/microsoft/nni/issues/4972 | [] | xiaoerqi | 3 |
modin-project/modin | data-science | 7,360 | [RAY] to_parquet() fails when spilled objects reach 64gig... Also my data is just 40gig | I am at a loss here.
I load multiple batches of data into modin dataframes, concat them together to 1 large modin.df and then try to save them woth to_parquet()
I do that after importing ray and calling init() on it manually, before importing modin (Because I noticed it works better like that, for some reason, s... | closed | 2024-08-05T16:22:26Z | 2024-09-19T11:31:04Z | https://github.com/modin-project/modin/issues/7360 | [
"question ❓",
"Triage 🩹"
] | Liquidmasl | 11 |
keras-team/keras | machine-learning | 20,351 | Flexible loss configuration for nested/multi outputs losses learning in Keras | Following the [guidelines](https://github.com/keras-team/keras/blob/master/CONTRIBUTING.md#step-1-open-an-issue).
### Proof of concept: https://github.com/nicolaspi/keras-nested-loss
### Description
Currently, Keras has limited support for specifying losses for complex, nested model outputs. I propose an enhanceme... | closed | 2024-10-14T11:42:35Z | 2024-10-15T17:31:24Z | https://github.com/keras-team/keras/issues/20351 | [] | nicolaspi | 1 |
matplotlib/mplfinance | matplotlib | 470 | Control the bar color | In China,if the stock 's **Open Price** =**High Price** =**Low Price** =**Close Price** ,How can I control the bar color ?
I want to draw red when the percentage change in the **Close Price** is positive .
I want to draw green when the percentage change in the **Close Price** is negative .
How can I do ? | closed | 2021-11-16T07:59:39Z | 2021-12-08T13:38:56Z | https://github.com/matplotlib/mplfinance/issues/470 | [
"question"
] | poeticlinuxer | 3 |
fastapi-admin/fastapi-admin | fastapi | 29 | 修改用户时间问题 | 修改用户信息的时候,时间字段出现错误。
tortoise.exceptions.OperationalError: (1292, "Incorrect datetime value: '2021-01-13T00:00:00+00:00' for column 'last_login' at row 1") | closed | 2021-01-13T03:23:42Z | 2021-05-01T12:52:44Z | https://github.com/fastapi-admin/fastapi-admin/issues/29 | [] | cuiwanjun | 7 |
AirtestProject/Airtest | automation | 811 | 逍遥模拟器CMD执行报错 |
**前置条件**
airtest ide版本:1.2.5
逍遥模拟器: 7.2.7 , 安卓 7.1
逍遥模拟器adb版本和airtest 的一样;
**现象**
1:用ide 连接逍遥模拟器,执行脚本正常, CMD 命令执行脚本报错
2:模拟器上的yosemite也已经安装成功
**报错:**
ERROR: runTest (app.widgets.code_runner.ide_launcher.AirtestIDECase)
----------------------------------------------------------------------
Trace... | open | 2020-10-08T16:16:58Z | 2021-05-26T07:56:11Z | https://github.com/AirtestProject/Airtest/issues/811 | [] | shudaixiong1013 | 1 |
SALib/SALib | numpy | 581 | SA for model with integer variable | Hi, thanks for your nice SALib!
I'm writing to ask if input contains continuous variable and integer variable (1, 2, 3), then how to define the bounds?
Best! | closed | 2023-07-13T08:09:32Z | 2023-08-11T14:44:06Z | https://github.com/SALib/SALib/issues/581 | [
"question"
] | AmosJoseph | 2 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,544 | [Bug]: restarting the PC when using stable diffusion | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported ... | open | 2024-10-11T19:18:52Z | 2024-10-12T20:53:52Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16544 | [
"bug-report"
] | Wertat12 | 1 |
pallets-eco/flask-sqlalchemy | flask | 762 | reflect specific table from specific database | Unable to only reflect a single table that I want to use with flask-sqlalchemy, there should be an option like db.reflect(bind='db2',only=['table1']) to only reflect a table from specific db. | closed | 2019-07-10T18:28:57Z | 2022-10-03T00:21:57Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/762 | [] | pechavarriaa | 1 |
noirbizarre/flask-restplus | flask | 405 | Swagger UI should preserve route registration order | Currently, Swagger UI docs list resources and methods in alphabetical order. It is often suboptimal, for example "DELETE" coming in front of both "GET" and "PUT" is counter-intuitive.
It is proposed that Swagger UI preserves logical order, as specified by resource registration order and method declaration order insi... | open | 2018-03-06T07:44:25Z | 2019-01-17T02:37:57Z | https://github.com/noirbizarre/flask-restplus/issues/405 | [] | aparamon | 1 |
flairNLP/flair | nlp | 2,688 | HunFlair: Difference between "smallish" and "allcorpora" model | Hello everyone,
I have a question regarding the individual HunFlair Models. For each entity but `Cell Line`, there seems to be two different models, one `smallish` and one `allcorpora`. I could not find any explanation of how these models are different, or any metric comparison. Could some explain the difference be... | closed | 2022-03-25T14:15:37Z | 2022-03-30T06:49:14Z | https://github.com/flairNLP/flair/issues/2688 | [
"question"
] | pirwlan | 2 |
nicodv/kmodes | scikit-learn | 27 | Manual centroid initialization for k prototypes clustering | If the dataset has only one numerical variable, then manual initialization of centroids never works as the condition checks always fail. In this case, if `init` is the initialization vector,`init[0]` is a 1D vector and so `shape[1]` gives an error.
| closed | 2016-10-16T06:15:11Z | 2016-10-16T17:57:37Z | https://github.com/nicodv/kmodes/issues/27 | [
"bug"
] | helango1 | 1 |
plotly/dash | data-science | 2,716 | dcc.Input selectionStart not functioning as expected | **Describe the bug**
dcc.Input properties selectionStart and selectionEnd not updating and returning None or initial set value
**Expected behavior**
Expect that the values of selectionStart (or selectionEnd) will return the offset into the element's text content of the first (or last) selected character.
*... | open | 2023-12-20T20:37:21Z | 2024-08-13T19:44:12Z | https://github.com/plotly/dash/issues/2716 | [
"bug",
"sev-2",
"P3"
] | e-wallace | 0 |
plotly/dash | data-visualization | 2,656 | [BUG] AttributeError("Dropdown' object has no attribute 'multi") | I was able to use multi parameter in Dash version 2.7.0, but it does not pass the online test on edstem. I would like to know in which version of Dash the dropdown component does not have the multi parameter and what alternative is used.
```
dcc.Dropdown(
id="region",
options=regions,
valu... | closed | 2023-10-07T02:47:00Z | 2024-07-25T13:54:04Z | https://github.com/plotly/dash/issues/2656 | [] | whz11 | 2 |
pydantic/pydantic | pydantic | 11,381 | support for fallback method to serialize unknown types | ### Initial Checks
- [x] I have searched Google & GitHub for similar requests and couldn't find anything
- [x] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description
The following raises an error:
```py
from typing import Any
import numpy as np
from p... | closed | 2025-02-02T17:33:40Z | 2025-02-07T17:11:38Z | https://github.com/pydantic/pydantic/issues/11381 | [
"feature request"
] | samuelcolvin | 2 |
public-apis/public-apis | api | 3,887 | Google maps link | It redirects to notion instead of google maps. | open | 2024-06-27T12:38:57Z | 2024-09-09T17:58:12Z | https://github.com/public-apis/public-apis/issues/3887 | [] | cavinprasanth | 1 |
encode/uvicorn | asyncio | 2,051 | Uvicorn workers | ### Initial Checks
- [ ] I confirm this was discussed, and the maintainers suggest I open an issue.
- [ ] I'm aware that if I created this issue without a discussion, it may be closed without a response.
### Discussion Link
```Text
Uvicorn Worker
```
### Description
```
Traceback (most recent call last):
File... | closed | 2023-07-17T08:15:16Z | 2023-07-17T10:01:02Z | https://github.com/encode/uvicorn/issues/2051 | [] | ichsansaid | 0 |
supabase/supabase-py | fastapi | 909 | Realtime is not available when using sync client | # Bug report
<!--
⚠️ We receive a lot of bug reports which have already been solved or discussed. If you are looking for help, please try these first:
- Docs: https://docs.supabase.com
- Discussions: https://github.com/supabase/supabase/discussions
- Discord: https://discord.supabase.com
Before opening a... | closed | 2024-08-21T17:50:51Z | 2025-03-16T11:40:40Z | https://github.com/supabase/supabase-py/issues/909 | [
"bug"
] | Player-14 | 4 |
psf/requests | python | 6,319 | Print better "reason" for raise_for_status error message. | <!-- Summary. -->
Sometimes proper reason is missing in the Error thrown by the raise_for_status method.
`Exception has occurred: HTTPError
405 Client Error: for url: https://bla.com`
This is becasue the `reason` is an empty string on [#Line1010](https://github.com/psf/requests/blob/bda7f0171f8bba17989d3a2c... | closed | 2022-12-29T07:58:32Z | 2024-01-20T00:03:13Z | https://github.com/psf/requests/issues/6319 | [] | gk-patel | 3 |
lukasmasuch/streamlit-pydantic | streamlit | 65 | Add support for StrEnum | ### Checklist
- [X] I have searched the [existing issues](https://github.com/lukasmasuch/streamlit-pydantic/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
I would find useful that streamlit-pydantic could handle ``StrEnum`` in the pydantic model.
A sel... | open | 2024-10-03T08:23:27Z | 2024-10-03T08:23:27Z | https://github.com/lukasmasuch/streamlit-pydantic/issues/65 | [
"type:enhancement",
"status:needs-triage"
] | SebastienBocquet | 0 |
paperless-ngx/paperless-ngx | django | 8,720 | [BUG] Workflow action email not unique | ### Description
The email settings are not unique for the workflow when copy a workflow
### Steps to reproduce
1. Add a new workflow with e-mail settings and trigger new document
2. Duplicate the workflow
3. Change the attached pdf option
4. Look at the first workflow --> option is set or unset on booth workflows... | closed | 2025-01-14T10:14:46Z | 2025-02-14T03:06:48Z | https://github.com/paperless-ngx/paperless-ngx/issues/8720 | [
"bug",
"frontend"
] | meifi | 1 |
streamlit/streamlit | python | 10,351 | Data Editor New Row Added to Bottom is a Usability Issue | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
When using the data editor component, in both... | closed | 2025-02-06T01:53:21Z | 2025-02-14T22:32:57Z | https://github.com/streamlit/streamlit/issues/10351 | [
"type:enhancement",
"feature:st.dataframe",
"feature:st.data_editor"
] | sfc-gh-acarson | 3 |
pydantic/pydantic | pydantic | 10,477 | Cached property erroneously included in model export | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
My understanding is that `@property` and `@cached_property` attributes should not be included in a model's export (`model_dump `& `model_dump_json`) unless the `@computed_field` decorator is applied. However, I'm seeing `@cached_property` ... | open | 2024-09-24T16:53:12Z | 2025-02-10T21:24:06Z | https://github.com/pydantic/pydantic/issues/10477 | [
"bug V2",
"pending"
] | ShDynastyGC | 2 |
adbar/trafilatura | web-scraping | 94 | Iterate with element.getchildren() in core.py? | It would be useful to check all cases in `core.py` where element children are being iterated on.
`element.iter()` could be replaced by `element.getchildren()` or `list(element)` if these two conditions are met:
- content order preserved
- not significantly slower
This could avoid endless loops (see discussion... | closed | 2021-07-13T12:22:33Z | 2021-07-22T13:47:55Z | https://github.com/adbar/trafilatura/issues/94 | [
"duplicate",
"question"
] | adbar | 2 |
jupyter/nbgrader | jupyter | 979 | Command-line autograde assignments don't appear in formgrade web app | I've been using nbgrader + JupyterHub for an introductory course the past couple of years, and in that time both platforms have seen extensive and backwards-incompatible architectural changes; I think I've stumbled upon another one.
Over the past few days, I've gone through the process of releasing, collecting, and ... | closed | 2018-06-18T16:41:34Z | 2019-01-23T05:13:07Z | https://github.com/jupyter/nbgrader/issues/979 | [
"documentation",
"needs info"
] | magsol | 7 |
NVlabs/neuralangelo | computer-vision | 164 | Bad result on my custom data. The different directions produce the repeating parts | Same as the title. Does anyone else have the same problem?

| open | 2023-12-05T06:50:36Z | 2023-12-06T17:16:19Z | https://github.com/NVlabs/neuralangelo/issues/164 | [] | zhj1013 | 1 |
huggingface/datasets | pandas | 6,734 | Tokenization slows towards end of dataset | ### Describe the bug
Mapped tokenization slows down substantially towards end of dataset.
train set started off very slow, caught up to 20k then tapered off til the end.
what's particularly strange is that the tokenization crashed a few times before due to errors with invalid tokens somewhere or corrupted down... | open | 2024-03-15T03:27:36Z | 2025-02-20T17:40:54Z | https://github.com/huggingface/datasets/issues/6734 | [] | ethansmith2000 | 4 |
huggingface/datasets | nlp | 6,599 | Easy way to segment into 30s snippets given an m4a file and a vtt file | ### Feature request
Uploading datasets is straightforward thanks to the ability to push Audio to hub. However, it would be nice if the data (text and audio) could be segmented when being pushed (if not possible already).
### Motivation
It's easy to create a vtt file from an audio file. If there could be auto-segment... | closed | 2024-01-17T17:51:40Z | 2024-01-23T10:42:17Z | https://github.com/huggingface/datasets/issues/6599 | [
"enhancement"
] | RonanKMcGovern | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,500 | Provide a general summary of the issue | ### What version of GlobaLeaks are you using?
Latest, auto update on.
### What browser(s) are you seeing the problem on?
Chrome
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
Ticket Nr. can not be copied to clipboard, but text when hovering over is "copy to clipboard"
... | closed | 2023-06-27T10:41:21Z | 2023-08-02T12:51:11Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3500 | [
"T: Bug",
"Triage"
] | zoko123 | 3 |
freqtrade/freqtrade | python | 10,610 | Freqtrade Unable to Execute Real Trades on Kraken - Dry Run Works Fine | <!--
Have you searched for similar issues before posting it?
-> Yes, I did and I found some similar issues but not really the same.
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
-> I did.
Please do not use the que... | closed | 2024-09-02T06:18:48Z | 2024-09-08T06:47:48Z | https://github.com/freqtrade/freqtrade/issues/10610 | [
"Question"
] | LaiWenKang | 2 |
scanapi/scanapi | rest-api | 166 | Remove old images | Remove:
- https://github.com/scanapi/scanapi/blob/master/images/overview.png
- https://github.com/scanapi/scanapi/blob/master/images/scanapi-report-example.png
We are not using them anymore. We should have the html report screenshot mentioned [here](https://github.com/scanapi/scanapi/issues/163) in this folder. | closed | 2020-06-04T21:03:34Z | 2020-06-25T13:06:54Z | https://github.com/scanapi/scanapi/issues/166 | [
"Good First Issue",
"Refactor"
] | camilamaia | 0 |
yt-dlp/yt-dlp | python | 12,657 | Unable to specify non-HD format on Steam | ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | open | 2025-03-18T18:29:39Z | 2025-03-18T19:14:02Z | https://github.com/yt-dlp/yt-dlp/issues/12657 | [
"site-bug"
] | SwimmingLink | 1 |
deepinsight/insightface | pytorch | 2,410 | How to choose which face to swap in image with multiple faces? | I understand that multi-face swapping is only available through the advanced features which requires a patreon subscription. My question is if i have an image with multiple faces in, but I only want to swap a single face, how do I know which face it will swap? Is it always the face on the left? It always seems to swap ... | open | 2023-08-22T11:30:14Z | 2023-09-08T10:31:35Z | https://github.com/deepinsight/insightface/issues/2410 | [] | ukush | 2 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 371 | 30B 還是 33B? | <html><body>
<!--StartFragment-->
模型版本 | 7B | 13B | 33B | 65B
-- | -- | -- | -- | --
<!--EndFragment-->
</body>
</html>
Readme的33B這邊是不是填錯了 還是說真的是33B | closed | 2023-05-17T13:27:11Z | 2023-05-18T06:00:06Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/371 | [] | CRGBS | 1 |
man-group/arctic | pandas | 855 | VersionStore - list_symbols and snapshot slows down where there are a lot of version documents | #### Arctic Version
```
1.179.3
```
#### Arctic Store
```
VersionStore
```
#### Platform and version
CentOS 7
#### Description of problem and/or code sample that reproduces the issue
`list_symbols` performs a COLLSCAN on the `.versions` collections. This isn't too bad when the collection is sma... | closed | 2020-05-02T15:29:54Z | 2021-10-28T18:38:29Z | https://github.com/man-group/arctic/issues/855 | [
"performance",
"VersionStore"
] | rob256 | 2 |
ultralytics/ultralytics | deep-learning | 19,803 | [Inferencing] How to initialize model before .predict() | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I'm using simpel model.predict() command to do inference.
However, I'm usin... | open | 2025-03-20T18:32:26Z | 2025-03-21T00:06:25Z | https://github.com/ultralytics/ultralytics/issues/19803 | [
"question",
"detect"
] | longtran1904 | 2 |
InstaPy/InstaPy | automation | 5,874 | Crashing on start on Heroku | <!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht -->
<!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki -->
## Expected Behavior
I want my script to run on Heroku without any problems.
## Current Behavior
It's getti... | closed | 2020-11-08T12:37:01Z | 2020-12-20T14:06:31Z | https://github.com/InstaPy/InstaPy/issues/5874 | [
"wontfix"
] | AnkitSuda | 1 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 37 | Is it possible to use it for our special engine "Graph"? | Our project use a database extended from clickhouse. In our database, there is an engine named Graph to support graphic data, and we can use such a statement to create a graph table:
**create table graph1 (w Float64) engine=Graph;**
Is it possible to use clickhouse-sqlalchemy in this case? | closed | 2018-11-24T16:32:38Z | 2020-04-04T15:07:51Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/37 | [] | dalek-who | 10 |
seleniumbase/SeleniumBase | web-scraping | 3,081 | How to Capture Requests with sb in SeleniumBase | Description`
I'm encountering a challenge when using SeleniumBase. When using the sb instance, I can easily load cookies (e.g., sb.load_cookies(name="cookies.txt")), which is very convenient for maintaining session state. However, I have found that sb cannot directly capture network requests.
On the other hand, whe... | closed | 2024-08-31T00:20:54Z | 2024-08-31T00:34:27Z | https://github.com/seleniumbase/SeleniumBase/issues/3081 | [
"duplicate",
"question",
"UC Mode / CDP Mode"
] | xiongzhenglong | 1 |
sqlalchemy/alembic | sqlalchemy | 935 | Alembic dry run command | **Describe the use case**
<!-- A clear and concise description of what the SQL or database capability is. -->
Is there a command that could print the the the raw sql command for any given command?
I find `--sql` not exactly the dry run command.
For example `alembic upgrade head --sql` prints out all the migration... | closed | 2021-09-27T19:38:34Z | 2021-09-27T20:43:09Z | https://github.com/sqlalchemy/alembic/issues/935 | [
"use case"
] | carolguo-dd | 1 |
allenai/allennlp | pytorch | 5,048 | Coreference model: clusters removed with more text being added. | <!--
Please fill this template entirely and do not erase any of it.
We reserve the right to close without a response bug reports which are incomplete.
If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here.
--... | closed | 2021-03-10T11:03:17Z | 2021-04-02T01:38:34Z | https://github.com/allenai/allennlp/issues/5048 | [
"bug"
] | matyaspjuhasz | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 767 | difference between "padded_grad" and "torch.norm(grads, dim=-1)" when perform densification | hi when i compare the condition of split densification and clone densification, i found the definition of "too large gradient" is slightly between the two.
For split, the mask is generated by
https://github.com/graphdeco-inria/gaussian-splatting/blob/472689c0dc70417448fb451bf529ae532d32c095/scene/gaussian_model.py... | open | 2024-04-20T05:19:55Z | 2024-04-23T14:18:37Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/767 | [] | NeutrinoLiu | 2 |
skypilot-org/skypilot | data-science | 4,661 | [AWS] Fail to launch `A100-80GB:8` on AWS | To reproduce: sky launch --gpus A100-80GB:8 --cloud aws
```
W 02-06 14:48:41 instance.py:242] create_instances: Attempt failed with An error occurred (Unsupported) when calling the RunInstances operation: The requested configuration is currently not supported. Please check the documentation for supported configuration... | open | 2025-02-06T23:00:17Z | 2025-02-20T06:38:03Z | https://github.com/skypilot-org/skypilot/issues/4661 | [
"friction-log"
] | Michaelvll | 1 |
fastapi/fastapi | api | 12,010 | Problem where scheduled tasks will be executed repeatedly when starting with multiple workders | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
i use this command to start my application
`
nohup uvicorn app:app --host 0.0.0.0 --port 8000 --workers 5 > ../app.log 2>&1 &`
my task code
`async def my_task():
do some curd code
trigge... | closed | 2024-08-14T10:33:40Z | 2024-08-14T11:03:08Z | https://github.com/fastapi/fastapi/issues/12010 | [] | yAoOw | 0 |
huggingface/datasets | tensorflow | 6,435 | Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method | ### Describe the bug
1. I ran dataset mapping with `num_proc=6` in it and got this error:
`RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method`
I can't actually find a way to run multi-GPU dataset mapping. Can you help?
### Steps to... | closed | 2023-11-19T04:21:16Z | 2024-01-27T17:14:20Z | https://github.com/huggingface/datasets/issues/6435 | [] | kopyl | 3 |
okken/pytest-check | pytest | 21 | Assert like exception messages | The error messages `pytest-check` has are slightly different than what comes out of when we use `assert`. This causes IDE's to not benefit from parsing the errors and adding extra functionality.
Ex: when PyCharm parses something like `test_MyFile:100` it will recognize that pattern and add a link to the code.
Her... | closed | 2019-06-26T17:57:56Z | 2019-12-12T23:04:51Z | https://github.com/okken/pytest-check/issues/21 | [] | joaonc | 1 |
dask/dask | numpy | 11,339 | Suggesting updates on the doc of `dask.dataframe.read_sql_query` | **Describe the issue**:
There is an incorrect description in the document of [`dask.dataframe.read_sql_query`](https://docs.dask.org/en/stable/generated/dask.dataframe.read_sql_query.html#dask.dataframe.read_sql_query). As mentioned in the description of the parameter `divisions`:
>**divisions: sequence**
Values o... | open | 2024-08-21T09:51:20Z | 2024-08-23T13:49:05Z | https://github.com/dask/dask/issues/11339 | [
"dataframe",
"documentation"
] | ParsifalXu | 2 |
matterport/Mask_RCNN | tensorflow | 2,157 | How can I use MaskRcnn on Video to remove background? | . | closed | 2020-04-30T20:47:52Z | 2022-08-11T19:00:07Z | https://github.com/matterport/Mask_RCNN/issues/2157 | [] | Roy-Tuhin | 1 |
koxudaxi/datamodel-code-generator | pydantic | 1,683 | Relative imports paths when generating multiple models | When generating schemas with a directory of JSON-Schemas as `--input` the relative import paths will be problematic. I had a complex use-case where pydantic threw an error when attempting to import such a generated model. But maybe I'm missing something.
So, e.g. if you have a structure like
```
- src
- pkg1
... | closed | 2023-11-12T18:37:31Z | 2024-06-18T11:32:50Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1683 | [] | lord-haffi | 3 |
plotly/jupyter-dash | jupyter | 33 | OSError: Address "" already in use. | Hi all!
I'm running into an error when trying to run `app.run_server(mode='external')`
Even if I kill all ports, and even if I change the port to a random number (for instance: `app.run_server(mode='external', port=2000)`), the error still persists. I don't know how to resolve this. Help would be appreciated! Tha... | open | 2020-08-14T12:22:40Z | 2023-10-30T13:45:13Z | https://github.com/plotly/jupyter-dash/issues/33 | [] | peuleu | 33 |
autogluon/autogluon | data-science | 3,843 | Tabular v1.0: FastAI FutureWarning | From user:
With AutoGluon Tabular and Python 3.10.13 in a JupyterLab notebook, I'm getting the following message when I call predictor.predict() or predictor.predict_proba(). It's just a warning, but I wanted to flag it:
```
/home/ec2-user/anaconda3/envs/ag/lib/python3.10/site-packages/autogluon/tabular/models/... | closed | 2024-01-03T18:49:46Z | 2024-11-05T18:01:58Z | https://github.com/autogluon/autogluon/issues/3843 | [
"module: tabular",
"code cleanup",
"priority: 1"
] | Innixma | 1 |
biolab/orange3 | pandas | 6,068 | Order by relevance to subgroups in Box Plot should consider the value of the statistics as well | **What's wrong?**
Box Plot can sort features according to the relevance to subgroups. The score for ordering is the p-value of corresponding statistics, this either being t-test, ANOVA, or chi-square.
The problem emerges if the (rounded?) p-value for a set of features is 0. Than, it may happen, for instance, tha... | open | 2022-07-21T08:11:45Z | 2024-01-08T13:52:56Z | https://github.com/biolab/orange3/issues/6068 | [
"wish",
"snack"
] | BlazZupan | 3 |
vaexio/vaex | data-science | 2,458 | what's the best practice with selection+concat+export | I'm new to vaex, my senario is
**calculation**: calculate and save the results into a bunch of big files
**preparation**: to select some columns and rows from each one of that bunch of big files, concat the selection, and then save the whole dataframe into a big file
**loading**: my other process need to load it into ... | open | 2025-03-19T10:00:45Z | 2025-03-19T10:00:45Z | https://github.com/vaexio/vaex/issues/2458 | [] | aEgoist | 0 |
ultralytics/yolov5 | machine-learning | 12,618 | PosixPath error in running yolo model | closed | 2024-01-12T14:52:53Z | 2024-10-20T19:37:03Z | https://github.com/ultralytics/yolov5/issues/12618 | [
"bug",
"Stale"
] | veera12356 | 5 | |
suitenumerique/docs | django | 204 | 🐛Export emoticon | ## Bug Report
Emoticon are not displayed correctly in export PDF.
## See:
https://github.com/numerique-gouv/impress/blob/67a20f249e33ffbea326f2be825e085847c34331/src/frontend/apps/impress/src/features/docs/doc-header/components/ModalExport.tsx#L114-L115
| closed | 2024-08-29T10:02:11Z | 2024-09-03T15:37:57Z | https://github.com/suitenumerique/docs/issues/204 | [
"bug",
"frontend",
"editor"
] | AntoLC | 0 |
jacobgil/pytorch-grad-cam | computer-vision | 274 | heatmap of a certain layer | I'm sorry to bother you, but I would like to know that my research direction is change detection, that is, there are two input images and their change maps are output. I would like to display the heatmap of a certain layer with two inputs in a visual way. How can I use your Grad-CAM? | open | 2022-06-21T08:29:24Z | 2022-06-21T08:29:24Z | https://github.com/jacobgil/pytorch-grad-cam/issues/274 | [] | Yanll2021 | 0 |
freqtrade/freqtrade | python | 11,209 | Clarification on DCA implementation | <!--
Have you searched for similar issues before posting it?
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
Please do not use the question template to report bugs or to request new features.
-->
## Describe your environm... | closed | 2025-01-08T16:31:07Z | 2025-01-09T06:14:45Z | https://github.com/freqtrade/freqtrade/issues/11209 | [
"Question",
"Strategy assistance"
] | taz4hvn | 4 |
Sanster/IOPaint | pytorch | 220 | Add an auto saving option in settings | **The plan**
~~Add an `enable auto saving` option in the settings dialog, if enabled, the resulting image will be saved to `--output-dir` using the original image file name without confirmation.~~
update: If start server with `--output-dir` , auto save result image using the original image file name without conf... | closed | 2023-02-18T01:18:39Z | 2023-02-19T13:25:40Z | https://github.com/Sanster/IOPaint/issues/220 | [
"enhancement"
] | Sanster | 3 |
hbldh/bleak | asyncio | 970 | Can't get data from two devices at the same rate | * bleak version: 0.15.1
* Python version: 3.8.0
* Operating System: Ubuntu 18.04
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.64
### Description
Hi!
First of all, thank you for the great package! It has helps me a lot working on my project.
I'm trying to get sensor readings from multiple IMU sens... | closed | 2022-09-01T02:02:26Z | 2022-09-06T00:55:47Z | https://github.com/hbldh/bleak/issues/970 | [
"Backend: BlueZ"
] | mulkkyul | 2 |
matterport/Mask_RCNN | tensorflow | 2,096 | Detect Only 1 or 2 classes in coco Model | I just want to detect only a couple of classes like cars, buses, trucks etc. can anyone tell how can we do this? | open | 2020-04-08T20:08:36Z | 2020-04-08T20:08:36Z | https://github.com/matterport/Mask_RCNN/issues/2096 | [] | ishumann | 0 |
RomelTorres/alpha_vantage | pandas | 379 | entitlement set to None and can not pass 'realtime' | entitlement is set to None and can not pass 'realtime' to get real time data on premium membership plan. | closed | 2024-08-09T11:42:31Z | 2024-08-26T08:48:05Z | https://github.com/RomelTorres/alpha_vantage/issues/379 | [] | inet100 | 4 |
ipython/ipython | jupyter | 14,002 | Bug with the same shortcut defined twice | If a shortcut is defined twice, I see the following error which makes it not possible to start IPython:
```
ValueError: Multiple shortcuts matching {'command': 'IPython:auto_suggest.discard'} found, please add keys/filter to select one of: [Binding(command=<function discard at 0x7febe8ce0040>, keys=['escape'], cond... | open | 2023-04-03T14:38:54Z | 2023-04-03T14:38:54Z | https://github.com/ipython/ipython/issues/14002 | [] | mlucool | 0 |
akfamily/akshare | data-science | 5,246 | AKShare 接口问题报告: 成交持仓 // 接口: futures_hold_pos_sina // 无法正常使用 | 您好,非常感谢您们提供的AKShare。
我在使用您们“成交持仓”时,发现了一个问题。
https://akshare.akfamily.xyz/data/futures/futures.html#id48)
接口: futures_hold_pos_sina
目标地址: https://vip.stock.finance.sina.com.cn/q/view/vFutures_Positions_cjcc.php
问题描述:
现在您们的这个接口,只可以获取最新一日的螺纹钢的数据。无法获取指定日期,或者指定期货品种的成交持仓数据。
请参考截图数据,这个接口抓取的数据是错误的!
<img... | closed | 2024-10-16T11:37:49Z | 2024-10-16T14:12:17Z | https://github.com/akfamily/akshare/issues/5246 | [
"bug"
] | userssgithub | 2 |
babysor/MockingBird | deep-learning | 393 | 【作者快看】大家觉得哪个模型好啊? | 大家好,我现在用的这个模型和原声太不像了,大家有那种克隆更真实的模型推荐吗?能发我一下吗?谢谢各位了 | closed | 2022-02-17T11:57:54Z | 2022-07-27T05:45:11Z | https://github.com/babysor/MockingBird/issues/393 | [] | PEK-ZBAA | 3 |
jina-ai/serve | fastapi | 5,393 | refactor: refactor deployment and pod classes to avoid implementing different behavior inside `if self.args.pod_role == PodRoleType.TYPE` checks | Currently, pod and deployment classes operate on any pod, regardless of the pod type (gateway, head or worker).
However, this is implemented by constantly checking `args.pod_role` for instance:
```python
def _is_ready():
if args.pod_role == PodRoleType.GATEWAY:
return GatewayRun... | closed | 2022-11-15T09:33:26Z | 2023-02-28T00:20:03Z | https://github.com/jina-ai/serve/issues/5393 | [
"Stale"
] | alaeddine-13 | 2 |
xinntao/Real-ESRGAN | pytorch | 841 | No module named 'torchvision.transforms.functional_tensor' | This error is generated trying to run colab demo (step 3)
https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing
and any other code attempts give the same error
Any ideas how to fix it?
Traceback (most recent call last):
File "/content/Real-ESRGAN/inference_realesrgan.py", line... | open | 2024-08-28T14:20:51Z | 2024-10-10T04:33:26Z | https://github.com/xinntao/Real-ESRGAN/issues/841 | [] | purgenetik | 3 |
microsoft/qlib | machine-learning | 1,862 | TypeError: canonicalize_version() got an unexpected keyword argument strip_trailing_zero | ## 🐛 Bug Description
When install pyqlib via poetry, python3.10, I met a dependency conflict that prevented the installation from completing successfully.
I think that's because the version conflict of packaging https://github.com/pypa/setuptools/issues/4483
I want to upgrade packaging to 22.0 but qlib has limited ... | open | 2024-11-29T11:13:29Z | 2024-12-31T06:42:49Z | https://github.com/microsoft/qlib/issues/1862 | [
"bug"
] | sailxjx | 1 |
polakowo/vectorbt | data-visualization | 716 | Plotting Error: Subplot 'trade_pnl' raised an exception | I got an error when using `pf.plot()`.
Not sure what might cause this error (passing nan to Plotly)
(`total_return = pf.total_return()`)
```
*** ValueError:
Invalid element(s) received for the 'opacity' property of scatter.marker
Invalid elements include: [nan]
The 'opacity' property is a n... | open | 2024-06-11T08:30:04Z | 2024-06-14T09:28:53Z | https://github.com/polakowo/vectorbt/issues/716 | [] | daviddwlee84 | 1 |
iterative/dvc | data-science | 9,944 | dvc import: fails to import - SCM Error | ## Description
We receive the following error when importing from an existing dvc repo:
`
dvc import git@github.com:csdisco/matter-reviews-datasets.git datasets -v
2023-09-14 16:18:30,306 DEBUG: v3.5.1 (pip), CPython 3.10.12 on Linux-5.15.0-1021-aws-x86_64-with-glibc2.31
2023-09-14 16:18:30,306 DEBUG: command:... | closed | 2023-09-14T16:23:30Z | 2023-09-14T16:51:31Z | https://github.com/iterative/dvc/issues/9944 | [] | mohitanchlia | 1 |
opengeos/leafmap | plotly | 181 | STAC Catalog Discovery and Visualization | Add GUI for discovering and visualizing STAC catalog interactively. This feature will built upon the streamlit web app developed by @mykolakozyr, making it easier to use STAC in a Jupyter environment.
References:
- https://github.com/mykolakozyr/stacdiscovery
- https://share.streamlit.io/mykolakozyr/stacdiscove... | closed | 2022-01-15T01:16:02Z | 2022-02-25T13:34:07Z | https://github.com/opengeos/leafmap/issues/181 | [
"Feature Request"
] | giswqs | 1 |
adamerose/PandasGUI | pandas | 116 | Upgrade to PyQt6 | I plan to upgrade to PyQt6 as soon as possible but can't yet since PandasGUI depends on `QtWebEngineWidgets`. Qt6 won't have support for `QWebEngine` until 6.2 in September 2021
https://wiki.qt.io/QtReleasing
https://forum.qt.io/topic/122166/problem-with-pyside6-and-qtwebenginewidgets-module
https://bugreports.qt.... | open | 2021-03-11T21:30:06Z | 2021-03-11T21:30:06Z | https://github.com/adamerose/PandasGUI/issues/116 | [
"enhancement"
] | adamerose | 0 |
sepandhaghighi/samila | matplotlib | 91 | Memory leakage | #### Description
It seems Python garbage collector cant automatically free up resources consumed by `matplotlib`
#### Steps/Code to Reproduce
```python3
from samila import *
for i in range(100):
g = GenerativeImage()
result = g.save_image("{}.png".format(i), depth=5)
print(result)
```
#### Expecte... | closed | 2022-01-21T13:18:41Z | 2022-03-21T14:28:32Z | https://github.com/sepandhaghighi/samila/issues/91 | [
"bug"
] | sepandhaghighi | 0 |
huggingface/text-generation-inference | nlp | 2,925 | Behavioral Difference Between 'max_tokens' and 'max_completion_tokens' | ### System Info
```json
{
"model_id": "microsoft/Phi-3-mini-4k-instruct",
"model_sha": "0a67737cc96d2554230f90338b163bc6380a2a85",
"model_pipeline_tag": "text-generation",
"max_concurrent_requests": 128,
"max_best_of": 2,
"max_stop_sequences": 4,
"max_input_tokens": 1024,
"max_total_tok... | closed | 2025-01-20T08:00:02Z | 2025-01-23T13:18:48Z | https://github.com/huggingface/text-generation-inference/issues/2925 | [] | ZHE202107 | 2 |
amidaware/tacticalrmm | django | 1,964 | Restore failed / 500 Internal Server Error after Restore | **Server Info (please complete the following information):**
- OS: Debian 12
- Browser: edge
- RMM Version 19.3
**Installation Method:**
- [ ] Standard
- [ x] Standard with `--insecure` flag at install
- [ ] Docker
**Describe the bug**
Hi, I'm new to tactical rmm und generally new to Linux. I'll t... | closed | 2024-08-08T07:22:46Z | 2024-08-08T07:35:32Z | https://github.com/amidaware/tacticalrmm/issues/1964 | [] | aliarsalahn | 4 |
huggingface/transformers | tensorflow | 36,351 | Support sliding_window for sdpa in qwen2 | ### Feature request
Can we implement sliding_window support in here (https://github.com/huggingface/transformers/blob/v4.49.0/src/transformers/models/qwen2/modeling_qwen2.py#L237) like this (https://github.com/huggingface/transformers/blob/v4.41.2/src/transformers/models/mistral/modeling_mistral.py#L985)?
Or is this ... | open | 2025-02-23T07:07:09Z | 2025-02-27T04:43:04Z | https://github.com/huggingface/transformers/issues/36351 | [
"Feature request"
] | cyr0930 | 2 |
gradio-app/gradio | data-visualization | 10,502 | gradio demo don't work in huggingface space | ### Describe the bug
when deploying demo code of doc on huggingface space, it will produce a bug "gradio.exceptions.error: 'data incompatible with the messages format'". Because the version of gradio is 5.0.1 when deploying and can not change, I can not fix it by updating the version. After trying, find if I change th... | closed | 2025-02-05T02:49:16Z | 2025-02-05T05:54:37Z | https://github.com/gradio-app/gradio/issues/10502 | [
"bug"
] | Shuryne | 1 |
graphistry/pygraphistry | pandas | 53 | More graceful iframe loading failure handling | ( + @thibaudh @padentomasello @briantrice )
If the iframe fails to load, such as due to mixed protocol, we need a more helpful user experience.
Proposals:
1. A FAQ (on pygraphistry?), which includes common reasons for this case
2. A heartbeat / timeout as part of the JS API, and have the iframe loader give the hints... | closed | 2016-02-14T20:19:22Z | 2017-02-22T04:01:52Z | https://github.com/graphistry/pygraphistry/issues/53 | [
"enhancement",
"p3"
] | lmeyerov | 10 |
awesto/django-shop | django | 806 | Checkout form, sending my order | I am logged in as a customer and I am checking out my cart, but at step 4, the last step, the proceed button which should create an order and so forth will not let me purchase my order.
So I am quite confused, as there is no exception and I also did not change that particular part of the ordering process. | closed | 2020-04-18T20:03:54Z | 2020-04-26T19:27:14Z | https://github.com/awesto/django-shop/issues/806 | [] | markusmo | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.