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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
axnsan12/drf-yasg | rest-api | 722 | [Custom schema generation] for request_body not working | Hi,
I was working with custom schema generation for request body. The request are going through.

I have defined the email field as required but it's not working . The ... | open | 2021-06-05T16:21:50Z | 2025-03-07T12:13:03Z | https://github.com/axnsan12/drf-yasg/issues/722 | [
"triage"
] | BradPrit09 | 0 |
PrefectHQ/prefect | automation | 17,449 | multiprocessing library inconsistencies on Deployment Flow runs | ### Bug summary
Utilizing the Multiprocessing library within a prefect flow run seems to work locally but causes failures or remains stuck indefinitely when triggering deployed runs with the same code. The following code executes successfully when run locally but when triggered as part of a deployment the run appears ... | closed | 2025-03-11T19:23:30Z | 2025-03-20T18:07:30Z | https://github.com/PrefectHQ/prefect/issues/17449 | [
"bug"
] | masonmenges | 0 |
django-import-export/django-import-export | django | 1,027 | Export don't work for queryset with values() method | Hello! Exporting fields don't work when queryset used with values() method. This is because when we iterate over queryset we have dict rather than model instance.
I think code in resources.py must be like this:
```python
def export_field(self, field, obj):
if isinstance(obj, dict):
return o... | closed | 2019-11-06T15:02:06Z | 2024-09-10T12:52:48Z | https://github.com/django-import-export/django-import-export/issues/1027 | [
"stale"
] | CrazySky2121 | 3 |
axnsan12/drf-yasg | django | 600 | How to write @swagger_auto_schema for uploading a file? | Hello! I want to simply do the file uploading. After reading through the documentation, and reading issues in here. I came up with the following code, still. It doesn't seem to work as intended.
I decided to use manual_parameters because as the doc said, parameter can describe file uploads via type = file. but only ... | closed | 2020-06-01T08:20:41Z | 2021-12-11T14:32:06Z | https://github.com/axnsan12/drf-yasg/issues/600 | [] | Atidhaya | 3 |
pydantic/pydantic-settings | pydantic | 543 | Can we store JSON extras? | `pydantic-settings` provides a type-safe setting access. A comparison with .NET is `IConfiguration` stores everything with the format "MySetting:MyNested:...", and you can create a class (`class MyConfiguration`) and access settings in a type-safe way if you want so.
But sometimes we need a centralized place (`IConfig... | closed | 2025-02-19T12:47:35Z | 2025-02-27T13:51:48Z | https://github.com/pydantic/pydantic-settings/issues/543 | [
"unconfirmed"
] | AndreuCodina | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 989 | How does cuda code work when rasterization is performed ? | Hi,
Thanks a lot for sharing your great work. I have some questions about the process of differentiable gaussian rasterization.
1.

What's the meaning of "from . import _C" ? Is "_C" refer to the gaussian rasterization folder c... | open | 2024-09-15T08:00:08Z | 2024-10-09T14:43:43Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/989 | [] | jingyuzhao1010 | 3 |
Ehco1996/django-sspanel | django | 239 | 单用户多端口使用不到 | 日志如下:
启动服务了!!端口:1025 密码:b'OSgVSYqCpf91' 配置:{'password': b'OSgVSYqCpf91', 'obfs': b'http_simple_compatible', 'protocol': b'auth_chain_a', 'method': b'aes-128-ctr'}
2019-07-16 17:24:26 WARNING common.py:238 unsupported addrtype 69, maybe wrong password or encryption method
2019-07-16 17:24:26 WARNING tcprelay.py:540... | closed | 2019-07-16T09:28:39Z | 2019-08-13T12:50:09Z | https://github.com/Ehco1996/django-sspanel/issues/239 | [] | CL545740896 | 1 |
pytest-dev/pytest-flask | pytest | 61 | LiveServer requires flask having root path | If server is not ready it will try again taking up to 5 seconds.
The problem apears when application do not implement '/', when app returns 404 LiveServer considers it a failure and tries again, resulting in it always taking 5 seconds. | closed | 2017-02-17T13:50:53Z | 2020-11-08T18:06:13Z | https://github.com/pytest-dev/pytest-flask/issues/61 | [] | serathius | 1 |
dynaconf/dynaconf | django | 1,073 | [RFC] Add `as_dict` alias to `to_dict` for `DynaBox` for consistency between `LazySettings` and `DynaBox` objs | **Is your feature request related to a problem? Please describe.**
It's possible to convert a `LazySettings` object to a Python dictionary with `LazySettings.as_dict()`, and there is an alias to `to_dict` for backwards compatibility. The `DynaBox` class inherits from the `Box` class which comes from a vendor. There is... | closed | 2024-03-05T19:46:16Z | 2024-07-08T18:37:14Z | https://github.com/dynaconf/dynaconf/issues/1073 | [
"Not a Bug",
"RFC"
] | mitches-got-glitches | 2 |
dunossauro/fastapi-do-zero | pydantic | 250 | remover instalação do multipart | Agora, como estamos usando a instalação standard, isso não precisa mais ser instalado! | closed | 2024-10-03T02:36:21Z | 2024-10-03T03:17:00Z | https://github.com/dunossauro/fastapi-do-zero/issues/250 | [] | dunossauro | 0 |
FactoryBoy/factory_boy | django | 135 | Metaclass for BaseFactory too agressive in removing attrs | I would like to extend a Factory subclass to add a custom "build" style classmethod. I've got a model structure which (simplified) looks like:
`A <- B <- D -> C -> A`
The fks through B and C should always point at the same A for a given D. As this requires about three lines of typing (there's more than one model at B a... | closed | 2014-02-22T11:44:56Z | 2015-10-20T21:52:08Z | https://github.com/FactoryBoy/factory_boy/issues/135 | [
"NeedInfo"
] | mjtamlyn | 2 |
pandas-dev/pandas | data-science | 60,909 | BUG: pandas.read_excel returns dict type if sheet_name=None | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-02-11T09:28:31Z | 2025-02-13T17:41:27Z | https://github.com/pandas-dev/pandas/issues/60909 | [
"Docs",
"IO Excel"
] | Filip-Regenczuk | 3 |
ultralytics/yolov5 | pytorch | 12,737 | 'segment/train.py' runs normally, but 'classify/train.py' does not receive the expected output | version:yolov5-7.0
segment


classify
 against [this schema](https://github.com/go-build-it/gqlmod/blob/master/gqlmod_starwars/schema.py) (via [this code](https://github.com/go-build-it/gqlmod/blob/6fe690f7ffb0634f4522ded57be8f40b21205c52/gqlmod/importer.p... | closed | 2019-08-29T19:34:30Z | 2019-09-14T19:43:09Z | https://github.com/graphql-python/graphql-core/issues/51 | [] | AstraLuma | 6 |
OWASP/Nettacker | automation | 632 | Move issue_template and pull request template to .github directory | We can clean the main page of the repository by moving the template files in the .github hidden folder. | closed | 2022-12-07T09:02:53Z | 2023-03-15T01:24:15Z | https://github.com/OWASP/Nettacker/issues/632 | [
"good first issue"
] | kailashchoudhary11 | 1 |
OFA-Sys/Chinese-CLIP | computer-vision | 245 | 基于模型微调后得到epoch_latest.pt,但是为什么训练完推理不了,我试了好几个服务器跑完都不行 | ---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
/tmp/ipykernel_25611/2218594588.py in <module>
13 model_state_dic = torch.load(model_path)
---> 15 model.load_state_dict(model_state_dict)
16 model.... | closed | 2024-01-09T12:48:05Z | 2024-01-22T10:21:27Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/245 | [] | Luhuanz | 2 |
mage-ai/mage-ai | data-science | 5,004 | GCP Cloud Run Executor CPU and Memory Configuration | **Is your feature request related to a problem? Please describe.**
I saw ECS, k8s and Azure Container Instance have a configuration option to set memory and cpu. As I deploy Mage on GCP, I found an issue that the cloud run job memory is not enough to run my job. Right now, the Cloud Run Jobs CPU and memory configurati... | open | 2024-04-29T11:58:04Z | 2024-05-09T19:15:26Z | https://github.com/mage-ai/mage-ai/issues/5004 | [
"enhancement"
] | FaisalDoowii | 0 |
jupyterhub/repo2docker | jupyter | 871 | --env option semantics differ from docker's | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
The semantics for the `--env` option to `repo2docker` differs from the sane option in the `docker run` subcommand.
#### Expected behaviour
<!--... | closed | 2020-04-10T23:27:37Z | 2020-04-23T04:55:06Z | https://github.com/jupyterhub/repo2docker/issues/871 | [] | hwine | 2 |
miguelgrinberg/flasky | flask | 81 | flash message shows up again using back button | According to Flask docs: "The flashing system basically makes it possible to record a message at the end of a request and access it next request and only next request."
When I change my profile in Flasky, I see the following flash message:
 for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Add an argument `max_files` in `st.file_uploader` and `st.chat_input` or a configuration option similar to `s... | closed | 2025-03-10T11:42:24Z | 2025-03-10T15:14:34Z | https://github.com/streamlit/streamlit/issues/10706 | [
"type:enhancement"
] | amanchaudhary-95 | 3 |
miguelgrinberg/microblog | flask | 359 | Github links in chapters start with wrong tag (one-off) | Hi,
in beginning of chapter one the links to github tags (browse, zip, diff) start with v0.1 but I think they should start with tag v0.0.
Otherwise you browse the github repo from the next chapter. For example, in chapter one the browse link points to tag v0.1 which already has the jinja2 template from chapter tw... | closed | 2023-12-06T12:15:47Z | 2023-12-06T19:54:18Z | https://github.com/miguelgrinberg/microblog/issues/359 | [] | oddfellow | 2 |
proplot-dev/proplot | data-visualization | 448 | Set markercolor for scatter plots with a substring from another columns using .map() and colordict | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I have my pandas DataFrame with 3 columns: 2 are numerical and... | open | 2024-02-07T20:26:59Z | 2024-02-08T07:50:48Z | https://github.com/proplot-dev/proplot/issues/448 | [] | PaleoLipidRR | 1 |
rthalley/dnspython | asyncio | 1,074 | dnspython 2.x DNS lookup failed with "The DNS operation timed out" error over on Redhat | **Describe the bug**
We are having trouble getting dnspython 2.x DNS lookup to work over Python3 on Redhat.
DNS lookup failed with "The DNS operation timed out" error.
In order to find out the root cause. We've done similar test on different platform, python and dnspython versions.
The same test_lookup.py scr... | closed | 2024-04-09T07:15:39Z | 2024-04-19T16:34:54Z | https://github.com/rthalley/dnspython/issues/1074 | [
"Cannot Reproduce"
] | leungwh | 7 |
flasgger/flasgger | flask | 179 | Validation with definitions mixed in with allOf | I'm struggling to make flassger validation work with allOf'd definitions pulled into my resource definition. Using `validation=True` seems to always pass, and using `validate()` seems to not like traversing definitions via allOf.
I've created a sample project to illustrate: https://github.com/robertlagrant/flasgger_... | open | 2018-02-14T11:46:30Z | 2018-10-01T17:31:19Z | https://github.com/flasgger/flasgger/issues/179 | [
"bug",
"hacktoberfest"
] | robertlagrant | 3 |
amidaware/tacticalrmm | django | 1,528 | Privacy policy | Hi, can someone please post the links to the Privacy policy? and to the security and compliance policy? Please. I went through the documentation but not able to locate the same. | closed | 2023-06-02T14:24:37Z | 2023-06-02T14:37:40Z | https://github.com/amidaware/tacticalrmm/issues/1528 | [] | ashishbarmase | 0 |
vitalik/django-ninja | pydantic | 903 | When having a discriminated union as request body schema the schema validation error should not show all the union components | ```
class A(ninja.Schema):
type: typing.Literal['A']
class B(ninja.Schema):
type: typing.Literal['B']
class C(ninja.Schema):
type: typing.Literal['C']
class D(ninja.Schema):
type: typing.Literal['D']
something: conlist(str, min_items=2)
def handler(
request: http.HttpReque... | closed | 2023-11-04T12:58:29Z | 2025-01-03T23:54:02Z | https://github.com/vitalik/django-ninja/issues/903 | [] | Vulwsztyn | 4 |
piskvorky/gensim | data-science | 2,977 | Improve/prune docs/tutorial of TranslationMatrix functionality | The [concerning test failure](https://github.com/RaRe-Technologies/gensim/pull/2944#issuecomment-704512389) at #2944 now seems to me to be a false alarm. With more testing across many seeds, it appears the extremely flimsy `BackMappingTranslationTest.test_infer_vector()` was only passing in the base case (`float64` ran... | open | 2020-10-08T22:57:57Z | 2020-10-09T08:04:49Z | https://github.com/piskvorky/gensim/issues/2977 | [
"bug",
"documentation",
"testing"
] | gojomo | 0 |
OpenInterpreter/open-interpreter | python | 1,146 | Always continuing | ### Describe the bug
The proceedings seem to be continuing...When I execute the code `interpreter --model ollama/mistral`

### Reproduce
interpreter --model ollama/mistral
### Expected behavior
Enter ... | closed | 2024-03-28T04:31:21Z | 2024-03-28T07:53:11Z | https://github.com/OpenInterpreter/open-interpreter/issues/1146 | [] | An-Jhon | 2 |
HumanSignal/labelImg | deep-learning | 684 | Where is the view packages and control packages? | I am following the MVC model. Can you tell me which codes are for the view package and which codes are for the control package, more specifically scrollable list?
| open | 2020-12-16T17:02:46Z | 2020-12-16T17:02:46Z | https://github.com/HumanSignal/labelImg/issues/684 | [] | SrutiBh | 0 |
JaidedAI/EasyOCR | pytorch | 668 | unable to detect simple texts from parts of a ship image | I just took a simple image from the internet for parts of the ship and I tried to extract the part names from the image. It was just able to extract the ship name which was on the ship itself and the naming of the parts was not detected at all. | closed | 2022-02-16T05:38:06Z | 2022-08-25T10:51:53Z | https://github.com/JaidedAI/EasyOCR/issues/668 | [] | Jalmoru | 1 |
0b01001001/spectree | pydantic | 404 | feat: Support unions or list of models for validating response | ### Describe the feature
Pydantic supports specifying unions of fields/models within models using the | operator. There are certain situations to validate more than one model can be pretty useful. For example, there are certain APIs that return code 200 even if there is an error but have an error field in the response... | open | 2025-03-01T06:40:03Z | 2025-03-04T08:45:07Z | https://github.com/0b01001001/spectree/issues/404 | [
"enhancement"
] | Some7hing0riginal | 3 |
grok-ai/nn-template | streamlit | 94 | Update LightningDataModule example usage | I believe [L217](https://github.com/grok-ai/nn-template/blob/8471d9a36c2e73356196e30fd58bcedac43613fe/%7B%7B%20cookiecutter.repository_name%20%7D%7D/src/%7B%7B%20cookiecutter.package_name%20%7D%7D/data/datamodule.py#L217C14-L217C14) in `datamodule.py` should be changed from
```
_: pl.LightningDataModule = hydra.utils... | closed | 2023-09-12T21:39:59Z | 2023-10-12T19:58:54Z | https://github.com/grok-ai/nn-template/issues/94 | [
"solved"
] | LeonardoEmili | 1 |
strawberry-graphql/strawberry | asyncio | 3,347 | Different contexts getters depending on the query or mutation | ## Feature Request Type
- [ ] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Currently the only way of doing context getters with fastapi integration is through multiple routers but then I would need to have different paths which I thin... | open | 2024-01-18T17:30:58Z | 2025-03-20T15:56:34Z | https://github.com/strawberry-graphql/strawberry/issues/3347 | [] | Focadecombate | 2 |
localstack/localstack | python | 12,144 | bug: Secrets Manager is not properly using --rotation-lambda-arn and --rotation-rules | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
(There were similar previous issues--but they were all closed as fixed.)
I create a secret key in Secrets Manager, set up a lambda to trigger on secret rotation, including all the appropriate IAM, etc. I can manu... | open | 2025-01-20T04:32:53Z | 2025-03-12T15:46:11Z | https://github.com/localstack/localstack/issues/12144 | [
"type: bug",
"aws:secretsmanager",
"status: backlog"
] | gzoller | 1 |
lorien/grab | web-scraping | 274 | Can not install grab | pip install -U pip setuptools
pip install -U grab
Collecting grab
Using cached grab-0.6.38.tar.gz
Collecting weblib>=0.1.23 (from grab)
Using cached weblib-0.1.24.tar.gz
Complete output from command python setup.py egg_info:
error in weblib setup command: 'extras_require' requirements cannot includ... | closed | 2017-07-19T09:46:25Z | 2018-04-15T16:59:05Z | https://github.com/lorien/grab/issues/274 | [
"bug"
] | scorday | 3 |
sanic-org/sanic | asyncio | 2,436 | Use SANIC_NO_UJSON during runtime also | **Is your feature request related to a problem? Please describe.**
I would like to use Sanic without ujson (I want to use the standard json, for backward compatibility reasons).
My problem is that the only way to not install ujson is by installing sanic with the` --no-binary` option. I can't do that because I have a ... | closed | 2022-04-24T07:53:08Z | 2022-07-04T10:52:06Z | https://github.com/sanic-org/sanic/issues/2436 | [] | azimovMichael | 6 |
apache/airflow | python | 47,703 | Implement Automated CLI Authentication Flow for Token Retrieval | ### Description
We should include login with username and password whilst automating the token save to keyring for further CLI use.
### Use case/motivation
Follow up from AIP-81.
### Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's ... | open | 2025-03-12T22:47:36Z | 2025-03-12T22:58:32Z | https://github.com/apache/airflow/issues/47703 | [
"area:CLI",
"kind:feature",
"area:auth"
] | bugraoz93 | 0 |
viewflow/viewflow | django | 90 | BPMN Editor | Did they could consider include a BPMN editor like http://demo.bpmn.io/?
| closed | 2015-06-10T19:47:33Z | 2015-06-11T05:50:16Z | https://github.com/viewflow/viewflow/issues/90 | [
"request/question"
] | rcorzogutierrez | 1 |
jofpin/trape | flask | 63 | Says 'no module named requests | Says 'no module named cormala
python trape.py -h
Traceback (most recent call last):
File "trape.py", line 23, in <module>
from core.utils import utils #
File "E:\cmder\trape\core\utils.py", line 22, in <module>
from colorama import init , Style,Fore
ModuleNotFoundError: No module ... | closed | 2018-11-25T20:03:04Z | 2018-12-01T12:21:14Z | https://github.com/jofpin/trape/issues/63 | [] | rayy101 | 1 |
huggingface/diffusers | pytorch | 10,142 | Requirements for advanced_diffusion_training incomplete | ### Describe the bug
When following the https://github.com/huggingface/diffusers/blob/main/examples/advanced_diffusion_training/README.md
I also had to install / do those things to make it work:
```
!pip install wandb prodigyopt datasets
!pip install --upgrade peft
```
- login to huggingface
- setup and login... | open | 2024-12-06T10:21:00Z | 2025-01-30T15:03:25Z | https://github.com/huggingface/diffusers/issues/10142 | [
"bug",
"stale",
"training",
"contributions-welcome"
] | teshi24 | 6 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,916 | [Bug]: Getting requirements to build wheel: finished with status 'error' | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] 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
- [x] The issue has not been reported before... | open | 2025-03-24T18:25:34Z | 2025-03-24T18:25:34Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16916 | [
"bug-report"
] | rhnaxifg4y | 0 |
yihong0618/running_page | data-visualization | 120 | 增加 favicon | Running Page似乎一直没有设置favicon,
这里我使用您自己设计的 LOGO 简单做了一个 favicon 放到了我自己的 Running Page 上:

由于原图不是正方形所以稍微做了一些的裁剪,如果不满意可以暂时当作一个备选。
实际使用效果如下:([点我预览](https://mfydev.run))
 tensorflow
2. Framework version: 1.15
3. Horovod version:0.27.0
5. MPI version:
6. CUDA version: 11.6
7. NCCL version: 2.12
8. Python version: 3.6
9. Spark / PySpark version:
10. Ray version:
11. OS and version:
12. GCC version:
13. CMake v... | open | 2023-02-17T13:21:25Z | 2023-02-17T14:00:06Z | https://github.com/horovod/horovod/issues/3852 | [
"bug"
] | davidstack | 0 |
tqdm/tqdm | jupyter | 1,161 | Poor time estimation for concurrent processing | When using `tqdm.contrib.concurrent.process_map` to execute some longer-running tasks in parallel, the default remaining time and iterations per second estimation can be quite far off the mark.
Consider running ten workers in parallel, who all sleep one second:
```Python
from tqdm.contrib.concurrent import proce... | open | 2021-04-22T18:02:31Z | 2024-02-02T15:17:13Z | https://github.com/tqdm/tqdm/issues/1161 | [
"p3-enhancement 🔥",
"submodule ⊂",
"synchronisation ⇶",
"c1-quick 🕐"
] | w-m | 6 |
rthalley/dnspython | asyncio | 351 | dns.query.xfr leaks an fd on an exception | As reported recently on dnspython-users, dns.query.xfr leaks an fd on an exception. | closed | 2019-02-15T18:24:27Z | 2020-04-01T20:16:18Z | https://github.com/rthalley/dnspython/issues/351 | [
"Bug"
] | rthalley | 2 |
nvbn/thefuck | python | 711 | Command selection of `ctrl+n` and `ctrl+p` instead of `↑` and `↓` | Feature request.
It's convinient to select commands by `ctrl+n` and `ctrl+p` instead of `↑` and `↓`.
```
$ gitstatus
-bash: gitstatus: command not found
$ fuck
gstat [enter/↑/↓/ctrl+c] # <= here, selection can be changed by ctrl+p or ctrl+n
``` | closed | 2017-10-16T03:21:39Z | 2017-10-20T00:46:06Z | https://github.com/nvbn/thefuck/issues/711 | [
"next release",
"hacktoberfest"
] | ikuwow | 1 |
biolab/orange3 | pandas | 6,380 | Signals in example workflows are identified by strings | Before releasing the next version, somebody should load and save example workflows, so the signals are identified by id's and can be loaded by Slovenian Orange. And (s)he should do so on the latest master which includes #6346, Data Table with a single input. | closed | 2023-03-31T10:15:17Z | 2023-04-12T09:10:13Z | https://github.com/biolab/orange3/issues/6380 | [] | janezd | 0 |
dunossauro/fastapi-do-zero | sqlalchemy | 277 | Sharing my repo | | Link do projeto | Seu @ no git | Comentário (opcional) |
|------------------ |:------------------:|:----------------------------------:|
|[fastpy_todo](https://github.com/pLogicador/fastpy_todo) | [@pLogicador](https://github.com/pLogicador) | Primeiros passos com FastAPI, até agora interessante! | | closed | 2025-01-08T02:45:23Z | 2025-02-02T10:00:21Z | https://github.com/dunossauro/fastapi-do-zero/issues/277 | [] | pLogicador | 2 |
cobrateam/splinter | automation | 1,044 | DeprecationWarning: firefox_profile has been deprecated, please use an Options object | Using `Browser('firefox')` results in a DeprecationWarning:
```
~/Vcs/splinter/splinter/browser.py:113: in Browser
return get_driver(driver, retry_count=retry_count, *args, **kwargs)
~/Vcs/splinter/splinter/browser.py:84: in get_driver
return driver(*args, **kwargs)
~/Vcs/splinter/splinter/driver/webdri... | closed | 2022-06-10T10:30:07Z | 2022-06-21T03:05:37Z | https://github.com/cobrateam/splinter/issues/1044 | [
"easy",
"help wanted",
"good first issue"
] | blueyed | 3 |
pmaji/crypto-whale-watching-app | dash | 11 | App looks like it's doing nothing on initial load | I've been wondering how to fix this myself but I don't know enough about these libraries to figure it out. When you load the app it looks like it's doing nothing for 10 seconds until it makes the first requests to the server to get the data.
It seems to be because of the interval being set to 10 seconds, it waits fo... | closed | 2018-02-11T20:48:28Z | 2018-02-11T23:01:26Z | https://github.com/pmaji/crypto-whale-watching-app/issues/11 | [] | CrackLord | 3 |
vvbbnn00/WARP-Clash-API | flask | 148 | 生成yaml文件 | 希望手动优选后,能在本地生成订阅的yaml文件 | closed | 2024-03-14T16:01:22Z | 2024-04-16T05:19:41Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/148 | [] | jimmylzt188 | 0 |
deeppavlov/DeepPavlov | tensorflow | 934 | Training function without config | Hello!
Function `train_evaluate_model_from_config` works fine but sometimes one wants to train some pipeline without config.
I still do not understand how to build it except the following way:
1. build class pipeline which have `__call__`, `train_on_batch` or `fit`, `save` and `load` methods.
2. send this class ... | closed | 2019-07-19T12:53:59Z | 2020-05-13T09:42:31Z | https://github.com/deeppavlov/DeepPavlov/issues/934 | [] | dilyararimovna | 1 |
gradio-app/gradio | deep-learning | 10,430 | Update Deprecated Arguments in StableDiffusionPipeline | ### Describe the bug
### Overview
The `run.py` script in `demo/stable-diffusion` uses deprecated arguments (use_auth_token, revision="fp16") when setting up the `StableDiffusionPipeline`. This results in warnings during runtime. Additionally, the script does not handle the case where the Hugging Face access token (`au... | closed | 2025-01-24T09:38:40Z | 2025-01-25T00:51:05Z | https://github.com/gradio-app/gradio/issues/10430 | [
"bug"
] | ddayto21 | 0 |
MorvanZhou/tutorials | numpy | 66 | LSTM:About data sequence in 7-RNN_Classifier_example.py 关于过程数据序列化问题 7-RNN_Classifier_example.py? | Now dataset **X**={**x1,x2,x3...,xn**},`shape=[n,m]`, **x1,x2,...,xn** are samples of **X**.
And label data `y.shape=[n,k]`
If I use a time window with length of 2,then after reshape:
`X= tf.reshape(X,[int(n/2), 2, m])`
`X.shape=[n/2,m]`
But I have a problem in getting the cost by formula,
`cost_rnn = tf.reduce_... | open | 2018-04-27T15:31:34Z | 2018-04-27T15:33:40Z | https://github.com/MorvanZhou/tutorials/issues/66 | [] | rosefun | 0 |
piskvorky/gensim | machine-learning | 3,315 | evaluate_word_pairs gives ValueError: x and y must have length at least 2. | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2022-03-30T22:07:51Z | 2022-04-08T09:12:53Z | https://github.com/piskvorky/gensim/issues/3315 | [] | Filco306 | 5 |
paperless-ngx/paperless-ngx | django | 8,746 | [BUG] Value field is disappearing when choosing logical conidatin equal | ### Description
When i open the custom fields to filter documents, i am choosing my field (which is a date field), then changing "exists" to "is equal" the value field disappears so i cant enter anything.
---

---
![... | closed | 2025-01-15T09:40:55Z | 2025-02-15T03:05:59Z | https://github.com/paperless-ngx/paperless-ngx/issues/8746 | [
"bug",
"frontend"
] | dochuebi | 3 |
tensorpack/tensorpack | tensorflow | 1,493 | Some questions about ZMQInput | Are there any examples of using ZMQInput or zmq_ops? Now I have a requirement: use zmq on the client to send data, and use ZMQInput on the server to continuously receive data and perform inference work. In the process of using these two interface, I encountered some problems. I can continue to receive data in the whi... | closed | 2020-11-11T11:44:05Z | 2020-11-12T03:59:57Z | https://github.com/tensorpack/tensorpack/issues/1493 | [] | LMLzz | 1 |
plotly/dash-component-boilerplate | dash | 39 | react and react-dom should be in dev-dependencies | react and react-dom are supplied by `dash-renderer`.
Also we need to update our Component Author documentation to make this clear (in case it isn't). | closed | 2018-11-12T20:41:58Z | 2018-11-16T16:39:34Z | https://github.com/plotly/dash-component-boilerplate/issues/39 | [] | bpostlethwaite | 3 |
huggingface/datasets | nlp | 7,461 | List of images behave differently on IterableDataset and Dataset | ### Describe the bug
This code:
```python
def train_iterable_gen():
images = np.array(load_image("https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg").resize((128, 128)))
yield {
"images": np.expand_dims(images, axis=0),
"messages": [
... | closed | 2025-03-17T15:59:23Z | 2025-03-18T08:57:17Z | https://github.com/huggingface/datasets/issues/7461 | [] | FredrikNoren | 2 |
Miksus/rocketry | automation | 191 | @app.task('daily.at("21:00") before Friday') | **Describe the bug**
above statements results in rocketry.parse.utils.exception.ParserError: Could not find parser for string 'daily.at'.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
Statement should run every MO,TUE,WED,THUR,FRI at 21:00
**Desktop (please complete the following inf... | open | 2023-02-09T10:34:58Z | 2023-02-09T13:44:12Z | https://github.com/Miksus/rocketry/issues/191 | [
"bug"
] | faulander | 1 |
stanfordnlp/stanza | nlp | 1,431 | TypeError: expected np.ndarray (got Tensor) | **Describe the bug**
Was trying to use pretrained model https://huggingface.co/stanfordnlp/stanza-lt
With a lot of issues, like stanza.download("lt") constantly crashing, I was forced to do it manually. So, installed and downloaded everything and used next piece of code to get the bug
<code>
import stanza
config =... | closed | 2024-11-06T06:02:26Z | 2024-12-31T05:38:25Z | https://github.com/stanfordnlp/stanza/issues/1431 | [
"bug"
] | topl0305 | 13 |
huggingface/transformers | tensorflow | 36,749 | SFTConfig.__init__() got an unexpected keyword argument 'optimizers' | closed | 2025-03-16T10:03:46Z | 2025-03-16T10:12:03Z | https://github.com/huggingface/transformers/issues/36749 | [] | Sneakr | 0 | |
paulbrodersen/netgraph | matplotlib | 100 | get_geometric_layout results in missing required arguments for get_layout_for_multiple_components() | In a jupyter notebook I plot the graph first …
```
import matplotlib.pyplot as plt
from netgraph import Graph # pip install netgraph OR conda install -c conda-forge netgraph
# right triangle
edge_length = {
(0, 1) : 1.41,
(0, 2) : 2.77,
(2, 3) : 2.46,
(0, 4) : 2.43,
(1, 2) : 1.79,
... | closed | 2024-10-15T11:08:05Z | 2024-10-18T09:56:31Z | https://github.com/paulbrodersen/netgraph/issues/100 | [] | white-gecko | 6 |
awesto/django-shop | django | 637 | AttributeError: module 'shop.models.customer' has no attribute 'CustomerStateField' | When upgrading to version `0.11.dev0` I received this error due to my `0001_initial.py` migration referring to the `recognized` field according to django-SHOP version 0.10.2.
I was forced to modify my `0001_initial.py` migration with this:
`('recognized', shop.models.fields.ChoiceEnumField(enum_type=shop.models.c... | closed | 2017-08-23T15:24:49Z | 2017-08-23T15:25:50Z | https://github.com/awesto/django-shop/issues/637 | [] | racitup | 0 |
aleju/imgaug | machine-learning | 817 | Script takes over one hour to install through pycharm on 224GB 24CPUs DSVM | Looks like the script is bad or buggy takes an enormous amount of time to install yet unfixed | open | 2022-04-22T15:45:33Z | 2022-04-22T15:48:38Z | https://github.com/aleju/imgaug/issues/817 | [] | ffsEveryNameIsTaken | 1 |
PeterL1n/BackgroundMattingV2 | computer-vision | 108 | Minimum pixel value of the "pha" images from the provided dataset is 1, not 0. | closed | 2021-05-27T02:20:25Z | 2021-07-11T20:25:30Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/108 | [] | semchan | 1 | |
ploomber/ploomber | jupyter | 438 | Do not connect to client if tasks previously run | For some of my projects, I need to connect to 3+ databases. When I run `ploomber build`, it connects to the client each time -- even if the task is not outdated.
It would be nice if ploomber could recognize these tasks has already been run without invoking the client. This way I could continue to developing locally... | closed | 2021-12-16T16:45:14Z | 2022-02-14T01:07:51Z | https://github.com/ploomber/ploomber/issues/438 | [] | reesehopkins | 7 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 377 | 'SmartScraperGraph' object has no attribute 'model_token' | **Describe the bug**
Hi,
I am trying to scrape webpage using SmartScraperGraph, but am constantly getting the following error-
'SmartScraperGraph' object has no attribute 'model_token'
**To Reproduce**
This is the code-
```
repo_id = "meta-llama/Llama-2-7b-hf"
llm_model_instance = HuggingFaceEndpoint(
... | closed | 2024-06-13T01:34:37Z | 2024-09-26T08:48:15Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/377 | [
"bug"
] | Naman-Bhrgv | 15 |
pytorch/vision | computer-vision | 8,695 | Pytorch build with rocm failed, execution_policy.h' file not found | ### 🐛 Describe the bug
FAILED: caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o /home/hmsjwzb/work/pytorch/build/caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o cd /home/hmsjwzb/work/pyt... | open | 2024-10-24T10:41:05Z | 2024-10-28T15:57:20Z | https://github.com/pytorch/vision/issues/8695 | [
"module: rocm"
] | FlintWangacc | 1 |
piskvorky/gensim | data-science | 3,521 | Where are pre-trained doc2vec model w/ recent version of Gensim? | closed | 2024-03-31T03:42:38Z | 2024-03-31T03:50:06Z | https://github.com/piskvorky/gensim/issues/3521 | [] | jobs-git | 1 | |
Lightning-AI/pytorch-lightning | data-science | 20,665 | Logging Cause XLA Graph Recompile on Every Epochs | ### Bug description
I am using wandb logger on single TPU core, if I invoke `self.log` in `training_step` or `validation_step`, a XLA graph recompile will be triggered.
The behavior is observed by setting `PT_XLA_DEBUG=1` and notice many `Compilation Cause: most likely user code trying to access tensor value before m... | closed | 2025-03-22T22:45:34Z | 2025-03-24T03:32:26Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20665 | [
"bug",
"needs triage",
"ver: 2.5.x"
] | catalpaaa | 1 |
google-deepmind/sonnet | tensorflow | 88 | Too limited documentation about DeepRNN | Dear Deepminder,
Since there is too limited documentation of DeepRNN, could you please tell me what's wrong with my following way of using DeepRNN? I would guess it is a typical useage, however it always complains:
```
import tensorflow as tf
import sonnet as snt
class Cell(snt.RNNCore):
def __init__(se... | closed | 2018-06-03T13:08:23Z | 2018-06-04T12:52:31Z | https://github.com/google-deepmind/sonnet/issues/88 | [] | mingyr | 2 |
jpadilla/django-rest-framework-jwt | django | 97 | OperationalError: no such table: auth_user | cloned the project, and run the test as the following with the following error. Can anyone shed some ligh on the issue?
$ ./runtests.py
==================================================================================================================================== test session starts ==============================... | closed | 2015-04-10T18:53:04Z | 2015-07-26T19:41:40Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/97 | [] | caot | 1 |
miguelgrinberg/microblog | flask | 305 | Error running first example in Chapter 22 | I'm running under macOS 10.14.6. In Chapter 22 when I tried the example under **Executing Tasks** I'd get the error:
>+[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a ... | closed | 2021-09-30T19:39:20Z | 2023-12-03T10:56:57Z | https://github.com/miguelgrinberg/microblog/issues/305 | [
"question"
] | SSteve | 5 |
jina-ai/clip-as-service | pytorch | 571 | 运行很长时间都没有反应 | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [x] D... | open | 2020-07-03T10:42:25Z | 2020-11-18T13:01:55Z | https://github.com/jina-ai/clip-as-service/issues/571 | [] | strawberrylunar | 1 |
flairNLP/flair | pytorch | 2,877 | Extract weights from ner model | Hello, I want to make a model in Spanish, I have seen that there is a ner model of flair in Spanish, I would like to know if it is possible to extract the weights of this model and apply them in a pytorch model on which I will make a fine-tuning.
Thanks. | closed | 2022-07-29T00:41:53Z | 2023-01-07T13:48:07Z | https://github.com/flairNLP/flair/issues/2877 | [
"question",
"wontfix"
] | fmafelipe | 1 |
fastapi-users/fastapi-users | asyncio | 595 | Same email can register multiple times if email contains modifiers | If I have a user already registered with king.arthur@camelot.bt, I can register another user with the same email but with a modifier king.arthur+fake@camelot.bt
Even though the emails look different, they are actually the same email address. | closed | 2021-04-11T13:24:32Z | 2021-04-12T07:05:02Z | https://github.com/fastapi-users/fastapi-users/issues/595 | [
"bug"
] | alexferrari88 | 2 |
datadvance/DjangoChannelsGraphqlWs | graphql | 41 | how do i track the users subscribed (online) to a group? | Please help.
I was using [django-channels-presence](https://django-channels-presence.readthedocs.io/en/latest/index.html)
But the problem is i cannot get the subscription query which was sent inside the consumer and not able to get the channel_name in the subscription class.
I need both to put create Room instance... | closed | 2020-05-03T18:24:14Z | 2020-12-06T00:23:07Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/41 | [
"question"
] | isinghmitesh | 11 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 58 | RuntimeError: Arguments for call are not valid. | Thanks for your code. when i run the code 'python train_res50_fpn.py',i meet this problem.How can i resolve it?
Traceback (most recent call last):
File "train_res50_fpn.py", line 3, in <module>
from network_files.faster_rcnn_framework import FasterRCNN, FastRCNNPredictor
File "/home/yzhou/IpFPN/faster_rcnn... | closed | 2020-09-29T06:17:08Z | 2020-10-12T08:53:39Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/58 | [] | zZhouzhiYing | 1 |
wkentaro/labelme | deep-learning | 376 | What does image data consist of ? | I thought that image data consist of the image in bytes or string form.
So, I have tried to write it in the form of an image file.
```
red = open(annotation_img_file,'r')
data = json.load(red)
img = data['imageData']
rm = open('img.jpg','w')
rm.write(img)
rm.close()
```
I have checked the supposed the image ... | closed | 2019-04-17T15:03:56Z | 2019-04-21T10:05:29Z | https://github.com/wkentaro/labelme/issues/376 | [] | shubhampateliitm | 1 |
jina-ai/serve | fastapi | 6,084 | Topology graph Key Error (After Jina 3.21.0) | **Bug Description**
There is a KeyError: 'type' in the File "/home/lzh/.conda/envs/DIMA/lib/python3.8/site-packages/jina/serve/runtimes/gateway/graph/topology_graph.py", line 90.

**Solution**
I have printed the schema... | closed | 2023-10-15T16:04:03Z | 2023-10-21T09:53:11Z | https://github.com/jina-ai/serve/issues/6084 | [] | ZhihaoAIRobotic | 5 |
blb-ventures/strawberry-django-plus | graphql | 172 | precommit broken - isort version needs to be bumped | With poetry 1.5 an additional validation is introduced which breaks isort < 5.11.4 | closed | 2023-02-01T14:53:00Z | 2023-02-01T16:57:01Z | https://github.com/blb-ventures/strawberry-django-plus/issues/172 | [] | devkral | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,264 | [minor Feature Request]: checkmark in model list | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
checkmarked or inverted model in model-list
### Proposed workflow
if have a list of models
if i choose one and generate an image and want to choose another mode... | closed | 2024-07-26T07:56:49Z | 2024-07-28T08:45:05Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16264 | [
"enhancement"
] | kalle07 | 7 |
autogluon/autogluon | data-science | 3,869 | Tabular: Benchmark scikit-learn 1.4 RandomForest missing value support | scikit-learn 1.4 [adds native missing value handling for RandomForest](https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html#missing-value-support-for-random-forest), which may lead to better predictive quality. We should test it out: | open | 2024-01-21T20:50:31Z | 2024-11-12T17:25:44Z | https://github.com/autogluon/autogluon/issues/3869 | [
"enhancement",
"module: tabular"
] | Innixma | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,844 | Default values not respected in sqlalchemy | ### Describe the bug
I setup my environment to use SQLAlchemy for my next project but then something wrong happens. i use `fastapi` example to get started and then tried to add some default values to Column declaration.
here is my table example:
```py
marketers = sqlalchemy.Table(
'Users',
metadata,
... | closed | 2024-01-08T15:25:10Z | 2024-01-08T16:10:02Z | https://github.com/sqlalchemy/sqlalchemy/issues/10844 | [] | hasanparasteh | 0 |
ray-project/ray | machine-learning | 51,574 | [CG, Core] Add Ascend NPU Support for RCCL and CG | ### Description
This RFC proposes to provide initial support for RCCL and CG on Ascend NPU.
Original work by [@Bye-legumes](https://github.com/ray-project/ray/pull/47658) and [@hipudding](https://github.com/ray-project/ray/pull/51032).
However, we need to decouple them into several PRs with minor modifications and s... | open | 2025-03-21T02:09:40Z | 2025-03-21T23:37:13Z | https://github.com/ray-project/ray/issues/51574 | [
"enhancement",
"core",
"compiled-graphs"
] | Bye-legumes | 0 |
pyro-ppl/numpyro | numpy | 1,488 | Inconsistent MCMC Results Based On * Operator | ## Issue
I receive inconsistent MCMC results based on simply using the * operator or not. Model1 (correct result) and Model2 (incorrect result) gives different answers despite all the mathematical description being equivalent. The only difference between model2 versus model1 is the * operator.
```
(jnp.exp(-(jnp.po... | closed | 2022-10-20T14:59:05Z | 2022-10-29T13:45:40Z | https://github.com/pyro-ppl/numpyro/issues/1488 | [] | mlpotter | 4 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,006 | _hook_remove_cdc_props still detectable. | The _hook_remove_cdc_props is detected by hcaptcha and when I solve the captcha its freezes and in request its an invalid response
#986 | closed | 2023-01-23T20:17:58Z | 2023-02-04T21:29:38Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1006 | [] | mrafieefard | 0 |
seleniumbase/SeleniumBase | web-scraping | 2,126 | `--rcs` (reuse class session) has the same effect as `--rs` for `sb` pytest fixture tests | ## `--rcs` (reuse class session) has the same effect as `--rs` for `sb` pytest fixture tests
`--rcs` (reuse class session) is keeping the browser session open between tests of different classes when using the `sb` pytest fixture. That mode should only be reusing the browser session between tests of the same class.
... | closed | 2023-09-21T16:25:25Z | 2023-09-26T01:34:45Z | https://github.com/seleniumbase/SeleniumBase/issues/2126 | [
"bug"
] | mdmintz | 1 |
allenai/allennlp | data-science | 4,930 | Finish the migration guide for 2.0 | closed | 2021-01-25T19:00:14Z | 2021-01-29T17:18:32Z | https://github.com/allenai/allennlp/issues/4930 | [
"Feature request"
] | schmmd | 1 | |
mwaskom/seaborn | data-science | 2,760 | Suggestion: Add option for non-square plots to JointGrid | I'm using [`JointGrid`](https://seaborn.pydata.org/generated/seaborn.JointGrid.html#seaborn.JointGrid) for a scatterplot with a KDE on the margins. Simple most MWE would be straight from the documentation:
penguins = sns.load_dataset('penguins')
g = sns.JointGrid()
x, y = penguins["bill_length_mm"], pe... | closed | 2022-03-15T13:15:03Z | 2022-03-16T10:18:57Z | https://github.com/mwaskom/seaborn/issues/2760 | [] | joha1 | 2 |
DistrictDataLabs/yellowbrick | matplotlib | 1,047 | RFECV is much slower than Sklearn's implementation | I am aware that yellowbrick is using RFE and CV separately to produce the visualiser but the approach is several times slower than sklearn's implementation of RFECV.
Running the following in a jupyter notebook:
```
import yellowbrick
print('yellowbrick version: ', yellowbrick.__version__)
import sklearn
(print(... | open | 2020-03-05T12:24:07Z | 2021-02-23T15:43:58Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1047 | [
"priority: high",
"type: technical debt"
] | jc639 | 10 |
scikit-learn/scikit-learn | python | 30,133 | `check_estimator` to return structured info | From https://github.com/scikit-learn/scikit-learn/issues/29951#issuecomment-2383536734 (@ogrisel)
> Somehow related, side note: maybe check_estimator could be made to return a structured result object that is programmatically introspectable.
>
> This would allow third-party libraries to build and publish a sciki... | closed | 2024-10-22T14:53:52Z | 2024-11-08T16:28:04Z | https://github.com/scikit-learn/scikit-learn/issues/30133 | [
"Developer API"
] | adrinjalali | 0 |
napari/napari | numpy | 7,526 | Inherit overlay (i.e. scale bar) font size from appearance settings | ## 🚀 Feature
Use the font size that the user sets in appearance settings (or, its default) as the base for determining font size for overlays. Update 2025/01/15: At the napari community meeting we discussed separating overlay font sizes from the current font size setting in appearances. This OP has been updated to ... | open | 2025-01-14T04:16:43Z | 2025-01-16T05:09:29Z | https://github.com/napari/napari/issues/7526 | [] | TimMonko | 2 |
numba/numba | numpy | 9,635 | Can Numba use c++functions? | We are using CoolProp in Python, but unfortunately, this package is not implemented in Numba, and we cannot overload/overwrite it through numpy/python.
So we think that can we write a python function to call CoolProp in C++ and we introduce this python function into numba.
But we dont find a way to call C++ fun... | closed | 2024-06-29T12:16:03Z | 2024-08-11T01:55:17Z | https://github.com/numba/numba/issues/9635 | [
"question",
"stale"
] | chen-erqi | 7 |
clovaai/donut | nlp | 131 | How to get confidence score from Donut ? | open | 2023-02-01T09:50:43Z | 2023-02-01T21:22:17Z | https://github.com/clovaai/donut/issues/131 | [] | mohsin7822 | 1 | |
allure-framework/allure-python | pytest | 401 | Attachment path | When I use:
`allure.attach.file('./screen.png', name="Screenshot1", attachment_type=allure.attachment_type.PNG)
`
I would like to get back the relative path where the attachment will be created. I need it in order to create a link reference from another test step? Is it possible at runtime to get that path?
R... | closed | 2019-07-04T15:41:35Z | 2024-01-08T17:02:35Z | https://github.com/allure-framework/allure-python/issues/401 | [
"task:new feature"
] | ric79 | 1 |
codertimo/BERT-pytorch | nlp | 13 | Question about random sampling. | https://github.com/codertimo/BERT-pytorch/blob/7efd2b5a631f18ebc83cd16886b8c6ee77a40750/bert_pytorch/dataset/dataset.py#L50-L64
Well, seems `random.random()` always returns a positive number, so `prob >= prob * 0.9` will always be true? | closed | 2018-10-20T07:35:51Z | 2018-10-22T22:58:53Z | https://github.com/codertimo/BERT-pytorch/issues/13 | [] | SongRb | 3 |
plotly/dash-bio | dash | 125 | Clustergram label is obscure and lengthy. | Hi @shammamah,
As I was linting [app_clustergram.py](https://github.com/plotly/dash-bio/blob/master/tests/dash/app_clustergram.py), I noticed some heavy and confusing wording, lines 162-164:
```py
'Header of row labels column in uploaded dataset',
title='If a dataset was uploaded, enter the header of' +
'the c... | closed | 2019-01-24T16:22:07Z | 2019-01-25T15:40:44Z | https://github.com/plotly/dash-bio/issues/125 | [] | mkcor | 0 |
ivy-llc/ivy | tensorflow | 28,615 | [Bug]: ivy.array() RecursionError: maximum recursion depth exceeded | ### Bug Explanation
When I create an array using ivy.array() and then try to access the array using indexing or array slicing 'RecursionError: maximum recursion depth exceeded ' happens on colab notebook
### Steps to Reproduce Bug
```
import ivy
arr = ivy.array([1,2,4,5])
arr1 = ivy.array([[1],[2],[3])
p... | open | 2024-03-16T20:01:25Z | 2024-04-08T07:01:48Z | https://github.com/ivy-llc/ivy/issues/28615 | [
"Bug Report"
] | marvlyngkhoi | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.