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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
yihong0618/running_page | data-visualization | 97 | [问题] 请问这个项目不支持室内跑步吗? | 昨天在健身房跑的记录没有显示在running page,不支持Nike Run Club的室内跑步吗?
最近下雨,估计都要在室内跑了 :( | closed | 2021-03-10T05:22:08Z | 2025-02-27T14:37:58Z | https://github.com/yihong0618/running_page/issues/97 | [] | L1cardo | 9 |
aiortc/aiortc | asyncio | 918 | issues with MediaPlayer looping | Hello everyone,
I currently struggle with looping video files with the aiortc MediaPlayer helper.
I'm using the janus example code with the loop parameter added to the MediaPlayer parameters.
I've read that the file I want to loop has to be seekable. But I'm not sure on how to test this.
I've tried play... | closed | 2023-08-20T21:06:19Z | 2023-08-21T10:46:35Z | https://github.com/aiortc/aiortc/issues/918 | [] | craftycram | 3 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,349 | [Bug]: Connection refused behind proxy | ### 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 before... | open | 2024-08-08T07:57:42Z | 2024-08-08T20:06:48Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16349 | [
"bug-report"
] | leonharv | 5 |
allenai/allennlp | nlp | 5,384 | Runtime error with convolution classifier | I've created a text classifier based on the `cnn-highway` encoder. It more or less works, but sometimes it crashes either during training or evaluation, the problem being that sometimes the input text isn't long enough for the CNN window size. It's mostly a problem during evaluation where I've been evaluating single st... | closed | 2021-08-28T07:19:01Z | 2021-10-11T03:19:06Z | https://github.com/allenai/allennlp/issues/5384 | [
"bug",
"stale"
] | david-waterworth | 3 |
vanna-ai/vanna | data-visualization | 527 | Why does it retry multiple times even if you don't use FlaskApp? | **Describe the bug**
When I call vn.ask(), it tries multiple times if it executes the sql incorrectly and it retries from vn.train(), I don't see any similar logic inside the code yet
| open | 2024-07-01T08:50:14Z | 2024-07-01T08:50:14Z | https://github.com/vanna-ai/vanna/issues/527 | [
"bug"
] | bolelele | 0 |
klen/mixer | sqlalchemy | 55 | Disable gereration values | Hi,
In specific case i would like to completely disable generation of random/fake values. I tried to override some Mixer components without success.
Is it possible ?
Thanks,
##
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32359479-disable-ger... | open | 2016-03-29T12:06:53Z | 2016-11-10T11:46:42Z | https://github.com/klen/mixer/issues/55 | [] | buxx | 0 |
vaexio/vaex | data-science | 1,707 | (Approx) Median with Group by or Categorical binby? | Hi there,
- I need to take medians per group.
- The groups are categories given by a categorical column.
- In pandas: df.groupby('category_id')['number'].median().
- I'd be happy with median_approx, but this can't be used with groupby as yet.
- I did note that `median_approx` has binby - which does nearly what... | open | 2021-11-15T10:44:02Z | 2021-11-18T09:07:28Z | https://github.com/vaexio/vaex/issues/1707 | [
"feature-request"
] | willycs40 | 1 |
stanfordnlp/stanza | nlp | 945 | Disable processors dynamically in the call function | I'd like to save a model in memory and **dynamically decide to disable a processor during the execution**.
For example, I want to have in memory the full model for English with all the processors like this:
```python
import stanza
nlp = stanza.Pipeline("en")
```
```
2022-02-07 11:52:01 INFO: Loading these model... | closed | 2022-02-07T16:22:39Z | 2022-02-08T09:09:26Z | https://github.com/stanfordnlp/stanza/issues/945 | [
"question"
] | paulthemagno | 2 |
iperov/DeepFaceLive | machine-learning | 11 | ask your questions here | closed | 2021-07-29T19:41:33Z | 2021-08-03T19:39:39Z | https://github.com/iperov/DeepFaceLive/issues/11 | [] | iperov | 14 | |
aeon-toolkit/aeon | scikit-learn | 1,950 | [ENH] Can't plot Random Dilated Shapelets on their extracted time point positions. | ### Describe the issue
Currently trying to visualise dilated shapelets for a notebook and I want to plot 10 extracted shapelets however I can only plot them stacked upon one another. It is important to see from which part of a time series the shapelet is extracted so you need the start point of the extracted shapelet ... | closed | 2024-08-12T10:55:13Z | 2024-08-13T14:15:21Z | https://github.com/aeon-toolkit/aeon/issues/1950 | [] | IRKnyazev | 1 |
fastapi/sqlmodel | pydantic | 229 | open ended discussion: use of PEP 593 in the "model" ecosystem | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2022-01-20T17:04:25Z | 2024-11-07T23:33:33Z | https://github.com/fastapi/sqlmodel/issues/229 | [
"question"
] | adriangb | 4 |
graphql-python/flask-graphql | graphql | 18 | The "context" option is not being used to be passed down as the "context_value" | https://github.com/graphql-python/flask-graphql/blob/master/flask_graphql/graphqlview.py#L50
Here you hardcode the `context_value` to the `request` object, instead of using the `context` provided as option (if provided). | closed | 2016-12-06T16:08:39Z | 2016-12-14T06:18:08Z | https://github.com/graphql-python/flask-graphql/issues/18 | [] | luisincrespo | 1 |
robotframework/robotframework | automation | 4,739 | optimize memory usage when creating log.html? | I noticed robot/rebot can use multiple Gigabytes of memory when rendering log.html from complex/long output.xml. We noticed this in a container environment where we cap memory consumption to 4GB, and noticed some robot suite execution being killed by the OS. The output.xml in question contained more than 1.8 million k... | open | 2023-04-17T13:25:00Z | 2023-12-15T11:27:11Z | https://github.com/robotframework/robotframework/issues/4739 | [] | oboehmer | 5 |
Ehco1996/django-sspanel | django | 926 | 能问下你,你的github.io界面是由readme.md文件渲染而来的吗? | **问题的描述**
**项目的配置文件**
**如何复现**
**相关截图/log**
**其他信息**
| closed | 2024-04-23T00:11:51Z | 2024-04-29T00:58:16Z | https://github.com/Ehco1996/django-sspanel/issues/926 | [] | windy003 | 1 |
zappa/Zappa | flask | 785 | [Migrated] Could not choose a lambda function's version when invokes a Lambda function. | Originally from: https://github.com/Miserlou/Zappa/issues/1931 by [j-yoshiyama](https://github.com/j-yoshiyama)
<!--- Provide a general summary of the issue in the Title above -->
## Context
About the Asynchronous Task Execution function,
We'd like to execute an async-task with same version
but it will be execute... | closed | 2021-02-20T12:42:23Z | 2024-04-13T18:37:29Z | https://github.com/zappa/Zappa/issues/785 | [
"has-pr",
"next-release-candidate",
"no-activity",
"auto-closed"
] | jneves | 2 |
google-research/bert | tensorflow | 540 | A question about run_squad.py | Hi,
In `run_squad.py`, there is a comment (see the snippet below) saying that chunks without an annotation will be thrown during training. This make sense to me. However, it seems that such out-of-span chunks will still be included in the training samples. I don't quite understand this. Is it a bug or am I missing s... | open | 2019-04-02T17:10:55Z | 2019-04-02T17:11:29Z | https://github.com/google-research/bert/issues/540 | [] | MottoX | 0 |
lgienapp/aquarel | matplotlib | 1 | No themes available. | I just did a pip install.
from aquarel import list_themes
list_themes()
returns
[]
and load_theme("arctic_light")
raises
ValueError: No theme named 'arctic_light' found.
Windows 11, Anaconda Python 3.9 installation.
I stepped into the code, it is globbing 'C:\\anaconda3\\lib\\... | closed | 2022-08-10T20:37:24Z | 2022-08-10T21:20:56Z | https://github.com/lgienapp/aquarel/issues/1 | [] | rlabbe | 1 |
pytest-dev/pytest-xdist | pytest | 628 | Resource Warnings when running test suite | A bunch of Resource Warnings are issues when running pytest-xdist's test suite:
```
================= 148 passed, 4 skipped, 10 xfailed in 47.03s ==================
/usr/lib64/python3.9/subprocess.py:1048: ResourceWarning: subprocess 1025 is still running
/usr/lib64/python3.9/subprocess.py:1048: ResourceWarning: ... | open | 2021-02-13T18:08:12Z | 2022-04-20T17:16:51Z | https://github.com/pytest-dev/pytest-xdist/issues/628 | [] | swt2c | 3 |
harry0703/MoneyPrinterTurbo | automation | 544 | NameError: name 'AudioFileClip' is not defined | config:
{
"video_subject": "不要等待机会,而是创造机会",
"video_script": "",
"video_terms": "",
"video_aspect": "9:16",
"video_concat_mode": "random",
"video_clip_duration": 3,
"video_count": 1,
"video_source": "pexels",
"video_materials": null,
"video_language": "",
"voice_na... | closed | 2024-12-05T08:15:58Z | 2024-12-06T17:06:48Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/544 | [] | CodeVeteran | 3 |
huggingface/datasets | deep-learning | 6,620 | wiki_dpr.py error (ID mismatch between lines {id} and vector {vec_id} | ### Describe the bug
I'm trying to run a rag example, and the dataset is wiki_dpr.
wiki_dpr download and extracting have been completed successfully.
However, at the generating train split stage, an error from wiki_dpr.py keeps popping up.
Especially in "_generate_examples" :
1. The following error occurs in the... | closed | 2024-01-27T01:00:09Z | 2024-02-06T09:40:19Z | https://github.com/huggingface/datasets/issues/6620 | [] | kiehls90 | 1 |
waditu/tushare | pandas | 1,670 | pro.daily()中ts_code参数好像会因为长度太长而执行失败 | daily_df = self.pro.daily(ts_code=self.ts_code, trade_date=start_date)
报错如下:
Traceback (most recent call last):
File "/home/scholar/documents/WorkFile/c++_projects/tushare/utils.py", line 76, in <module>
print(data.get_stock_by_name("大港股份", "20220810"))
File "/home/scholar/documents/WorkFile/c++_projects... | open | 2022-08-11T09:17:31Z | 2023-03-29T05:55:09Z | https://github.com/waditu/tushare/issues/1670 | [] | beatttt | 1 |
laughingman7743/PyAthena | sqlalchemy | 1 | Add QueryExecutionStatistics | http://docs.aws.amazon.com/athena/latest/APIReference/API_QueryExecutionStatistics.html
| closed | 2017-05-22T11:47:44Z | 2017-05-27T23:41:49Z | https://github.com/laughingman7743/PyAthena/issues/1 | [] | laughingman7743 | 0 |
google-research/bert | tensorflow | 725 | how to view the prediction result of each sample? | Bert is used for text prediction. In the output result, only the accuracy rate, how to view the prediction result of each sample? | open | 2019-06-27T08:01:21Z | 2019-08-29T15:28:56Z | https://github.com/google-research/bert/issues/725 | [] | zhangrenjie666666 | 1 |
sammchardy/python-binance | api | 776 | get_all_coins_info_() error in v 0.710 | info = client.get_all_coins_info() generates the following error when calling it from the Spot Testnet:
binance.exceptions.BinanceAPIException: APIError(code=-2008): Invalid Api-Key ID. | closed | 2021-04-19T08:09:58Z | 2021-05-03T19:48:24Z | https://github.com/sammchardy/python-binance/issues/776 | [] | CyberPunkMetalHead | 6 |
kennethreitz/responder | graphql | 366 | form data is broken ? | Hi,
Getting data from a form failed to get the correct data.
sample:
```python
@api.route("/")
class Create:
async def on_post(self, req, resp):
data = await req.media()
print(data)
....
# output
# {' name': ['"name"\r\n\r\nHelloWorld\r\n--------------------------32b03c5d57988... | closed | 2019-06-30T20:49:15Z | 2019-07-29T22:53:39Z | https://github.com/kennethreitz/responder/issues/366 | [
"question"
] | ucpr | 1 |
Kludex/mangum | asyncio | 110 | Add changelog to repo and release notes to documentation | Since I'm actually adding notes to the releases now I think this should be included in the repo itself and not just the GitHub release. I wonder if there is a good way to automate this so content can be reflected in all three places (`releases.md`, `CHANGELOG.md`, Github release). | closed | 2020-05-15T13:56:55Z | 2020-05-16T10:54:35Z | https://github.com/Kludex/mangum/issues/110 | [
"improvement"
] | jordaneremieff | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 205 | Memory size required for Market1501-500k | Hi,
I have trained models on Market1501-500k but it used all memory free space on evaluating process and made the machine freeze due to out-of-memory problem.
I have 48gb of RAM. Is it enough?
or did I do something wrong? this is the parameters I use to train the model.
```
python scripts/main.py \
--root... | closed | 2019-07-05T06:28:41Z | 2019-10-22T22:17:09Z | https://github.com/KaiyangZhou/deep-person-reid/issues/205 | [] | crossknight | 10 |
nidhaloff/igel | automation | 22 | provide available configurations (what the user can write in the yaml file) in the docs |
### Description
This issue is about providing the configurations in the docs that the user can use in the yaml file. This includes a description of what each key/value pairs can do. At the moment I just wrote these in the Readme file but it would be great to have an overview about it in the docs. I think this woul... | closed | 2020-09-29T21:50:02Z | 2020-10-05T18:09:00Z | https://github.com/nidhaloff/igel/issues/22 | [
"documentation",
"enhancement",
"good first issue",
"easy"
] | nidhaloff | 2 |
tqdm/tqdm | jupyter | 1,058 | pytest: tidy up | thanks to #1052, `pytest` features should now be used to make things easier.
- [ ] replace `closing(*IO())` with `capsys`/`capsysbinary` (vis 873e1bc) | open | 2020-10-24T23:28:07Z | 2021-05-24T19:50:31Z | https://github.com/tqdm/tqdm/issues/1058 | [
"p3-framework ⚒"
] | casperdcl | 3 |
smarie/python-pytest-cases | pytest | 156 | Doctest setup failure | Hello my collaborators and I love `pytest-cases` and use it to do some heavy lifting with our parametrizations during test suites. We have noticed an issue when trying to run a doctest in an environment with `pytest-cases` installed.
We are receiving an attribute error associated with the `item._request` looked up i... | closed | 2020-12-03T22:01:58Z | 2020-12-09T17:17:39Z | https://github.com/smarie/python-pytest-cases/issues/156 | [] | mkolopanis | 3 |
ultralytics/ultralytics | deep-learning | 19,293 | Vision-Language PAN in YOLOWolrd | ### 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 am excited about yoloworld but i don't see the Vision-Language PAN archite... | open | 2025-02-18T09:22:41Z | 2025-02-18T22:09:55Z | https://github.com/ultralytics/ultralytics/issues/19293 | [
"question"
] | viethoang303 | 2 |
gradio-app/gradio | deep-learning | 10,134 | Multimodal textbox: if you copy paste a large amount of text, it treats it like a file instead of copy pasting it into the textbox | closed | 2024-12-05T17:05:54Z | 2025-03-06T15:38:27Z | https://github.com/gradio-app/gradio/issues/10134 | [
"enhancement"
] | hannahblair | 0 | |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 739 | iou | 有没有大佬知道怎么改IOU损失呢,如果我不想使用标准的IOU计算想采用ciou,siou等,除了修改box.py中的box_iou函数。这个函数返回的是CIOU,SIOU。还需要对那些地方修改哦 | open | 2023-05-23T05:51:13Z | 2023-08-04T05:38:56Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/739 | [] | thestars-maker | 1 |
Yorko/mlcourse.ai | data-science | 615 | RF cons - unclear statement about correlated features | "If a dataset contains groups of correlated features with similar importance for predicted classes, then the preference will be given to smaller groups." - shalle be reformulated and linked to [this work](http://rnowling.github.io/machine/learning/2015/08/11/random-forest-correlation-bias.html). | closed | 2019-09-13T19:16:21Z | 2019-09-27T14:48:58Z | https://github.com/Yorko/mlcourse.ai/issues/615 | [] | Yorko | 1 |
seleniumbase/SeleniumBase | pytest | 3,284 | dublicate url when using sb.open in cycle | https://www.sofascore.comhttps//www.sofascore.com/ru/football/match/pharco-fc-enppi/owrsdJWb#id:13015449 getting like this when using
def get_games_info(self, links):
games_info = []
for link in links:
self.sb.open(link)
time.sleep(1) | closed | 2024-11-22T17:09:30Z | 2024-11-22T17:55:42Z | https://github.com/seleniumbase/SeleniumBase/issues/3284 | [
"invalid"
] | SenseiSol | 1 |
jacobgil/pytorch-grad-cam | computer-vision | 182 | ValueError: need at least one array to concatenate |
Hello, I have the following problem
“
base_cam.py", line 134, in aggregate_multi_layers
cam_per_target_layer = np.concatenate(cam_per_target_layer, axis=1)
File "<__array_function__ internals>", line 6, in concatenate
ValueError: need at least one array to concatenate”
when reproducing your code. Is it ... | closed | 2021-12-15T06:57:26Z | 2021-12-17T13:14:51Z | https://github.com/jacobgil/pytorch-grad-cam/issues/182 | [] | allenlittlestar | 2 |
scikit-multilearn/scikit-multilearn | scikit-learn | 220 | GaussianNB Specify Priors w/ OneVsRest, BinaryRelevance Etc | It would be nice if there were a way to specify priors in multilabel classification problems using GaussianNB() with OneVsRest and the like. As is passing a list of priors to the model as in the link below yields error "ValueErrors: number of priors must match number of classes"
https://stackoverflow.com/questions/5... | closed | 2021-09-14T03:51:16Z | 2023-03-14T17:03:43Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/220 | [] | npschweizer | 1 |
ansible/ansible | python | 84,505 | Update collection loader `__package__` and `__loader__` handling | ### Summary
Setting the `__package__` attribute on modules has been deprecated for awhile. It may be largely deactivated in Python 3.14, and [will be removed in Python 3.15](https://docs.python.org/3.13/whatsnew/3.13.html#pending-removal-in-python-3-15).
I did a quick poke at both real and synthetic collections m... | open | 2025-01-02T22:57:56Z | 2025-01-02T23:04:11Z | https://github.com/ansible/ansible/issues/84505 | [
"bug"
] | nitzmahone | 1 |
bigscience-workshop/petals | nlp | 507 | Extend ServerInfo with (start_block, end_block) | This info will make ServerInfo stable even if some DHT key flaps. | closed | 2023-09-12T21:22:47Z | 2023-09-19T22:57:10Z | https://github.com/bigscience-workshop/petals/issues/507 | [] | borzunov | 1 |
hatchet-dev/hatchet | fastapi | 536 | docs: fix go sdk quickstart | https://docs.hatchet.run/sdks/go-sdk/setup | closed | 2024-05-28T21:31:14Z | 2024-06-20T16:29:02Z | https://github.com/hatchet-dev/hatchet/issues/536 | [] | steebchen | 0 |
taverntesting/tavern | pytest | 185 | Content-Type header is not passed | --snipped--
```
stages:
- name: Request
request:
url: ....snipped....
method: PUT
files:
data: "post-data.txt"
auth:
- "{tavern.env_vars.username}"
- "{tavern.env_vars.password}"
headers:
content-type: "application/json"
response:
status_code: 200
```
The... | closed | 2018-09-11T10:49:43Z | 2018-09-11T11:25:36Z | https://github.com/taverntesting/tavern/issues/185 | [] | talonx | 2 |
Nemo2011/bilibili-api | api | 877 | [新功能] 提供 curl_cffi 作为请求发送工具 | 在使用 User 下的 get_user_info 时发现一直触发风控,但浏览器访问(隐私模式下)却不会触发风控
使用 GET `https://api.bilibili.com/x/frontend/finger/spi` 进行手动测试时发现,Python 的 requests urllib3 等库即使添加 Cookies 和 WBI 以及 UA 参数均会触发风控。
经过搜索后 Stackoverflow 中的一篇回答 https://stackoverflow.com/questions/60407057/python-requests-being-fingerprinted 说明其有可能使用了浏览器指纹识别。根据回... | open | 2025-01-09T07:15:30Z | 2025-01-09T11:20:09Z | https://github.com/Nemo2011/bilibili-api/issues/877 | [
"anti-spider"
] | cubesky | 0 |
jordaneremieff/djantic | pydantic | 22 | Fix type hints | Currently `mypy` is commented out in the test script until this is resolved. | open | 2021-04-04T16:29:58Z | 2021-04-04T16:29:58Z | https://github.com/jordaneremieff/djantic/issues/22 | [] | jordaneremieff | 0 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,875 | [Bug]: Torch is not able to use GPU | ### Checklist
- [ ] 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
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported ... | open | 2024-05-24T04:00:46Z | 2024-08-26T11:58:35Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15875 | [
"bug-report"
] | llgll | 1 |
sunscrapers/djoser | rest-api | 842 | `PicklingError: Cannot pickle ResolverMatch` in Django 5.1 for any endpoint that sends an email | **Background**
I recently upgraded to Django 5.1.1 and I'm seeing a `PicklingError` in my unit tests for all djoser endpoints that send an email.
Here are some minimalist unit tests that are failing (note I'm using pytest-django):
```python
@pytest.mark.django_db
def test_create_user(client):
url = reve... | closed | 2024-09-07T05:25:10Z | 2024-11-09T18:22:44Z | https://github.com/sunscrapers/djoser/issues/842 | [
"bug",
"help wanted",
"upstream"
] | johnnymetz | 2 |
waditu/tushare | pandas | 1,079 | 大神好,有转债的函数合集吗? | 大神好,有转债的函数合集吗?
_Originally posted by @billionair123 in https://github.com/waditu/tushare/issues/622#issuecomment-506657846_ | closed | 2019-06-28T08:52:18Z | 2019-07-01T07:27:53Z | https://github.com/waditu/tushare/issues/1079 | [] | billionair123 | 0 |
jupyter-book/jupyter-book | jupyter | 2,122 | AttributeError: 'CheckExternalLinksBuilder' object has no attribute 'current_docname' | ### Describe the bug
**context**
`jupyter-book build ./ --builder linkcheck` results in AttributeError: 'CheckExternalLinksBuilder' object has no attribute 'current_docname'
**expectation**
I expect an error message that indicates version incompatibility in some way (though maybe there is nothing JupyterBook can ... | open | 2024-02-21T19:47:27Z | 2024-02-21T19:47:27Z | https://github.com/jupyter-book/jupyter-book/issues/2122 | [
"bug"
] | scottyhq | 0 |
scrapy/scrapy | python | 6,676 | Mention scrapy-spider-metadata | It would be nice to have the doc about spider arguments (which is https://docs.scrapy.org/en/latest/topics/spiders.html#spider-arguments I guess) mention scrapy-spider-metadata and show some rich example of using it. | open | 2025-02-15T11:55:42Z | 2025-02-15T11:55:42Z | https://github.com/scrapy/scrapy/issues/6676 | [
"enhancement",
"docs"
] | wRAR | 0 |
jina-ai/serve | machine-learning | 5,712 | docs: Put Deployment at the center of Documentation | **Describe the feature**
In Docs, Flow still has a more prominent role than Deployment, we have to do this shift | closed | 2023-02-24T12:26:00Z | 2023-04-13T16:34:35Z | https://github.com/jina-ai/serve/issues/5712 | [] | JoanFM | 5 |
nok/sklearn-porter | scikit-learn | 45 | C# support | Darius, are you fine with the idea to support C#? If so, I will go ahead whenever I have free time. I might also contribute on other parts when I'm done.
Thanks for letting me know, best, Balint | open | 2019-01-25T13:19:02Z | 2019-03-05T20:08:46Z | https://github.com/nok/sklearn-porter/issues/45 | [
"question",
"new feature"
] | bpfliegel | 2 |
pydantic/logfire | fastapi | 520 | It should be possible to install `logfire` without automatically enabling `logfire-api` use | ### Description
The ideal would be I guess
```py
logfire.enable_logfire_api('module.path')
```
But that would be a breaking change. Perhaps we do this via an env variable, so
https://github.com/pydantic/logfire/blob/cc79cf448a71f8c7a0f57deacaf3676e603168c4/logfire-api/logfire_api/__init__.py#L9-L14
beco... | closed | 2024-10-19T20:06:32Z | 2024-11-27T15:35:36Z | https://github.com/pydantic/logfire/issues/520 | [
"Feature Request"
] | samuelcolvin | 11 |
ivy-llc/ivy | numpy | 28,039 | Fix Frontend Failing Test: torch - tensor.torch.Tensor.reshape | To-do List: https://github.com/unifyai/ivy/issues/27498 | open | 2024-01-25T09:07:11Z | 2024-01-25T09:07:11Z | https://github.com/ivy-llc/ivy/issues/28039 | [
"Sub Task"
] | Purity-E | 0 |
deeppavlov/DeepPavlov | nlp | 1,477 | KBQA rus performance | Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first.
Please enter all the information below, otherwise your issue may be closed without a warning.
**DeepPavlov version** (you can look it up by running `pip show ... | closed | 2021-08-22T11:30:06Z | 2022-06-24T11:05:05Z | https://github.com/deeppavlov/DeepPavlov/issues/1477 | [
"bug"
] | roman-vygon | 2 |
pydata/bottleneck | numpy | 12 | Bug in nanmedian | Good:
```
>> bn.nanmedian(np.array([np.nan, 1, np.nan]))
1.0
```
Bad:
```
>> bn.nanmedian(np.array([np.nan, np.nan, 1]))
-inf
```
Only an issue for odd number of elements. And only for all NaNs except the last value.
| closed | 2011-03-12T00:59:02Z | 2011-03-12T01:15:08Z | https://github.com/pydata/bottleneck/issues/12 | [
"bug"
] | kwgoodman | 1 |
DistrictDataLabs/yellowbrick | scikit-learn | 761 | Validation Curves can be very slow | Two of the code examples in the [validation curve documentation](https://www.scikit-yb.org/en/latest/api/model_selection/validation_curve.html) can take hours to run even with joblib parallelism. There is a warning in the documentation about this -- the goal of these images was to show a useful diagnostic image that de... | open | 2019-02-18T15:33:45Z | 2019-02-18T15:33:45Z | https://github.com/DistrictDataLabs/yellowbrick/issues/761 | [
"type: technical debt"
] | bbengfort | 0 |
jina-ai/serve | machine-learning | 5,352 | bug: list-like args passed as string | **Describe the bug**
Right now in order to have `port-monitoring` (AND OTHER PARAMETERS) support `str` and `List[str]` at the same time, we have to do a hack to pass a string with "," comma separated values.
This feels unnatural in the CLI and Python API.
We should be able to pass:
```python
from jina impor... | closed | 2022-11-04T16:12:21Z | 2022-12-14T10:26:52Z | https://github.com/jina-ai/serve/issues/5352 | [] | JoanFM | 0 |
dot-agent/nextpy | streamlit | 153 | finite-state machine for better control of agents | open | 2024-03-22T01:57:17Z | 2024-03-22T01:57:17Z | https://github.com/dot-agent/nextpy/issues/153 | [] | anubrag | 0 | |
keras-rl/keras-rl | tensorflow | 332 | docs are sad | many of the docs just read "write me" which is useless. might as well just delete that and not have docs at all.
what needs to change about the docs? | closed | 2019-08-31T18:29:57Z | 2019-12-06T19:40:04Z | https://github.com/keras-rl/keras-rl/issues/332 | [
"wontfix"
] | bionicles | 1 |
localstack/localstack | python | 12,237 | bug: localstack start won't start due to SELINUX in Fedora Silverblue | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
I'm trying to use localstack in Fedora Silverblue 41 using the recommended command from the docs:
`DEBUG=1 DOCKER_CMD="podman" DOCKER_SOCK=$XDG_RUNTIME_DIR/podman/podman.sock DOCKER_HOST=unix://$XDG_RUNTIME_DIR/p... | open | 2025-02-09T17:40:15Z | 2025-02-13T12:19:20Z | https://github.com/localstack/localstack/issues/12237 | [
"type: bug",
"status: backlog",
"area: podman"
] | fedemp | 1 |
aminalaee/sqladmin | asyncio | 606 | relationship + search | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
I have a model in which there is a relationship to another model, if I just open the page, then everything is fine, if I add and start using it, t... | closed | 2023-09-03T17:18:50Z | 2023-09-14T16:14:09Z | https://github.com/aminalaee/sqladmin/issues/606 | [] | sheldygg | 10 |
modin-project/modin | data-science | 7,421 | BUG: Using modin with APT-installed MPI on linux doesn't work | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | closed | 2025-01-15T23:15:12Z | 2025-01-27T20:24:48Z | https://github.com/modin-project/modin/issues/7421 | [
"bug 🦗"
] | sfc-gh-mvashishtha | 3 |
iperov/DeepFaceLab | machine-learning | 539 | PreTraining new SAE model hangs up. | ASUS ROG STRIX VEGA 64 8GB

| closed | 2019-12-29T13:20:26Z | 2020-03-28T05:42:16Z | https://github.com/iperov/DeepFaceLab/issues/539 | [] | splinterz1 | 0 |
ultralytics/ultralytics | pytorch | 19,559 | Why is Auxiliary Supervision missing in yolov9.yaml? | ### 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 noticed that in yolov9.yaml, there is no mention of Auxiliary Supervision,... | open | 2025-03-07T03:29:45Z | 2025-03-07T11:05:07Z | https://github.com/ultralytics/ultralytics/issues/19559 | [
"question",
"detect"
] | wunnii9 | 3 |
mljar/mercury | data-visualization | 356 | Can't host mercury apps on paths other than root URL | I'm using NGINX to serve my Mercury app using a reverse proxy. I'm finding that my app only works properly if I forward it from the root URL. That is, it only works if I host it at `www.website.com`, but not if I host it at `www.website.com/path`. I notice that it tries to access assets at the root, such as `www.websit... | closed | 2023-08-30T08:23:00Z | 2023-09-23T11:15:31Z | https://github.com/mljar/mercury/issues/356 | [] | lukastk | 7 |
BeanieODM/beanie | asyncio | 1,093 | [BUG] Inconsistent insertion behaviour depending on method used | **Describe the bug**
Transient fields and null fields get inserted into the database differently based on the insertion method used. See my example below. I'm new to Beanie, so apologies if I'm missing something obvious.
**To Reproduce**
Given the following example data model:
```python
class MyDoc(Document):
... | closed | 2024-12-20T15:48:00Z | 2025-02-16T02:41:03Z | https://github.com/BeanieODM/beanie/issues/1093 | [
"Stale"
] | tom-whitehead | 3 |
ultralytics/ultralytics | python | 19,797 | Why was the YOLOv8n-cls summary called twice? | ### 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
Why was the YOLOv8n-cls summary called twice? Which one should I take as the... | open | 2025-03-20T11:59:30Z | 2025-03-20T13:30:46Z | https://github.com/ultralytics/ultralytics/issues/19797 | [
"question",
"classify"
] | cainiao123s | 2 |
vastsa/FileCodeBox | fastapi | 140 | 可否添加一个密码仅用于上传文件,但不能登录后台 | 如题,
我自建了一个filecodebox服务,
想分享给我的朋友们用,
我既不想开启游客上传,又不想把我的管理员密码给他们,
可否添加一个密码仅用于上传文件,但不能登录后台
感谢作者大大阅读我的issue,fcb是相当不错的一个作品 | open | 2024-03-17T17:57:14Z | 2024-09-14T02:39:42Z | https://github.com/vastsa/FileCodeBox/issues/140 | [] | HowieHz | 6 |
zappa/Zappa | flask | 1,310 | Python3.12 is not supported | ## Context
When I am tring to use Zappa with python3.12 I am getting error:
RuntimeError: This version of Python (3.12) is not supported!
Zappa (and AWS Lambda) support the following versions of Python: ['3.7', '3.8', '3.9', '3.10', '3.11']
## Expected Behavior
based on documentation python3.12 should be supported... | closed | 2024-03-07T10:18:31Z | 2024-03-11T19:47:21Z | https://github.com/zappa/Zappa/issues/1310 | [
"duplicate"
] | Krata4 | 1 |
facebookresearch/fairseq | pytorch | 5,217 | MMS-lab and MMS-unlab dataset download | Hello,
Is the dataset created by the authors of the paper "Scaling Technology to 1000+ languages" (https://arxiv.org/pdf/2305.13516.pdf) available publicly? Where can it be downloaded from?
Thanks! | open | 2023-06-25T00:54:50Z | 2024-09-06T22:14:04Z | https://github.com/facebookresearch/fairseq/issues/5217 | [
"question",
"needs triage"
] | PrabhjotKaurGosal | 1 |
vastsa/FileCodeBox | fastapi | 270 | 希望取件地址能更简洁一点 | 现在的取件地址是 https://域名/#/?code=35859
希望能像 https://域名/35859 这样,后面直接跟取件码,这样地址更短,取件时也可以直接从地址传入取件码,更方便 | open | 2025-03-04T09:30:47Z | 2025-03-05T19:11:13Z | https://github.com/vastsa/FileCodeBox/issues/270 | [] | laopanmemz | 2 |
huggingface/datasets | computer-vision | 6,554 | Parquet exports are used even if revision is passed | We should not used Parquet exports if `revision` is passed.
I think this is a regression. | closed | 2024-01-03T11:32:26Z | 2024-02-02T10:35:29Z | https://github.com/huggingface/datasets/issues/6554 | [
"bug"
] | albertvillanova | 1 |
custom-components/pyscript | jupyter | 469 | (False or False) == 0 ? | This should probably not be the case? Or am I missing something?
<img width="316" alt="Screenshot 2023-05-18 at 15 54 08" src="https://github.com/custom-components/pyscript/assets/24863182/1a274c23-19f9-4c92-b492-2e04d0a72dfe">
(this is with pyscript 1.4.0) | closed | 2023-05-18T13:58:31Z | 2023-07-30T22:45:54Z | https://github.com/custom-components/pyscript/issues/469 | [] | redlefloh | 2 |
ploomber/ploomber | jupyter | 324 | How to pass raw data to a task via pipeline.yaml? | From: https://app.slack.com/client/T016HTQ4NR3/C028KJCJDRT/thread/C028KJCJDRT-1630597605.003800
> Rowan: I’m playing with ploomber right now and have a raw data file required to run a notebook in the pipeline. Looking at the spec api (very helpful) it looks like tasks.params will let me inject the file path. Ploombe... | closed | 2021-09-02T16:13:41Z | 2021-09-06T14:54:59Z | https://github.com/ploomber/ploomber/issues/324 | [] | rdmolony | 4 |
pennersr/django-allauth | django | 3,462 | easily get provider_login_url manually | Hello!
I was wondering if there was an easy way to get the provider's login url from without using the templatetag.
thank you! | closed | 2023-10-04T05:55:51Z | 2023-10-04T20:08:09Z | https://github.com/pennersr/django-allauth/issues/3462 | [] | capancheta | 1 |
littlecodersh/ItChat | api | 408 | Voice 和 Recording的区别是什么?是否msgtype34是语音? | 您的itchat版本为:1.3.7。
其他的内容或者问题更详细的描述都可以添加在下面:
尝试添加发送语音功能失败,不清楚哪出了问题,有一些方向么?
万分感谢
[document]: https://github.com/soimort/you-get/wiki/FAQ
[issues]: https://github.com/soimort/you-get/issues
[itchatmp]: https://github.com/littlecodersh/itchatmp
| closed | 2017-06-12T13:34:10Z | 2017-06-27T08:04:11Z | https://github.com/littlecodersh/ItChat/issues/408 | [
"question"
] | hsmj1412 | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 31 | faster_rcnn中train_mobilenet.py训练完一个epoch就会报错 | **System information**
* OS Platform(e.g., window10 ):window10
* Python version:3.7
* Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3):Pytorch1.5
* Use GPU or not:GPU
* CUDA/cuDNN version(if you use GPU):cuda10.1
* The network you trained(e.g., Resnet34 network):mobilenet
**Describe the... | closed | 2020-07-02T11:08:28Z | 2020-07-03T00:44:07Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/31 | [] | QQR1 | 1 |
lepture/authlib | django | 721 | Does RFC9449 OAuth 2.0 Demonstrating Proof of Possession (DPoP) supported in the current authlib? | Just quick question: Does RFC9449 (OAuth 2.0 Demonstrating Proof of Possession (DPoP)) supported in the current authlib? Thank you. | closed | 2025-03-14T15:56:09Z | 2025-03-19T14:39:48Z | https://github.com/lepture/authlib/issues/721 | [
"spec"
] | NGSecure | 1 |
apache/airflow | data-science | 47,781 | 3.10.3 apache-airflow-providers-celery release is broken | ### Apache Airflow version
2.10.5
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Version: 3.10.3 release of apache-airflow-providers-celery (released March 13) doesn't work at all with Airflow version 2.10.5 (and 2.10.4). ALL of the tasks instantly fails.
The exception is:... | open | 2025-03-14T11:44:01Z | 2025-03-21T14:15:54Z | https://github.com/apache/airflow/issues/47781 | [
"kind:bug",
"area:core",
"provider:celery"
] | zaibacu | 9 |
jupyter/nbgrader | jupyter | 1,682 | Students deleting grade cells causes formgrader to report "needs manual grading" forever | Hi nbgrader team,
(I'm using nbgrader 0.7.1 on ubuntu 22.04)
I've found that students sometimes accidentally delete grade cells (yes, they're read-only; with a class of 800 students, *someone* always manages to do this, even after disabling keyboard shortcuts, educating them about the perils of changing read-only... | closed | 2022-10-09T23:46:57Z | 2023-08-21T11:31:22Z | https://github.com/jupyter/nbgrader/issues/1682 | [] | trevorcampbell | 5 |
healthchecks/healthchecks | django | 183 | Allow limited access to invited team members | I have 34 checks on this service. I've been considering adding a team member, so I tested what it would look like. I would love if there were some way to limit what checks team members could read, update, or delete. For example, if I invite this new member, I don't want them to be able to modify any of the existing 34 ... | closed | 2018-08-01T14:45:44Z | 2019-02-04T13:52:59Z | https://github.com/healthchecks/healthchecks/issues/183 | [] | danemacmillan | 7 |
seleniumbase/SeleniumBase | pytest | 2,711 | Extract URL of image and not base64 | Hi, i have this HTML:
`<img class="active " src="https://m.media-amazon.com/images/I/61M5AtEKgrL._SS180_.jpg" width="180" height="180" title="">`
I need the URL of the image: `https://m.media-amazon.com/images/I/61M5AtEKgrL._SS180_.jpg`
With this code:
```
from seleniumbase import Driver
driver_seleniumba... | closed | 2024-04-23T07:51:16Z | 2024-04-23T11:54:22Z | https://github.com/seleniumbase/SeleniumBase/issues/2711 | [
"question"
] | lomanq | 1 |
roboflow/supervision | machine-learning | 715 | Does the model output analysis support YOLOv8 OBB rotation target detection | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
Does the model output analysis support YOLOv8 OBB rotation target detection
### Use case
_No response_
### Additional
_No response_
### ... | closed | 2024-01-08T15:00:18Z | 2024-01-18T21:17:59Z | https://github.com/roboflow/supervision/issues/715 | [
"enhancement"
] | KTXKIKI | 2 |
robotframework/robotframework | automation | 4,540 | How TestSuite for creating an executable test suite structure programmatically | 1,I am using the following method to create a test suite
```python
from robot.api import TestSuite
suite = TestSuite('Activate Skynet')
suite.resource.imports.library('OperatingSystem')
test = suite.tests.create('Should Activate Skynet', tags=['smoke'])
test.setup.config('Set Environment Variable', args=['SKYNE... | closed | 2022-11-21T16:17:42Z | 2022-11-25T13:47:40Z | https://github.com/robotframework/robotframework/issues/4540 | [] | jackerzz | 2 |
lanpa/tensorboardX | numpy | 182 | ModuleNotFoundError: No module named 'tensorboardX' | I tried to install tensorboardX and it shows that it is installed successfully:


```
Coll... | closed | 2018-06-30T22:22:48Z | 2019-07-30T08:31:28Z | https://github.com/lanpa/tensorboardX/issues/182 | [] | isalirezag | 5 |
JaidedAI/EasyOCR | pytorch | 1,036 | RuntimeError: don't know how to restore data location of torch.storage._UntypedStorage (tagged with mps) | Error after updating 1.7: RuntimeError: don't know how to restore data location of torch.storage._UntypedStorage (tagged with mps) | open | 2023-05-29T06:56:14Z | 2023-06-30T11:21:01Z | https://github.com/JaidedAI/EasyOCR/issues/1036 | [] | orderer0001 | 1 |
slackapi/python-slack-sdk | asyncio | 1,453 | Append `thread_ts` to the payload of a lazy listener in Slash Commands | Hi!
I am using slash commands with answers that will take more than 3 seconds so I'm using a lazy_listener, e.g. [lazy_listener](https://github.com/slackapi/bolt-python/blob/4b086cf5fa1331244c4de859e17ff9a245b0fee5/docs/_advanced/lazy_listener.md?plain=1#L21-L38).
I wonder if there's any way to add to the payload... | closed | 2024-01-26T11:51:24Z | 2024-01-30T11:13:24Z | https://github.com/slackapi/python-slack-sdk/issues/1453 | [
"question"
] | adrianfusco | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,036 | simple-knn @ 86710c2____LINK DEATH | [simple-knn @ 86710c2](https://github.com/graphdeco-inria/gaussian-splatting/blob/main/submodules/simple-knn)
Link is death.
Can someone pls provide a working link to simple-knn?
Thanks | open | 2024-10-28T15:44:10Z | 2024-10-30T07:22:27Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1036 | [] | DuVogel87 | 1 |
flaskbb/flaskbb | flask | 517 | Posts search failure | Hi all,
Post searches (under /search) fail when the user is logged in and the search is supposed to return at least one post.
If the result of the search is empty, or if the user is not logged, things work as expected.
If we search for Topics, Forums or Users instead, things work as expected.
Error message (tru... | closed | 2019-02-20T08:58:55Z | 2019-04-25T08:26:44Z | https://github.com/flaskbb/flaskbb/issues/517 | [
"bug"
] | Helkafen | 0 |
nonebot/nonebot2 | fastapi | 2,680 | Plugin: HelpWithPic | ### PyPI 项目名
nonebot-plugin-HelpWithPic
### 插件 import 包名
nonebot_plugin_helpwithpic
### 标签
[{"label":"帮助","color":"#c61b1b"},{"label":"图片生成","color":"#c61b1b"}]
### 插件配置项
_No response_ | closed | 2024-04-22T08:22:17Z | 2024-04-25T03:12:16Z | https://github.com/nonebot/nonebot2/issues/2680 | [
"Plugin"
] | cubstaryow | 6 |
chezou/tabula-py | pandas | 223 | Spreadsheet=True oR lattice=True is failing for tabula-py | # Summary of your issue
when i try to read the bytes file, the lattice=True function fails
## Code:
table1 = tabula.read_pdf(BytesIO(bytesfile),
encoding ='latin1',
pages =x+1,
area=(top_box,10,bottom_box,80... | closed | 2020-03-10T13:12:23Z | 2020-03-10T13:13:57Z | https://github.com/chezou/tabula-py/issues/223 | [] | Anitha15890 | 1 |
sinaptik-ai/pandas-ai | data-science | 1,265 | Unable To Generate Schema: InvalidLLMOutputType (Response validation failed!) | ### System Info
pandasai 2.2.8
Python 3.9.6
### 🐛 Describe the bug
### Sample code
`df = pd.DataFrame(columns=["column1"], data=[["value1"]])`
`df.head()`
`semantic_agent = SemanticAgent(dfs=df)`
`print(semantic_agent._schema)
`
### Error
`in BaseAgent.call_llm_with_prompt(self, prompt)`
` return resul... | closed | 2024-07-02T19:09:41Z | 2024-10-21T16:05:59Z | https://github.com/sinaptik-ai/pandas-ai/issues/1265 | [
"bug"
] | mayankagarwal19911 | 4 |
FlareSolverr/FlareSolverr | api | 375 | [xbit] (testing) Exception (xbit): Challenge detected but FlareSolverr is not configured: Challenge detected but FlareSolverr is not configured | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-04-21T09:31:47Z | 2022-04-21T22:37:58Z | https://github.com/FlareSolverr/FlareSolverr/issues/375 | [] | nabilxkhabir | 0 |
ResidentMario/missingno | pandas | 9 | Distinguish between almost perfect and perfect correlation in the heatmap | For display purposes actual correlation is rounded up to 1. It'd be informative to distinguish between cases in which the correlation is perfectly 1 and cases in which it merely rounds up to 1, and there are actually a few trouble spots that are just being glossed over.
I think addition a visual label distinguishing b... | closed | 2016-04-12T23:07:46Z | 2016-04-16T04:26:00Z | https://github.com/ResidentMario/missingno/issues/9 | [] | ResidentMario | 0 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 191 | 请问 该如何向密码控件发送文本 | 
**发现如果向 这种控件 SendKeys 发送文本的话将会无效,请问该如何解决?** | closed | 2022-01-20T06:25:49Z | 2024-10-17T08:20:38Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/191 | [] | rejii0042 | 5 |
yt-dlp/yt-dlp | python | 12,456 | **yt-dlp** speeds up a video after download | ### Checklist
- [x] I'm reporting a bug unrelated to a specific 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 searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766), [the FAQ](https://gith... | closed | 2025-02-23T13:57:40Z | 2025-02-23T18:17:41Z | https://github.com/yt-dlp/yt-dlp/issues/12456 | [
"question"
] | fasttaps | 1 |
ranaroussi/yfinance | pandas | 1,525 | Falure when using single ISIN as a ticker (fix included) | Multiple tickers with ISINs mixed in do work, but a single ISIN fails. Here is the culprit (multi.py):
> if len(tickers) == 1:
> ticker = tickers[0]
> return shared._DFS[shared._ISINS.get(ticker, ticker)]
The last line should be just
> return shared._DFS[ticker]
as at that point in tim... | closed | 2023-05-14T16:49:24Z | 2023-07-21T12:05:05Z | https://github.com/ranaroussi/yfinance/issues/1525 | [] | sevimo123 | 1 |
Lightning-AI/pytorch-lightning | deep-learning | 20,052 | trainer.test() with given checkpoint logs last epoch instead of checkpoint epoch | ### Bug description
Testing from a given checkpoint leads to logging the epoch number of the last checkpoint instead of the checkpoint specified:
```
trainer = Trainer(..., max_epochs=10)
lightning_module = MyLightningModule(...)
datamodule = MyDatamodule()
trainer.fit(lightning_module , datamodule=datamodule... | open | 2024-07-05T15:21:09Z | 2024-07-06T12:23:14Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20052 | [
"bug",
"help wanted",
"repro needed"
] | markussteindl | 1 |
wkentaro/labelme | computer-vision | 1,389 | Installation fails in python 3.12.1 | ### Provide environment information
Python 3.12.1
### What OS are you using?
Microsoft Windows 10 Enterprise Edition
### Describe the Bug
After trying to install labelme with python -m pip install labelme, I get the following error message.
× Getting requirements to build wheel did not run successfully.
│ ... | closed | 2024-01-04T10:26:34Z | 2024-01-06T13:53:00Z | https://github.com/wkentaro/labelme/issues/1389 | [
"issue::bug"
] | weicheng-tseng | 0 |
dfm/corner.py | data-visualization | 132 | Add units to labels but not titles? | I'm wondering if there is way to add units after the numbers on the title. For example, the title currently shows 3+-0.5, could this be modified to 3+- 0.5 m/s ?
Conversely if it is possible to add units to just the labels and not the title text, as suggested in #124 ?
I'd prefer to not have it as K (m/s) = 3 +- 0.... | open | 2020-04-01T17:20:29Z | 2020-04-01T17:20:29Z | https://github.com/dfm/corner.py/issues/132 | [] | shbhuk | 0 |
modelscope/modelscope | nlp | 1,179 | 服务器炸了吗?官网和模型都访问不了 | 有的人可以,有的人就不行

| closed | 2025-01-13T03:34:43Z | 2025-01-13T05:57:44Z | https://github.com/modelscope/modelscope/issues/1179 | [] | yuyun2000 | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.