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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Urinx/WeixinBot | api | 54 | 红包的链接 | 你好,有办法拿到红包的链接吗?
| open | 2016-05-17T14:45:40Z | 2017-02-10T11:25:32Z | https://github.com/Urinx/WeixinBot/issues/54 | [] | ipuppy2 | 2 |
ghtmtt/DataPlotly | plotly | 67 | Error when saving plot as html | Stack trace:
line 1108
name 'output' is not defined
both linux and windows | closed | 2018-02-16T14:48:25Z | 2018-02-17T20:06:33Z | https://github.com/ghtmtt/DataPlotly/issues/67 | [
"bug"
] | ghtmtt | 0 |
ploomber/ploomber | jupyter | 599 | improve error when env.yaml contains placeholders without '' | similar to what we do with the spec: https://github.com/ploomber/ploomber/blob/eabf3e5e139c922c240296e7ada6885ed376d66e/src/ploomber/spec/dagspec.py#L241 | open | 2022-02-16T18:55:04Z | 2022-02-16T18:55:04Z | https://github.com/ploomber/ploomber/issues/599 | [] | edublancas | 0 |
cchen156/Learning-to-See-in-the-Dark | tensorflow | 65 | evaluation functioin | hello,
I didn't find any evaluation code so I just calculate psnr and ssim by myself on your pre-trained model.
However, I got a much better ssim when I evaluate ssim on grayscale image of the output and gt. I guess it might not be the case that you do.
So how did you evaluate your ssim? Do you use specific tool ki... | closed | 2018-12-04T10:00:04Z | 2018-12-06T03:32:44Z | https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/65 | [] | yutseng318 | 2 |
pandas-dev/pandas | data-science | 60,351 | ENH: Copy attrs on join (possibly depending on left, right, etc.) | ### Feature Type
- [ ] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
df.join() does not retain the attrs of the dataset. Given that the attrs manual states that "many operations that create new datasets wi... | open | 2024-11-18T04:26:12Z | 2024-11-21T21:26:24Z | https://github.com/pandas-dev/pandas/issues/60351 | [
"Enhancement",
"Reshaping",
"Needs Info",
"metadata"
] | rommeswi | 8 |
google-research/bert | tensorflow | 602 | Using bert for chinese entity recognition, it is very slow. | - ubuntu18.04 cpu: i5 , 16g
- max_seq_length=512, model size: 400M
It takes about 1 second to predict a sequence of 512 lengths. How can I optimize?
I have some parameters that reduce the model, but it will affect the prediction accuracy.
@kaushalshetty @anasuna We are expecting a reply | open | 2019-04-26T06:41:39Z | 2019-07-02T06:35:57Z | https://github.com/google-research/bert/issues/602 | [] | Single430 | 0 |
predict-idlab/plotly-resampler | plotly | 304 | [BUG] Lines become broken when zoomed in | **Describe the bug** :crayon:
When I use plotly_resampler in dash, my lines become broken (interrupted) after a few zoom-ins.
**Reproducing the bug** :mag:
The mids file is attached (compressed form)
[mids.zip](https://github.com/predict-idlab/plotly-resampler/files/15021581/mids.zip)
```
import plotly.graph_... | closed | 2024-04-18T07:51:33Z | 2024-04-18T09:09:41Z | https://github.com/predict-idlab/plotly-resampler/issues/304 | [
"bug"
] | BearLemma | 2 |
PeterL1n/RobustVideoMatting | computer-vision | 213 | Support of NCNN version | Hello
How are you?
Thanks for contributing to this project.
I tried to use NCNN version of this model on Windows C++.
Of course, there are several github repos using NCNN model in C++ but I can NOT run them because there are some issue when extracting the output data from model.
First, the model are old so it is i... | open | 2022-11-30T13:04:12Z | 2022-11-30T13:04:12Z | https://github.com/PeterL1n/RobustVideoMatting/issues/213 | [] | rose-jinyang | 0 |
ray-project/ray | data-science | 51,352 | [Core] Enable huge pages for object store | ### Description
Ray object store supports huge pages but currently there is no option to enable it from `ray start` or `ray.init()`.
We need to do something like
```
(py311) ubuntu@devbox:~/ray$ git diff
diff --git a/python/ray/_private/worker.py b/python/ray/_private/worker.py
index 970e1cfa10..41635d8010 100644... | open | 2025-03-13T22:51:11Z | 2025-03-21T21:55:06Z | https://github.com/ray-project/ray/issues/51352 | [
"enhancement",
"P1",
"core"
] | jjyao | 1 |
chatanywhere/GPT_API_free | api | 63 | 现在的key是不是等待时长超过120s就不返回任何内容了? | 免费&付费key以及两个host都试过了。 | closed | 2023-07-18T11:52:21Z | 2023-08-11T02:23:14Z | https://github.com/chatanywhere/GPT_API_free/issues/63 | [] | WeeAris | 4 |
GibbsConsulting/django-plotly-dash | plotly | 58 | Improved demo project architecture? | The Django architecture encourages developers to separate code into separate files, such as models, views, settings, etc.. Similarly, it would be cleaner to architect Dash apps in a more Django-esque manner, by separating out the app, layout, callbacks, etc into separate files. An example of this type of architecture c... | closed | 2018-10-29T10:38:11Z | 2020-09-07T15:01:54Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/58 | [
"Stale"
] | brylie | 6 |
pallets/quart | asyncio | 67 | Any ways to call a function after a view sends a response? | I believe this was missing in Flask and needing to be impleented via wsgi middleware. What's the best way of doing this with Quart? A response teardown injection of sorts. | closed | 2019-06-06T02:41:47Z | 2022-07-06T00:23:54Z | https://github.com/pallets/quart/issues/67 | [] | McSpidey | 4 |
jupyter/docker-stacks | jupyter | 1,423 | Unexpected console message from IVY and spark | Description
* used docker image: jupyter/pyspark-notebook:b9f6ce795cfc
* Started up via docker-compose:
```
version: '3'
services:
qc-platform:
image: jupyter/pyspark-notebook:b9f6ce795cfc
ports:
- 8888:8888
environment:
- GRANT_SUDO=yes
- JUPYTER_ENABLE_LAB=yes
- JUP... | closed | 2021-08-09T11:05:55Z | 2022-01-09T08:55:34Z | https://github.com/jupyter/docker-stacks/issues/1423 | [
"type:Bug",
"tag:Upstream"
] | mbalduini | 11 |
sinaptik-ai/pandas-ai | pandas | 612 | Streaming support for OpenAI responses | ### 🚀 The feature
Would it be possible to have the OpenAI response be streamed to the frontend for better interactivity?
### Motivation, pitch
If the query takes long the user is waiting on the frontend without knowing what's happening. I'd like to stream the response ASAP
### Alternatives
_No response_
### Addi... | closed | 2023-10-04T01:04:59Z | 2023-10-08T00:32:54Z | https://github.com/sinaptik-ai/pandas-ai/issues/612 | [] | sahanxdissanayake | 3 |
airtai/faststream | asyncio | 1,103 | Refactor: mv `broker._wrap_handler` to handler `__call__` | For now, all message processing logic incapsulated in the `Handler` class, but main method - `_wrap_handler` is implemented in the broker. We should move it the `Handler` class to fix current middlewares and other architecture problems | closed | 2023-12-27T18:49:58Z | 2024-04-06T13:28:09Z | https://github.com/airtai/faststream/issues/1103 | [] | Lancetnik | 0 |
widgetti/solara | fastapi | 33 | solara.dev/apps/scatter raises AssertionError | At the moment, when I visit https://solara.dev/apps/scatter on firefox, I briefly see the web page correctly but then I get the traceback posted below.
The same occurs in chrome or in incognito window.
The other full screen apps are working.
```
Traceback (most recent call last):
File "/opt/render/project/... | closed | 2023-03-08T14:45:25Z | 2023-03-16T13:45:33Z | https://github.com/widgetti/solara/issues/33 | [] | Jhsmit | 3 |
zappa/Zappa | flask | 697 | [Migrated] Just a notice. | Originally from: https://github.com/Miserlou/Zappa/issues/1778 by [laimonassutkus](https://github.com/laimonassutkus)
I think you have updated the source code to not use one "mega" cookie, so you should update the documentation where it says:
~~~Packing and Base58 encoding multiple cookies into a single cookie beca... | closed | 2021-02-20T12:33:05Z | 2022-07-16T06:36:23Z | https://github.com/zappa/Zappa/issues/697 | [] | jneves | 1 |
pytorch/vision | computer-vision | 8,588 | size mismatch for rpn | ### 🐛 Describe the bug
I created a Mask R-CNN model using a set of parameters that I saved in a JSON file. Once the model was trained, I saved the weights using `torch.save(model.state_dict(), "MaskRCNN.pt")`. Later, I recreated the same model and loaded the saved weights `model.load_state_dict(torch.load("MaskRCNN... | closed | 2024-08-14T11:08:41Z | 2024-08-15T09:49:41Z | https://github.com/pytorch/vision/issues/8588 | [] | FiReTiTi | 4 |
gradio-app/gradio | machine-learning | 9,917 | ChatInterface don't have 'retry_btn', 'undo_btn' and 'clear_btn' arguments | ### Describe the bug
I tried the code example in
https://www.gradio.app/guides/creating-a-chatbot-fast#customizing-your-chatbot
which have
```
try_btn=None,
undo_btn="Delete Previous",
clear_btn="Clear",
```
all of these got error:
TypeError: ChatInterface.__init__() got an unexpected keyword argument '... | closed | 2024-11-08T02:31:08Z | 2024-11-22T00:19:55Z | https://github.com/gradio-app/gradio/issues/9917 | [
"bug",
"docs/website"
] | nmtan2001 | 4 |
statsmodels/statsmodels | data-science | 9,021 | ENH/DOC: GMM, 2 linear equations, supply and demand | Do we have an example of a simple model with 2 linear simultaneous equations estimated by GMM?
e.g standard market equilibrium with quantity and price, supply and demand functions
(I don't remember the details.)
https://stackoverflow.com/questions/77107115/choices-for-optimization-method-with-generalized-method-... | open | 2023-10-06T14:16:46Z | 2023-10-06T14:16:47Z | https://github.com/statsmodels/statsmodels/issues/9021 | [
"type-enh",
"comp-docs",
"comp-regression"
] | josef-pkt | 0 |
nteract/papermill | jupyter | 80 | Error on record() with new versions | Versions above 0.11 seems to present an error when running the record() function.
As the example on the readme file:
```python-traceback
"""notebook.ipynb"""
import papermill as pm
pm.record("hello", "world")
pm.record("number", 123)
pm.record("some_list", [1, 3, 5])
pm.record("some_dict", {"a": 1, "b": 2})... | closed | 2017-12-24T22:41:17Z | 2018-01-05T20:16:21Z | https://github.com/nteract/papermill/issues/80 | [] | LPugens | 1 |
coqui-ai/TTS | pytorch | 3,499 | Cuda on windows [Bug] | ### Describe the bug
CPU working on windows but no GPU just like if CUDA wahs not installed when it is.
Has anyone made the GPU acceleration worked on Windows?
### To Reproduce
normal install with pip
### Expected behavior
"CUDA is not availabe on this machine."
### Logs
```shell
C:\holobot\p... | closed | 2024-01-06T20:33:38Z | 2024-01-06T21:17:18Z | https://github.com/coqui-ai/TTS/issues/3499 | [
"bug"
] | RASPIAUDIO | 1 |
iperov/DeepFaceLab | machine-learning | 5,414 | Didn't ask which GPU to use | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
Hi, I can't extract images from video data_src by using GPU. My OS is Win7, GPU is 1070 ti.
## Actual behavior
When i run "2) extract images from video data_src.bat", it didn't ask which gpu to select.
... | open | 2021-10-19T13:35:37Z | 2023-06-08T22:49:03Z | https://github.com/iperov/DeepFaceLab/issues/5414 | [] | omega0x16 | 4 |
vchaptsev/cookiecutter-django-vue | graphql | 62 | imgur image isn't accessible | This is a small thing, but fyi, the image at https://i.imgur.com/SA8cjs8.png is not accessible.
```
Access to i.imgur.com was deniedYou don't have authorization to view this page.
HTTP ERROR 403
``` | open | 2020-09-25T21:26:56Z | 2020-09-25T21:26:56Z | https://github.com/vchaptsev/cookiecutter-django-vue/issues/62 | [] | ndunn219 | 0 |
marshmallow-code/flask-smorest | rest-api | 190 | Add support for AnyConverter | Proposed in #170. Needs the rework in #182 to be done properly. | closed | 2020-10-01T21:30:18Z | 2020-10-02T12:22:45Z | https://github.com/marshmallow-code/flask-smorest/issues/190 | [
"enhancement",
"help wanted"
] | lafrech | 0 |
sktime/sktime | scikit-learn | 7,967 | [BUG] Using `[ErrorMetric](multilevel="raw_values")` with `ForecastingBenchmark` results in an error. | **Describe the bug**
I am following along with this tutorial "[Benchmarking - comparing estimator performance](https://www.sktime.net/en/latest/examples/04_benchmarking_v2.html)".
Cell `[5]` defines a list of performance metrics called `scorers`.
If you change the definition of scorers from:
`scorers = [MeanSquaredPe... | open | 2025-03-12T19:47:57Z | 2025-03-18T19:58:25Z | https://github.com/sktime/sktime/issues/7967 | [
"bug",
"module:metrics&benchmarking"
] | gbilleyPeco | 2 |
graphql-python/graphene-sqlalchemy | graphql | 184 | Create a new release which includes #154 | The last release was quite some time ago. Shortly after the release #154 was implemented which contains a fix for Enum creation. Would it be possible to create a new release including the changes since the last relase? | closed | 2019-01-27T14:43:19Z | 2023-02-25T06:58:23Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/184 | [
"question"
] | jrast | 2 |
encode/httpx | asyncio | 2,140 | equalant of AWS4Auth from "requests_aws4auth" package in httpx | Hi,
I'm looking for solution for async version of AWS4Auth from "requests_aws4auth" package. any suggestions on same if I want to replace "from requests.auth import AuthBase" with async version from httpx?
| closed | 2022-03-22T13:12:54Z | 2022-03-22T17:10:02Z | https://github.com/encode/httpx/issues/2140 | [] | blnprasad | 2 |
iMerica/dj-rest-auth | rest-api | 432 | REST_AUTH_PW_RESET_USE_SITES_DOMAIN not working | `REST_AUTH_PW_RESET_USE_SITES_DOMAIN` is not working when set to `True`
```
if getattr(settings, 'REST_AUTH_PW_RESET_USE_SITES_DOMAIN', False) is True:
url = build_absolute_uri(None, path)
else:
url = build_absolute_uri(request, path)
```
in `AllAuthPasswordResetForm` always returning False and thus... | open | 2022-09-12T02:08:33Z | 2023-07-12T23:53:06Z | https://github.com/iMerica/dj-rest-auth/issues/432 | [] | khaled-s | 1 |
akfamily/akshare | data-science | 5,768 | AKShare 接口问题报告 |
**详细问题描述**
1. 请先详细阅读 AKShare 文档中对应接口的使用方式:https://akshare.akfamily.xyz
2. 请检查操作系统版本,目前只支持 64 位主流操作系统
3. Python 版本:Python 3.12.9
4. AKShare 版本:1.16.3
5. 调用:
6. df = ak.stock_info_global_cls(symbol="全部")
print(df)
7. 接口报错的截图或描述
<img width="1146" alt="Image" src="https://github.com/user-attachments/assets/1624bef2-bd0b... | closed | 2025-03-04T02:40:04Z | 2025-03-04T08:54:04Z | https://github.com/akfamily/akshare/issues/5768 | [
"bug"
] | wuxiucheng | 0 |
litestar-org/polyfactory | pydantic | 424 | Bug: nested collections always have a length of `1` | ### Description
When generating nested collections (let's say `list` for simplicity) with randomized length, only the "top most" collection has multiple elements generated, while the nested `list` always has a length of `1`.
In the MCVE below you will get `5` `Dog` instances for a `Person`, but each `Dog` instance ... | closed | 2023-10-22T15:07:06Z | 2025-03-20T15:53:10Z | https://github.com/litestar-org/polyfactory/issues/424 | [
"bug"
] | szymonmaszke | 3 |
flairNLP/flair | pytorch | 3,582 | [Bug]: Getting error : AttributeError: RobertaTokenizerFast has no attribute _bos_token | ### Describe the bug
when i try to run the Zero shot with TARSTagger , I face the below issue
I tried this : https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_10_TRAINING_ZERO_SHOT_MODEL.md
### To Reproduce
```python
from flair.models import TARSTagger
from flair.data import Sentence
# 1. ... | closed | 2024-12-10T04:37:20Z | 2024-12-12T18:57:56Z | https://github.com/flairNLP/flair/issues/3582 | [
"bug"
] | stsfaroz | 1 |
nschloe/tikzplotlib | matplotlib | 127 | pip installation fails: ImportError: No module named PIL | trying to install with `pip` in a virtual env on linux mint 18 fails:
(env27) USERNAME@BOX ~PATH $ python --version
Python 2.7.12
(env27) USERNAME@BOX ~PATH $ pip --version
pip 8.1.2 from /home/USERNAMEPATH/env27/local/lib/python2.7/site-packages (python 2.7)
(env27) USERNAME@BOX ~PATH $ pip ... | closed | 2017-01-10T15:05:06Z | 2017-01-11T07:35:02Z | https://github.com/nschloe/tikzplotlib/issues/127 | [] | kidmose | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 977 | Issues about the Fov Y in SIBR viewer. | The initial Fov Y when opening the SIBR viewer is too large, which makes it far away from the actual view. How to solve this? | closed | 2024-09-06T15:55:31Z | 2024-09-25T09:59:30Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/977 | [] | jzhu98 | 1 |
shibing624/text2vec | nlp | 65 | sbert英文stsb数据集上10个epoch皮尔森系数只有0.63 | 你好,我的实验配置如下:
模型:sbert
脚本:training_sup_text_matching_model_en.py
base_model:bert-base-nli-mean-tokens
数据集:英文数据集stsb
做的sbert二分类,但是皮尔森系数只有0.63,我看同样的配置下你的实验结果有0.7+,想问下是有哪些细节我没注意到嘛?谢谢! | closed | 2023-05-09T11:22:08Z | 2023-08-17T13:19:23Z | https://github.com/shibing624/text2vec/issues/65 | [
"question"
] | LemonMi | 4 |
graphql-python/graphene-django | graphql | 758 | merge_querysets breaks annotations with DjangoFilterConnectionField | We recently updated to v2.5 and have found that many of our connections that use `DjangoFilterConnectionField` no longer work as expected (aka the filters aren't applied).
After some digging it looks like any filter that uses annotations are having them stripped off by `DjangoConnectionField.merge_querysets` [here](... | closed | 2019-08-27T17:17:04Z | 2019-12-26T19:59:14Z | https://github.com/graphql-python/graphene-django/issues/758 | [
"🐛bug"
] | jarcoal | 7 |
iperov/DeepFaceLab | deep-learning | 654 | getting an error when using train SAEHD | ## Expected behavior
Im trying to train the model (SAEHD) using my gpu it has worked so far without much complication and has reached around 120k iterations
## Actual behavior
getting an error after its loaded the model + samples
`Starting. Target iteration: 150000. Press "Enter" to stop training and save mod... | closed | 2020-03-14T00:35:15Z | 2020-03-14T02:02:02Z | https://github.com/iperov/DeepFaceLab/issues/654 | [] | scrim11 | 1 |
ARM-DOE/pyart | data-visualization | 669 | gridded data doesn't make sense | Hi there,
**What I'm doing** I have just started exploring the power of `pyart`. I have a radar level II data file, and I would like to extract the gridded data and plot them. For example, I would like to extract data with altitudes of 10000m, 1000m, 100m, and 10m, and data within 0-10000m, 0-1000m, 0-100m, and 0-10... | closed | 2017-07-07T18:25:32Z | 2017-07-09T18:14:15Z | https://github.com/ARM-DOE/pyart/issues/669 | [] | Weiming-Hu | 2 |
biolab/orange3 | data-visualization | 6,129 | Orange installed from conda/pip does not have an icon (on Mac) | ### Discussed in https://github.com/biolab/orange3/discussions/6122
<div type='discussions-op-text'>
<sup>Originally posted by **DylanZDD** September 4, 2022</sup>
<img width="144" alt="Screen Shot 2022-09-04 at 12 26 04" src="https://user-images.githubusercontent.com/44270787/188297386-c463907c-9e7f-45ea-b46f-... | closed | 2022-09-05T11:49:28Z | 2023-01-20T08:39:42Z | https://github.com/biolab/orange3/issues/6129 | [
"bug",
"snack"
] | markotoplak | 0 |
miguelgrinberg/Flask-Migrate | flask | 333 | Can I delete a migration file? | I arrived at the question, _Can I just delete a migration file_, because I did just that and found unexpected result.
Working on the [Flask-Mega tutorial](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-v-user-logins), I added a one new field to Model. I ran the command `flask db migrate` and made ... | closed | 2020-04-28T00:41:49Z | 2021-08-21T10:20:07Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/333 | [
"question"
] | xtiansimon | 4 |
encode/httpx | asyncio | 2,443 | Support httpcore>=0.16.0 | Hi,
I have a project that uses `fastapi` and `uvicorn` which demands `h11>=0.8`. Latest version of `fastapi` changed their test suite from `requests` to `httpx`. So I had to add `httpx` to my tests requirements.
Now the problem is, that `httpx` requires `httpcore`, which since version `0.16.0` allows for `h11==0.... | closed | 2022-11-17T16:46:59Z | 2022-11-18T12:54:29Z | https://github.com/encode/httpx/issues/2443 | [] | dabljues | 1 |
ets-labs/python-dependency-injector | asyncio | 367 | feature request (/doc?): make use of providers from base class less confusing | ### Version 1
Here is what I aspire to do:
```python
class A(containers.DeclarativeContainer):
a = providers.Dependency(str)
c = providers.Dependency(str)
@containers.copy(A)
class B(A):
b = providers.Callable(lambda a: f"b_{a}", A.a.provided)
c = b.provided[0]
print(B(a="a").c()) # f? no... | closed | 2021-01-20T04:24:58Z | 2021-02-02T15:08:25Z | https://github.com/ets-labs/python-dependency-injector/issues/367 | [
"bug"
] | shaunc | 4 |
kizniche/Mycodo | automation | 1,247 | Support for SparkFun Qwiic Relays? | **Is your feature request related to a problem? Please describe.**
Currently, it seems MyCodo only supports a single type of relay - the Seeed Grove relays:
https://wiki.seeedstudio.com/Grove-Relay/
**Describe the solution you'd like**
It would be nice if MyCodo could support other types of commonly availab... | open | 2022-12-05T07:46:02Z | 2022-12-17T23:19:09Z | https://github.com/kizniche/Mycodo/issues/1247 | [] | victorhooi | 4 |
OpenInterpreter/open-interpreter | python | 1,284 | No module named 'openai.types.beta.threads.message_content' | ### Describe the bug
PS C:\Users\user> interpreter
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\runp... | closed | 2024-05-28T22:29:58Z | 2024-05-30T08:22:05Z | https://github.com/OpenInterpreter/open-interpreter/issues/1284 | [] | nanowell | 1 |
tox-dev/tox | automation | 3,151 | On Windows APPDATA is missing in os.environ | ## Issue
os.environ is missing APPDATA which are used in some methods.
Issue was initially reproduced in setuptools_scm
https://github.com/pypa/setuptools_scm/issues/861
I have attached a .zip file that includes the example used to reproduce the issue.
If i just run pytest alone the test passes.
**It works... | closed | 2023-11-08T14:05:48Z | 2023-12-01T10:44:45Z | https://github.com/tox-dev/tox/issues/3151 | [] | Stefanhg | 12 |
sloria/TextBlob | nlp | 142 | how to input from csv file for classifier | I've tried to follow the tutorial for a Naive Bayes classifier (https://textblob.readthedocs.io/en/dev/classifiers.html). I formatted data files as stated -- each line contains an un-punctuated sentence, then a comma, then a class. I've tried to read these files using several different csv input packages. I've tried... | closed | 2016-11-08T17:26:57Z | 2017-06-18T23:59:01Z | https://github.com/sloria/TextBlob/issues/142 | [] | traincroft | 3 |
idealo/image-super-resolution | computer-vision | 170 | Automatic GANs scheduling after PSNR driven | open | 2021-01-08T14:24:05Z | 2021-01-08T14:24:05Z | https://github.com/idealo/image-super-resolution/issues/170 | [] | cfrancesco | 0 | |
lexiforest/curl_cffi | web-scraping | 146 | 重定向时cookie丢失的问题 | 原生的requests可以传入cookie参数,重定向时会自动带上cookie,但是curl_cffi中的requests传入cookie参数时重定向会丢失cookie,请问这个是什么原因?或者能否解决这一问题 | closed | 2023-10-19T03:39:27Z | 2023-11-24T08:36:15Z | https://github.com/lexiforest/curl_cffi/issues/146 | [] | johnjgh | 4 |
Buuntu/fastapi-react | sqlalchemy | 150 | Scripts fail with version issues on backend | while trying to build the backend:
`INFO: pip is looking at multiple versions of celery to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of bcrypt to determine which version is compatible with other requirements. This could take a w... | closed | 2020-12-13T21:37:54Z | 2021-02-02T23:57:50Z | https://github.com/Buuntu/fastapi-react/issues/150 | [] | lucabotti | 3 |
deezer/spleeter | deep-learning | 239 | [Bug] ValueError: Couldn't find trained model at pretrained_models\2stems. | ## Description
I'm getting this error sometimes and it's not clear to me why. My current workaround is to delete the temporary folder that contains the stems and to try again. That usually works.
## Step to reproduce
1. Installed using `conda`
2. Run as `user`
3. Got `ValueError: Couldn't find trained model ... | closed | 2020-01-20T15:05:23Z | 2020-04-05T12:16:09Z | https://github.com/deezer/spleeter/issues/239 | [
"bug",
"invalid"
] | Christilut | 7 |
ivy-llc/ivy | tensorflow | 28,848 | Add Pytorch Backend Support to Ivy Transpiler | **Description**:
The current implementation of `ivy.transpile` supports `"jax"`,`"numpy"` and `"tensorflow"` as valid `target` argument. This allows transpiling framework-specific code such as PyTorch functions or classes to target frameworks like TensorFlow, JAX, or NumPy. This task aims to extend the functionality... | open | 2024-12-17T10:23:03Z | 2024-12-17T10:31:23Z | https://github.com/ivy-llc/ivy/issues/28848 | [
"ToDo",
"Transpiler"
] | YushaArif99 | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,308 | Audio sounds broken up | Whenever I generate something, the audio sounds very broken up. How can I fix this? | open | 2024-07-26T15:08:45Z | 2024-07-26T15:08:45Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1308 | [] | IQ-Thinker | 0 |
charlesq34/pointnet | tensorflow | 60 | Loss in advanced model | Hi,
I'm using PointNet for semantic segmentation, and would like to use the advanced model instead of the basic.
tf.concat has changed parameter order, so you need to change
```concat_feat = tf.concat(3, [point_feat, global_feat_expand])```
on line 64 to
```concat_feat = tf.concat(axis=3, values=[point_feat, ... | closed | 2017-11-24T21:42:27Z | 2017-11-26T21:35:09Z | https://github.com/charlesq34/pointnet/issues/60 | [] | FredHaa | 1 |
Urinx/WeixinBot | api | 73 | 上线一段时间,syncCheck随机会出现1100 | 我是自己服务器跑了一个微信机器人,会发现偶尔,syncCheck随机会出现1100,然后就要重新扫描二维码了。
出现的时间不定,有可能过了半天就出现了,有可能2天才出现一次。我确定没有其他设备去登录过。请问这种情况如何解决?
| open | 2016-08-03T02:23:44Z | 2016-08-04T11:20:50Z | https://github.com/Urinx/WeixinBot/issues/73 | [] | kilik52 | 3 |
databricks/koalas | pandas | 1,717 | DataFrame reindex(fill_value) fails when containing NaNs | In pandas we have :
```python
>>> pdf = pd.DataFrame({"numbers": [1.0, 2.0, None]}, index=['A', 'B', 'C'])
>>> pdf
numbers
A 1.0
B 2.0
C NaN
>>> pdf.reindex(index=["A", "C", "E"], fill_value=0).sort_index()
numbers
A 1.0
C NaN
E 0.0
```
But with koalas :
```pytho... | closed | 2020-08-20T21:59:31Z | 2020-08-26T11:13:48Z | https://github.com/databricks/koalas/issues/1717 | [
"bug"
] | LucasG0 | 0 |
tqdm/tqdm | jupyter | 1,327 | `dynamic_miniters` is not defined anywhere | The documentation makes several references to `dynamic_miniters` but this name is not defined anywhere.
Looking at the source code, it is a class attribute that appears to be set based on the creation parameters (if `miniters is None`).
This is confusing.
- [ ] I have marked all applicable categories:
+ [ ] d... | open | 2022-05-20T19:18:07Z | 2022-05-20T19:18:34Z | https://github.com/tqdm/tqdm/issues/1327 | [] | hhoppe | 0 |
browser-use/browser-use | python | 244 | How to configure browser-use with Azure Client API ? | Hi , is there a support for running against azure client api ? For example defining the client is as follows
```
client = openai.AzureOpenAI(
api_version="2xxx-x-xx",
azure_endpoint="Some Azure endpoint",
api_key="SomeAPIKey",
)
###Chat completion
response = client.chat.completions.crea... | open | 2025-01-13T10:38:44Z | 2025-01-27T09:55:46Z | https://github.com/browser-use/browser-use/issues/244 | [] | timtensor | 2 |
awesto/django-shop | django | 318 | customer context processor breaks aldryn-search indexing | _From @febsn on October 13, 2015 13:32_
The customer context processor raises an error when trying to update the `aldryn-search` index, because, apparently, `aldryn-search` doesn't emulate middleware behaviour:
`AssertionError: The request object does not contain a customer. Edit your MIDDLEWARE_CLASSES setting to ins... | closed | 2016-03-03T15:35:29Z | 2016-03-03T15:53:47Z | https://github.com/awesto/django-shop/issues/318 | [] | rfleschenberg | 3 |
holoviz/colorcet | matplotlib | 24 | Add additional CET colors | Maps L16-L19, D1A, and D13 have been added upstream at https://peterkovesi.com/projects/colourmaps/ :

 affects the installation... | closed | 2023-08-11T17:16:00Z | 2023-08-12T18:44:57Z | https://github.com/tox-dev/tox/issues/3087 | [
"enhancement"
] | stefanor | 3 |
django-import-export/django-import-export | django | 1,847 | How to explicitly disable and enable bulk import? | Because I hooked model.save method in my project, I want to explicitly disable bulk import | closed | 2024-05-21T02:47:44Z | 2024-05-23T16:48:07Z | https://github.com/django-import-export/django-import-export/issues/1847 | [
"question"
] | shimachao | 1 |
pallets/quart | asyncio | 38 | make quart a PEP 561 compatible package | It is great to see a typed package, it sadly is still a rarity. Trying quart out for the first time and having mypy running in my vim and via a Makefile, I was surprised about it not wanting to use the quart's typing information.
According to [the mypy documentation](https://mypy.readthedocs.io/en/latest/installed_p... | closed | 2018-12-23T14:32:44Z | 2022-07-06T00:24:01Z | https://github.com/pallets/quart/issues/38 | [] | h4emp3 | 5 |
yeongpin/cursor-free-vip | automation | 258 | [讨论]: 永久是什么意思 | ### Issue 检查清单
- [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。
- [x] 我确认自己需要的是提出问题并且讨论问题,而不是 Bug 反馈或需求建议。
- [x] 我已阅读 [Github Issues](https://github.com/yeongpin/cursor-free-vip/issues) 并搜索了现有的 [开放 Issue](https://github.com/yeongpin/cursor-free-vip/issues) 和 [已关闭 Issue](https://github.com/yeongpin/cursor-free-vip... | open | 2025-03-16T10:52:27Z | 2025-03-17T06:57:42Z | https://github.com/yeongpin/cursor-free-vip/issues/258 | [
"question"
] | M11-mar | 1 |
huggingface/datasets | pandas | 7,253 | Unable to upload a large dataset zip either from command line or UI | ### Describe the bug
Unable to upload a large dataset zip from command line or UI. UI simply says error. I am trying to a upload a tar.gz file of 17GB.
<img width="550" alt="image" src="https://github.com/user-attachments/assets/f9d29024-06c8-49c4-a109-0492cff79d34">
<img width="755" alt="image" src="https://githu... | open | 2024-10-26T13:17:06Z | 2024-10-26T13:17:06Z | https://github.com/huggingface/datasets/issues/7253 | [] | vakyansh | 0 |
d2l-ai/d2l-en | machine-learning | 1,699 | 求带PyTorch源码的pdf!!! | 如题。pdf阅读更舒适,但是现在发布的pdf只有mxnet代码,求带PyTorch源码的pdf,英文版就行 | closed | 2021-03-27T10:07:42Z | 2021-03-27T12:44:32Z | https://github.com/d2l-ai/d2l-en/issues/1699 | [] | chenjie04 | 1 |
davidsandberg/facenet | tensorflow | 908 | Function of test_data_dir in classfier.py | It is possible to define parameter `test_data_dir` in the classifier.py script. I was trying to get what is it's actual function. I thought that it allows to specify the test data path, so that that when switch from `TRAIN` to `CLASSIFY` then I don't need to modify the `data_dir` argument from training dataset to test ... | closed | 2018-11-02T12:57:40Z | 2019-07-22T15:03:05Z | https://github.com/davidsandberg/facenet/issues/908 | [] | Jendker | 0 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 66 | update number of reactions and comments | hello we all know that Number of reactions and comments is updated everyday so does facebook_page_scraper offer this possibility to update .
and my second question is can we scrap comments as a text with the name of the user who commented?
thanks | open | 2023-05-17T08:21:43Z | 2023-06-03T07:36:39Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/66 | [] | ihabpalamino | 3 |
unit8co/darts | data-science | 1,836 | Trained Model - new param allowing to strip training data for storage and memory reasons | Hello,
I would like to request a new parameter to a trained model which will strip all data before saving model for prediction purposes.
Similarly to statmodels's remove_data(), e.g.
https://www.statsmodels.org/dev/generated/statsmodels.regression.linear_model.RegressionResults.remove_data.html
Main reason i... | closed | 2023-06-19T03:32:55Z | 2025-02-03T09:42:21Z | https://github.com/unit8co/darts/issues/1836 | [
"feature request",
"improvement"
] | MichalRIcar | 3 |
OpenBB-finance/OpenBB | python | 6,900 | [🕹️] Write a Article Comparing OpenBB and Other Financial Tools | ### What side quest or challenge are you solving?
The side quest to write an article comparing how OpenBB is different from other analytical tools.
### Points
300
### Description
I wrote an article that will reference the pr as well.
### Provide proof that you've completed the task
https://dev.to/atharva3000/ope... | closed | 2024-10-28T12:43:15Z | 2024-11-02T07:41:19Z | https://github.com/OpenBB-finance/OpenBB/issues/6900 | [] | Atharva-3000 | 3 |
kaarthik108/snowChat | streamlit | 1 | You're != Your | Come on folks !
"Chat on **YOUR** snowflake database - Text to SQL" ! | closed | 2023-05-08T21:35:16Z | 2023-06-25T04:20:25Z | https://github.com/kaarthik108/snowChat/issues/1 | [] | LouisMonierSpark | 0 |
suitenumerique/docs | django | 343 | Permissions should not be checked in serializers | ## Bug Report
**Problematic behavior**
As discussed in PR https://github.com/numerique-gouv/impress/pull/329, some permissions are checked in serializers which may not be a best practise.
**Expected behavior/code**
Permissions should be checked in permissions.
Don't break the beauty of abilities based permissi... | open | 2024-10-16T08:46:33Z | 2024-10-16T08:47:02Z | https://github.com/suitenumerique/docs/issues/343 | [
"enhancement",
"good first issue",
"help wanted",
"python",
"backend"
] | sampaccoud | 0 |
autokey/autokey | automation | 99 | AttributeError Exception: 'ConfigManager' object has no attribute 'workAroundApps' | ## Classification:
Bug
## Reproducibility:
Always
## Summary
The Fedora 25 distribution packaged version of autokey has stopped working recently, after recent system updates. This is true on both of the two Fedoa 25 / XFCE systems that I use, a desktop and a laptop. I removed the distribution package from th... | closed | 2017-09-08T17:10:03Z | 2017-09-14T23:01:41Z | https://github.com/autokey/autokey/issues/99 | [] | dlk3 | 5 |
dmlc/gluon-nlp | numpy | 1,449 | [Error Message] Improve error message in SentencepieceTokenizer when arguments are not expected. | ## Description
While using tokenizers.create with the model and vocab file for a custom corpus, the code throws an error and is not able to generate the BERT vocab file
### Error Message
ValueError: Mismatch vocabulary! All special tokens specified must be control tokens in the sentencepiece vocabulary.
## To R... | open | 2020-12-03T00:29:00Z | 2022-08-07T09:14:00Z | https://github.com/dmlc/gluon-nlp/issues/1449 | [
"enhancement",
"good first issue"
] | preeyank5 | 7 |
yeongpin/cursor-free-vip | automation | 309 | [Bug]: 从网站来看还剩余100 可用,但是提示了 Please upgrade to Pro to continue. | ### 提交前检查
- [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。
- [x] 我已经查看了置顶 Issue 并搜索了现有的 [开放 Issue](https://github.com/yeongpin/cursor-free-vip/issues)和[已关闭 Issue](https://github.com/yeongpin/cursor-free-vip/issues?q=is%3Aissue%20state%3Aclosed%20),没有找到类似的问题。
- [x] 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个... | open | 2025-03-19T08:00:17Z | 2025-03-19T18:25:35Z | https://github.com/yeongpin/cursor-free-vip/issues/309 | [
"bug"
] | javen-yan | 4 |
nikitastupin/clairvoyance | graphql | 5 | Determine bucket_size dynamically | It's fixed to 2048 fields but we can do better! | open | 2020-10-15T09:58:37Z | 2020-10-23T18:23:18Z | https://github.com/nikitastupin/clairvoyance/issues/5 | [
"enhancement"
] | nikitastupin | 0 |
apachecn/ailearning | scikit-learn | 526 | 机器学习实战第四章rss源失效 | 第四章贝叶斯分类的代码中,访问不了以下两个源:
http://newyork.craigslist.org/stp/index.rss
http://sfbay.craigslist.org/stp/index.rss
404 ERROR | closed | 2019-06-10T02:15:21Z | 2019-06-28T02:06:33Z | https://github.com/apachecn/ailearning/issues/526 | [] | swjtulwy | 1 |
pallets/quart | asyncio | 138 | send_file not working | So i just wanted to try out the File-Sending so i set up this:
```
from quart import Quart, send_file, send_from_directory
app = Quart(__name__)
@app.route('/')
async def hello():
return send_file("test.txt")
app.run(debug=True)
```
and i am always getting a
```
2022-01-05 02:48:13,613] ERROR in... | closed | 2022-01-05T01:50:21Z | 2022-07-05T01:58:50Z | https://github.com/pallets/quart/issues/138 | [] | antonstech | 1 |
napari/napari | numpy | 7,615 | Re-consider *menu* command ids from using napari:window to napari:menu | ## 🧰 Task
Command ids have been largely internal, implementation details, but they are now exposed via the Command Palette:
<img width="358" alt="Image" src="https://github.com/user-attachments/assets/57cf898c-0637-449b-ae4b-fef5c8abe4fa" />
Thus far menu items have had ids either: `napari:window:<menu>` or `napari.... | open | 2025-02-16T16:12:40Z | 2025-02-25T02:28:55Z | https://github.com/napari/napari/issues/7615 | [
"task",
"UI/UX"
] | psobolewskiPhD | 2 |
deepspeedai/DeepSpeed | deep-learning | 6,940 | [Bug] Illegal Memory Access in Attention Layer when Using fp16 | Thanks for your impactful work of deepspeed. I am experiencing difficulties with model parallelism when using fp16 with transformer-based model. Specifically, I received the following bug message:

, where the self.model has the f... | closed | 2025-01-09T20:39:33Z | 2025-01-15T08:44:22Z | https://github.com/deepspeedai/DeepSpeed/issues/6940 | [] | DanielSHKao | 2 |
marimo-team/marimo | data-visualization | 3,939 | On error, don't move to next cell | ### Description
When I run a cell with Ctrl+Enter, the viewport moves to the next cell. Normally this is fine, but when there's an error, I have to manually move back to the previous cell to fix it. It would be nice to not auto-move in these cases.
### Suggested solution
Prevent moving to the next cell if there's an... | closed | 2025-02-28T10:57:45Z | 2025-03-02T18:22:52Z | https://github.com/marimo-team/marimo/issues/3939 | [
"enhancement"
] | lukesdm | 2 |
littlecodersh/ItChat | api | 809 | 机器人登陆久了就不响应了 | 大家怎么保持itchat长期在线? 如果掉线了怎么能收到通知或者自动重启?
我的itchat运行在azure虚拟机上,虚拟机稳定有网,手机iphone 24x7不断电不断网。
我试过让itchat每个小时给我发一条消息,还是没法保持itchat长时间在线。
| open | 2019-03-28T18:44:55Z | 2019-04-07T02:11:35Z | https://github.com/littlecodersh/ItChat/issues/809 | [] | hfcheng66 | 6 |
paperless-ngx/paperless-ngx | django | 7,269 | [BUG] Editing a document (rotate/page delete) changes file permissions | ### Description
I had to notice that the on-disk file permissions change when applying document editing actions like ~split~ [edited], rotate or page delete, resulting in subsequent things break for me (e.g. document_exporter and the processing of those backups):
So far, all (non-edited) documents under the /docu... | closed | 2024-07-16T09:55:31Z | 2024-08-16T03:04:54Z | https://github.com/paperless-ngx/paperless-ngx/issues/7269 | [
"bug",
"dependencies"
] | tokred | 8 |
pydantic/pydantic-settings | pydantic | 234 | A clearer `ValidationError` should be provided with `Optional` settings | This is with Pydantic 2.1.0 on Python 3.10+.
```python
from typing import Optional, Literal
from pydantic import Field
from pydantic_settings import BaseSettings
class Settings(BaseSettings):
sample: Optional[Literal["test", "test2"]] = Field(None,description="test")
```
In the above example, if w... | closed | 2024-02-17T05:08:32Z | 2024-02-20T01:27:53Z | https://github.com/pydantic/pydantic-settings/issues/234 | [] | Andrew-S-Rosen | 2 |
flavors/django-graphql-jwt | graphql | 233 | [Question] Best practices / options for brute force protection of login attempts | Hi Everyone,
After reading the docs I couldn't find a recommended way on limiting login attempts to protect against brute force attacks.
Does anyone have a recommendation on how to prevent unlimited authentication tries to obtain a token?
Ideally I'd like to implement something that if a user had X unsuccessful l... | open | 2020-10-20T15:29:50Z | 2022-04-13T18:08:37Z | https://github.com/flavors/django-graphql-jwt/issues/233 | [] | edwinvandeven | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 845 | This also work in windows10 | It can work in windows10, I test cycleGAN part, should add this platform in introduction list? | closed | 2019-11-18T06:23:59Z | 2021-12-08T20:46:24Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/845 | [] | vicdxxx | 4 |
dsdanielpark/Bard-API | api | 259 | Receiving 404 error | I tried to test the package both on macOS and Windows, but I am receiving 404, used the instructions from the help page, and read the FAQ.
I tried simple code, I made sure to copy the proper cookie value, I tried using cookies both from brave and chrome browsers.
from bardapi import Bard
import os
os.environ['_BA... | closed | 2024-01-06T20:20:31Z | 2024-01-08T11:17:53Z | https://github.com/dsdanielpark/Bard-API/issues/259 | [] | neopsyon | 1 |
microsoft/nni | data-science | 5,618 | TypeError: forward() takes 2 positional arguments but 3 were given | ## NNI 学生项目问题概述 / General Question of Student Program
**请简要概述您的问题 / 观点 :**
**TypeError: forward() takes 2 positional arguments but 3 were given**
**请提供 NNI 环境信息 :**
**nni Environment :**
- nni version:2.10.1
- nni mode(local|pai|remote):
- OS:linux
- python version:3.8.10
- is conda or virtualenv used?:yes... | open | 2023-06-26T09:48:42Z | 2023-06-30T02:39:42Z | https://github.com/microsoft/nni/issues/5618 | [] | huajianxiaowanzi | 0 |
piskvorky/gensim | data-science | 3,492 | TypeError: __randomstate_ctor() takes from 0 to 1 positional arguments but 2 were given | #### Problem description
Hello,
I recently had 3 gensim models (1 fasttext model and 2 word2vec models) saved using `Word2Vec.save()` and `FastText.save()` and I was able to load back all 3 models normally. But recently I attempted to upgrade a couple of packages like numpy and now I get the following error when tryi... | open | 2023-08-29T11:25:42Z | 2023-11-03T12:39:02Z | https://github.com/piskvorky/gensim/issues/3492 | [] | arxyzan | 2 |
graphistry/pygraphistry | jupyter | 163 | Support for undirected graphs? | If I understand correctly, the plotter only supports directed graphs. I wonder if there's a plan for undirected graphs, or if there's a workaround. Thanks!
https://github.com/graphistry/pygraphistry/blob/master/graphistry/plotter.py#L543
| closed | 2020-07-28T21:51:08Z | 2020-08-05T22:32:53Z | https://github.com/graphistry/pygraphistry/issues/163 | [] | jiagengliu | 1 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 88 | 请问数据集什么时候完整公布 | open | 2023-08-10T08:35:07Z | 2024-01-08T07:13:22Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/88 | [] | vansin | 1 | |
jessevig/bertviz | nlp | 23 | word attention weights | Hi,
Thank you for writing this tool.
I was wondering if there is any way to compute word-level attention and also point their respective positions within the context of a sentence in a given multi-sentence text.
Sticking to the same example below, how to find the BERT word attention for "cat" in two different ... | closed | 2019-11-12T23:55:39Z | 2020-01-16T16:14:36Z | https://github.com/jessevig/bertviz/issues/23 | [] | vr25 | 4 |
miguelgrinberg/python-socketio | asyncio | 596 | Making library thread-safety | I want to ask why library is not thread-safe by default?
For example in `Server.emit` method docblock we can read `Note: this method is not thread safe.`.
It's going to be more useful when library does such things under the hood.
The simplest solution is to create `Lock` immediately after client connects to the se... | closed | 2020-12-23T06:54:32Z | 2020-12-29T23:35:15Z | https://github.com/miguelgrinberg/python-socketio/issues/596 | [
"question"
] | ventaquil | 2 |
waditu/tushare | pandas | 1,455 | 星宇转债(113040.SH)数据遗漏 | df = pro.cb_basic(ts_code = '113040.SH')
返回: Empty DataFrame
我的tushare上ID号: 399759 | open | 2020-11-12T03:43:27Z | 2020-11-12T03:43:27Z | https://github.com/waditu/tushare/issues/1455 | [] | yzw035 | 0 |
plotly/dash | plotly | 2,269 | [BUG] Callbacks not triggered by attribute changes by Bootstrap | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
We're using Dash in combination with Bootstrap. Callbacks on attribute changes caused by Bootstrap (in our c... | closed | 2022-10-12T16:47:41Z | 2022-10-14T09:11:57Z | https://github.com/plotly/dash/issues/2269 | [] | nweil-vorausrobotik | 3 |
Zeyi-Lin/HivisionIDPhotos | machine-learning | 185 | idphoto接口有几个参数没有使用Form() | 在学习大佬的代码时发现 `/idphoto`接口的入参里有几个参数没有使用 `fastapi`的`Form()` 处理。这样有一个问题是在前端调用时 虽然通过`new FormData()`传递了 但是fastapi接收不到
```js
// 前端调用
const formdata = new FormData()
formdata.append('head_measure_ratio', '0.6')
formdata.append('head_height_ratio', '0.6')
formdata.append('top_distance_max', '0.6')
formdata.append('top_... | closed | 2024-10-08T03:20:27Z | 2024-10-13T02:27:15Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/185 | [] | shen774411223d | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.