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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
roboflow/supervision | machine-learning | 1,681 | Pyright reportPrivateImportUsage error on supervision.Detections | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
After supervision added `py.typed` support, Pyright is reporting a `reportPrivateImportUsage` error when trying to use `Detections` type from the pa... | closed | 2024-11-24T04:51:38Z | 2024-11-26T10:49:06Z | https://github.com/roboflow/supervision/issues/1681 | [
"bug"
] | anriha | 8 |
httpie/cli | rest-api | 965 | Incomplete responses do not cause an error | It seems that httpie does not validate the number of received bytes.
Here are some explanations: https://blog.petrzemek.net/2018/04/22/on-incomplete-http-reads-and-the-requests-library-in-python/
With this demo script:
```python
#!/usr/bin/env python3
#
# An HTTP server that returns fewer bytes in the body ... | open | 2020-09-17T15:27:19Z | 2022-01-14T10:23:12Z | https://github.com/httpie/cli/issues/965 | [
"enhancement"
] | dbrgn | 1 |
scikit-hep/awkward | numpy | 2,420 | ak.from_json should take a `limit` parameter to only read what is necessary | ### Description of new feature
* `limit=NONNEGATIVE-INT` should be passed to C++ to stop the JSON-reading as soon as the number of entries in the `ArrayBuilder` reaches `limit`.
* `limit=(NONNEGATIVE-INT, NONNEGATIVE-INT)` should pass both values; the first is a lower limit. They're both non-negative: they do not/c... | open | 2023-04-20T18:43:01Z | 2023-04-20T18:43:01Z | https://github.com/scikit-hep/awkward/issues/2420 | [
"feature"
] | jpivarski | 0 |
django-import-export/django-import-export | django | 1,959 | Admin export with non-existent field name causes crash | 
**To Reproduce**
Declare in `core/admin.py`:
```python
class BookResource(ModelResource):
author_email = Field(column_name='aut_em')
class Meta:
fields = ("author_name",)
model = Book
```
... | closed | 2024-10-10T15:03:21Z | 2024-10-11T10:19:05Z | https://github.com/django-import-export/django-import-export/issues/1959 | [
"bug"
] | matthewhegarty | 0 |
docarray/docarray | fastapi | 1,556 | PrivateGPT integration | open | 2023-05-19T11:05:47Z | 2023-05-19T11:05:47Z | https://github.com/docarray/docarray/issues/1556 | [] | JoanFM | 0 | |
paperless-ngx/paperless-ngx | machine-learning | 8,820 | [BUG] Dashboard link on 404 page not working | ### Description
The link back to the dashboard on the 404 page does not work. This happens since version 2.14.0, 2.13.5 was still fine.
### Steps to reproduce
1. Go to the 404 page /404
2. Click on the link that is supossed to take you back to the dashboard
3. Nothing happens
### Webserver logs
```bash
No related ... | closed | 2025-01-19T18:28:32Z | 2025-02-19T03:07:44Z | https://github.com/paperless-ngx/paperless-ngx/issues/8820 | [
"bug",
"frontend"
] | patheticpat | 1 |
jupyter/nbviewer | jupyter | 730 | Version 3 of less causes TypeError: Object [object Object] has no method 'tryLoadPlugin' | If you run `docker-compose build` at the moment, `npm install` pulls in `less=3.0.0`, and this causes an error upon invoking less:
```
Step 19/21 : RUN invoke less
---> Running in 089ec6915a80
Downloading from pypi -> /srv/nbviewer/notebook-5.0.0.tar.gz
Collecting notebook==5.0.0
Downloading notebook-5.0.0.t... | closed | 2017-10-13T00:46:28Z | 2018-01-02T15:05:28Z | https://github.com/jupyter/nbviewer/issues/730 | [] | dbdean | 0 |
mjhea0/flaskr-tdd | flask | 87 | S | closed | 2025-01-09T06:57:08Z | 2025-01-09T14:51:19Z | https://github.com/mjhea0/flaskr-tdd/issues/87 | [] | Seifmohamed2025 | 0 | |
tfranzel/drf-spectacular | rest-api | 619 | How to use x-tagGroups to generate high-level grouping? | Hi,
I'm interested in high-level grouping in Redoc, but I cannot achieve it. x-tagGroups is supported in the community version of Redoc: https://github.com/Redocly/redoc#customization-options
What I also found in the documentation for redocly is an x-tagGroups example in YAML/JSON: https://redoc.ly/docs/api-refer... | closed | 2021-12-19T04:02:08Z | 2021-12-20T09:06:29Z | https://github.com/tfranzel/drf-spectacular/issues/619 | [
"enhancement",
"fix confirmation pending"
] | Neyoui | 4 |
chaoss/augur | data-visualization | 2,644 | Conversion Rate metric API | The canonical definition is here: https://chaoss.community/?p=4924 | open | 2023-11-30T18:07:13Z | 2023-12-01T02:03:44Z | https://github.com/chaoss/augur/issues/2644 | [
"API",
"first-timers-only"
] | sgoggins | 1 |
scikit-image/scikit-image | computer-vision | 6,808 | Add short examples to transform classes | This might be an advanced and "Good second issue" for Outreachy applicants to work on. See #6761 for a "Good first issue".
The goal here is to add an [Example section](https://numpydoc.readthedocs.io/en/latest/format.html#examples) to the listed classes below. This section should contain short but expressive code sn... | open | 2023-03-10T10:24:15Z | 2023-10-04T02:24:44Z | https://github.com/scikit-image/scikit-image/issues/6808 | [
":page_facing_up: type: Documentation",
":sleeping: Dormant",
":wave: Outreachy"
] | lagru | 6 |
JaidedAI/EasyOCR | deep-learning | 1,321 | training not giving the expected results | hi ,
I'm trying to train EasyOCR on Arabic new fonts, we created a dataset of 1200 image with the labels after training the new model used to check some images where the results are very poor , the yaml file, sample of the images and labels attached
Anyone can support in this or guide me if I'm doing something wrong... | open | 2024-10-15T17:57:16Z | 2025-03-08T15:36:45Z | https://github.com/JaidedAI/EasyOCR/issues/1321 | [] | RamadanHussein | 8 |
iperov/DeepFaceLab | machine-learning | 5,346 | Nina | closed | 2021-06-09T01:34:45Z | 2021-06-09T16:47:28Z | https://github.com/iperov/DeepFaceLab/issues/5346 | [] | Mitan01 | 0 | |
ansible/awx | django | 15,672 | AWX not syncing Gitlab project: ORIGIN not a git repository | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software pro... | closed | 2024-11-29T23:05:27Z | 2024-12-10T15:51:34Z | https://github.com/ansible/awx/issues/15672 | [
"type:bug",
"component:ui",
"needs_triage",
"community"
] | batreseau | 6 |
twopirllc/pandas-ta | pandas | 12 | Better documentation. | Open to documentation ideas. | closed | 2019-04-25T17:54:26Z | 2020-05-11T16:22:23Z | https://github.com/twopirllc/pandas-ta/issues/12 | [
"help wanted"
] | twopirllc | 2 |
skypilot-org/skypilot | data-science | 4,998 | [AWS] Continue gracefully if rule in security group already exists | Seen in user error messages when running `sky launch` on AWS:
```
Traceback (most recent call last):
File "/path/to/skypilot-runtime/lib/python3.10/site-packages/sky/usage/usage_lib.py", line 480, in entrypoint_context
yield
File "/path/to/skypilot-runtime/lib/python3.10/site-packages/sky/utils/common_utils.py... | open | 2025-03-20T00:32:10Z | 2025-03-20T00:32:10Z | https://github.com/skypilot-org/skypilot/issues/4998 | [] | romilbhardwaj | 0 |
hankcs/HanLP | nlp | 1,383 | 命令行输入Hanlp后出错 | Traceback (most recent call last):
File "e:\coding\annoconda\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "e:\coding\annoconda\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "E:\coding\annoconda\Scripts\hanlp.exe\__main__.py", line 5, in <module>
Fi... | closed | 2020-01-07T09:29:48Z | 2020-01-07T09:32:17Z | https://github.com/hankcs/HanLP/issues/1383 | [] | lambda-growth | 1 |
deezer/spleeter | tensorflow | 159 | [WinError 2] The system cannot find the file specified | Hello, I have following error when trying to use spleeter. I followed all the guidelines and ffmpeg is installed (with pip). I used python 3.7.5 and win10. I add PATHS in env. variable. We can see in the trace that it does find the directory of ffmpeg so it's not the problem. I tried first with anaconda but it was not ... | closed | 2019-12-04T18:46:17Z | 2020-01-13T13:09:10Z | https://github.com/deezer/spleeter/issues/159 | [] | solidgamer | 12 |
nltk/nltk | nlp | 3,129 | missing word ‒ aegilops | ### nltk-3.8.1.
I used the following program to create a file with English words. I noticed that the word **AEGILOPS** is missing.
```
import nltk
nltk.download('words')
english_words = set(nltk.corpus.words.words())
with open('english_words.txt', 'w') as f:
for word in english_words:
f.write... | closed | 2023-03-06T02:47:21Z | 2023-03-06T12:11:40Z | https://github.com/nltk/nltk/issues/3129 | [] | q-l-p | 2 |
jina-ai/clip-as-service | pytorch | 606 | keep [MASK] after the tokenization in a sentence | **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... | closed | 2020-11-24T20:45:30Z | 2021-02-04T12:25:53Z | https://github.com/jina-ai/clip-as-service/issues/606 | [] | acadTags | 1 |
keras-team/keras | data-science | 20,444 | Mode.fit() error. Someone please help me fix this error. I am not able to figure it out | I'm building a capsule network in TensorFlow for binary classification using a custom CapsuleLayer. My model and associated components are as follows:
```python
class CapsuleLayer(layers.Layer):
def __init__(self, num_capsule, dim_capsule, routings=3, **kwargs):
super(CapsuleLayer, self).__init__(**kwar... | closed | 2024-11-04T01:29:39Z | 2024-12-21T02:00:56Z | https://github.com/keras-team/keras/issues/20444 | [
"stat:awaiting response from contributor",
"stale"
] | Israh-Abdul | 4 |
tqdm/tqdm | pandas | 1,452 | AttributeError: type object 'tqdm' has no attribute 'notebook' |
- [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating s... | open | 2023-03-23T09:31:01Z | 2023-06-06T08:03:44Z | https://github.com/tqdm/tqdm/issues/1452 | [] | aitorme | 3 |
developmentseed/lonboard | jupyter | 53 | Tests for accessor/table validation/serialization | closed | 2023-10-04T22:21:34Z | 2024-04-19T15:09:48Z | https://github.com/developmentseed/lonboard/issues/53 | [] | kylebarron | 0 | |
plotly/dash-table | dash | 782 | Native filter does not work with pagination after page 0 | Greetings. It seems like there is a bug with native filtering when it is used on the datatable with pagination after page 1. The datatable documentation version works but it could be due to custom filtering?
Please see this gif below:
 implement? UPD: please add link to the code description. | Hi!
I couldn't find where does the implementation of [exp_map_SE(3)](https://docs.nerf.studio/_modules/nerfstudio/cameras/lie_groups.html#exp_map_SE3) comes form.
I have found one of implementations in the book (see screenshot, from Modern Robotics by Lynch), but it looks different from one that is implemented in ne... | open | 2023-12-06T14:02:52Z | 2023-12-08T15:25:10Z | https://github.com/nerfstudio-project/nerfstudio/issues/2650 | [] | DankoPenko | 1 |
plotly/dash | plotly | 2,872 | Pattern Matching Callback Renders All Components When Adding New One | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
```
dash 2.13.0
dash-core-components 2.0.0
dash-enterprise-libraries 1.3.0
dash-html-components 2.0.0
dash_mantine_components 0.14.3
dash-table 5.0.0
```
**De... | open | 2024-05-31T15:39:29Z | 2024-08-13T19:51:19Z | https://github.com/plotly/dash/issues/2872 | [
"bug",
"P3"
] | andre996 | 2 |
waditu/tushare | pandas | 1,367 | 上市公司基本信息接口stock_company输出序列和输入参数的序列不一致。 | 接口调用如下:
df_company_info = pro.stock_company(exchange='', fields='ts_code,exchange,chairman,manager,secretary,reg_capital,setup_date,province,city,introduction,website,email,office,**_employees,main_business,business_scope_**')
发现从ts_code到office列一致。最后三列不一致。
输入序列是employees, main_business, business_scope 输出序列是business... | open | 2020-06-02T08:22:11Z | 2020-06-02T08:25:28Z | https://github.com/waditu/tushare/issues/1367 | [] | lzh1054116023 | 0 |
alpacahq/alpaca-trade-api-python | rest-api | 582 | Cannot access/print any bars | Hi,
I am able to setup my connection but I have never seen any bar data being displayed in my console. Occasionally when I run without nest_asyncio, it gives a runtime error of Cannot close loop while still running/ This loop is still running and if I try to stop it, it says stream object has no attribute stop. Tri... | open | 2022-03-03T17:37:33Z | 2022-04-29T15:17:08Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/582 | [
"invalid",
"question",
"Missing Reproducible Case"
] | hriday2771 | 2 |
numpy/numpy | numpy | 28,067 | BUG: ImportError (circular import) | ### Describe the issue:
After following the [instructions](https://numpy.org/devdocs/dev/index.html) to contribute to Numpy, I was unable to import the package after cloning.
### Reproduce the code example:
```python
import sys
sys.path = ["..\\numpy"]
import numpy as np
```
### Error message:
```shell
-------... | closed | 2024-12-26T05:11:51Z | 2024-12-30T11:57:30Z | https://github.com/numpy/numpy/issues/28067 | [
"53 - Invalid"
] | Mark799 | 2 |
pyeve/eve | flask | 1,085 | default_sort doesn't work | I find default_sort doesn't work, e.g., I am using the following configuration for the end point:
```
newsSchema = {
'datasource': {
'source': 'news',
'default_sort': [("time", -1)], # sort the field by time from recent to old.
},
}
```
The global setting for sort is not set, so it use... | closed | 2017-11-09T07:22:49Z | 2018-08-01T17:59:02Z | https://github.com/pyeve/eve/issues/1085 | [] | zhangtemplar | 13 |
Lightning-AI/LitServe | api | 54 | auto accelerator for JAX | Creating this issue to refer for implementing auto accelerator for JAX users.
The thing is that we need to be opinionated about how other frameworks decide to support devices and what devices they support. So the semantics of `auto` will need to be framework-specific.
For instance with JAX you ca... | open | 2024-04-22T15:38:12Z | 2024-04-22T15:38:12Z | https://github.com/Lightning-AI/LitServe/issues/54 | [] | aniketmaurya | 0 |
pytorch/pytorch | deep-learning | 149,448 | Hook up StaticCudaLauncher to torch.compile | closed | 2025-03-18T22:02:00Z | 2025-03-20T19:42:14Z | https://github.com/pytorch/pytorch/issues/149448 | [
"triaged"
] | jamesjwu | 0 | |
xinntao/Real-ESRGAN | pytorch | 470 | local variable 'img_bytes' referenced before assignment | Hi, I'm new to programming, and maybe this problem is simple to solve. When running training with a single GPU:
!python reals great/train.py -opt options/train_realesrnet_x4plus.yml --debug
I get the following error:
Disable distributed.
Path already exists. Rename it to /content/Real-ESRGAN/experiments/deb... | open | 2022-10-16T05:02:32Z | 2022-11-12T13:25:00Z | https://github.com/xinntao/Real-ESRGAN/issues/470 | [] | heraldob | 1 |
brightmart/text_classification | tensorflow | 54 | p4_zhihu_load_data | Can not find this file under the folder. | closed | 2018-05-20T07:23:15Z | 2018-05-25T16:03:50Z | https://github.com/brightmart/text_classification/issues/54 | [] | WT2018 | 1 |
plotly/plotly.py | plotly | 4,918 | Ukrainian map issue | Hello. According to the official data of the United Nations and to the Constitution of Ukraine, Crimea is an inherent part of Ukraine, but on one of your maps Crimea belongs to Russia. This is disrespectful to Ukrainians and the residents of Crimea. #RussiaIsATerroristState.
https://en.wikipedia.org/wiki/Annexation_of_... | closed | 2024-11-29T09:56:34Z | 2024-11-29T10:02:37Z | https://github.com/plotly/plotly.py/issues/4918 | [] | Roman-BodnarSHI11 | 0 |
christabor/flask_jsondash | plotly | 130 | Grab preview data from pane (or in-memory) when reloading preview | For performance, it would be better to take the currently loaded data when using the preview button, and using that for the active panel, instead of loading a second time when updating the chart.
| open | 2017-06-27T21:01:51Z | 2017-06-27T21:01:51Z | https://github.com/christabor/flask_jsondash/issues/130 | [
"performance"
] | christabor | 0 |
hpcaitech/ColossalAI | deep-learning | 6,241 | AI Agent 中文技术交流群 |  | closed | 2025-03-10T14:21:21Z | 2025-03-11T06:23:48Z | https://github.com/hpcaitech/ColossalAI/issues/6241 | [] | aiqubits | 1 |
streamlit/streamlit | python | 9,929 | Sync `st.data_editor` to a database | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
I use st.data_editor to connect the data to the table in my database, num_rows="dynamic", and after deleting ... | open | 2024-11-26T07:53:43Z | 2024-11-27T02:24:05Z | https://github.com/streamlit/streamlit/issues/9929 | [
"type:enhancement",
"feature:st.data_editor",
"feature:connections"
] | dtiosd | 3 |
pyeve/eve | flask | 891 | Minimal sample fails to run without MongoDB service | I'm trying Eve 0.6.4 for the first time running the very minimal _people_ application sample from http://python-eve.org/quickstart.html, on Linux with Python 3.5.
I have not configured the sample to use MongoDB.
I have installed MongoDB on my Linux though.
I noticed strange failures.
Here is the sequnce of events out... | closed | 2016-08-04T13:35:32Z | 2018-03-27T09:12:47Z | https://github.com/pyeve/eve/issues/891 | [
"documentation"
] | mloskot | 5 |
pytest-dev/pytest-django | pytest | 301 | How to use test only models | I am trying to test a custom field that I wrote. To do so, I have some models I wrote, just for the test cases. Is it possible to have py.test migrate these models before tests that require them?
| closed | 2015-12-22T00:56:56Z | 2016-06-21T15:41:23Z | https://github.com/pytest-dev/pytest-django/issues/301 | [] | saulshanabrook | 1 |
deepset-ai/haystack | pytorch | 8,650 | Importing one component of a certain family/module leads to importing all components of the same family/module | **Describe the bug**
Importing one component type (e.g. `OpenAIGenerator`) leads to importing all types of the same family/module (e.g. `haystack.generators`). This causes increased pipeline loading times and can cause dependency issues (e.g. cyclic dependencies, dead locks while concurrent loading, etc.) whereas ofte... | closed | 2024-12-17T12:12:03Z | 2025-02-17T07:50:27Z | https://github.com/deepset-ai/haystack/issues/8650 | [
"P2"
] | tstadel | 0 |
bauerji/flask-pydantic | pydantic | 87 | CI failure for Python3.8 and above | looks like our CI is failing for python3.8 and above, I will investigate this and get it fixed ASAP.
<img width="1019" alt="Screenshot 2024-02-07 at 11 08 08 am" src="https://github.com/bauerji/flask-pydantic/assets/69774548/1c1189cd-f419-4b67-8922-95b2b23cd209">
| open | 2024-02-07T00:09:11Z | 2024-02-07T00:09:11Z | https://github.com/bauerji/flask-pydantic/issues/87 | [] | yctomwang | 0 |
google-research/bert | tensorflow | 1,390 | Hi | open | 2023-09-16T11:36:40Z | 2023-09-29T15:55:09Z | https://github.com/google-research/bert/issues/1390 | [] | drosenbluth | 1 | |
polarsource/polar | fastapi | 4,604 | AssertionError | Sentry Issue: [SERVER-21C](https://polar-sh.sentry.io/issues/6119199851/?referrer=github_integration)
```
AssertionError:
(23 additional frame(s) were not displayed)
...
File "polar/kit/routing.py", line 38, in wrapped_endpoint
response = await endpoint(*args, **kwargs)
File "polar/kit/routing.py", line 38, i... | closed | 2024-12-08T07:18:13Z | 2024-12-09T08:04:32Z | https://github.com/polarsource/polar/issues/4604 | [] | sentry-io[bot] | 0 |
huggingface/datasets | deep-learning | 6,650 | AttributeError: 'InMemoryTable' object has no attribute '_batches' | ### Describe the bug
```
Traceback (most recent call last):
File "finetune.py", line 103, in <module>
main(args)
File "finetune.py", line 45, in main
data_tokenized = data.map(partial(funcs.tokenize_function, tokenizer,
File "/opt/conda/envs/ptca/lib/python3.8/site-packages/datasets/dataset_dict.... | open | 2024-02-08T17:11:26Z | 2024-02-21T00:34:41Z | https://github.com/huggingface/datasets/issues/6650 | [] | matsuobasho | 3 |
statsmodels/statsmodels | data-science | 9,004 | Maint: nonempty `statsmodels\__init__.py` | `statsmodels\__init__.py` now loads pandas and patsy, and all their non-lazy dependencies
the reason is a pandas 2.x compat fix in patsy
`from statsmodels.compat.patsy import monkey_patch_cat_dtype`
(I only looked at it because `import statsmodels` took much longer than expected)
Not a big problem (avoidi... | open | 2023-09-19T16:03:05Z | 2023-09-19T16:03:05Z | https://github.com/statsmodels/statsmodels/issues/9004 | [
"maintenance"
] | josef-pkt | 0 |
strawberry-graphql/strawberry | asyncio | 3,735 | Permissions on types | I was thinking about having the following two options:
1. Permissions on types
2. Default field permissions on types
Not sure if we need both, worth investigating for sure.
## Permission on types
Something like this:
```python
import strawberry
@strawberry.type(permission_classes=[AdminOnly, CurrentUser])
class U... | open | 2024-12-22T17:13:47Z | 2024-12-26T20:42:47Z | https://github.com/strawberry-graphql/strawberry/issues/3735 | [] | patrick91 | 1 |
vitalik/django-ninja | pydantic | 487 | Personalize and securize Redoc Page | Hello!
I'm trying to customize the Swagger/REDOC documenter a bit.
Is there a way to change the favicon displayed in the REDOC/Swagger documenter, without doing a complete override of templates/ninja/swagger.html|redoc.html ?
Swagger, in conjunction with the rest_famework package, can be configured to not allow ... | closed | 2022-06-28T10:29:41Z | 2022-06-30T08:59:56Z | https://github.com/vitalik/django-ninja/issues/487 | [] | JFeldaca | 3 |
aiortc/aioquic | asyncio | 69 | aioquic 0.8.6 build error under Win10/Python3.8 |
```
building 'aioquic._crypto' extension
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.24.28314\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Python38\include -IC:\Python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC... | closed | 2020-03-23T16:05:33Z | 2020-03-25T00:21:48Z | https://github.com/aiortc/aioquic/issues/69 | [] | honglei | 5 |
iperov/DeepFaceLab | deep-learning | 5,235 | Issue during running 6) train SAEHD.bat | Hi guys, I have ran into this issue during running 6) train SAEHD.bat. Please help me. Im using DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier btw.
```
=============== Model Summary ===============
== ==
== Model name: new_SAEHD ==
== ... | closed | 2021-01-07T01:16:40Z | 2021-01-08T05:42:09Z | https://github.com/iperov/DeepFaceLab/issues/5235 | [] | gyloh9210 | 3 |
deepinsight/insightface | pytorch | 2,108 | 如何制作自己的数据集呢 | 想用自己的数据集做训练,如何制作自己的数据集呢? | closed | 2022-09-17T10:24:07Z | 2022-09-19T07:26:46Z | https://github.com/deepinsight/insightface/issues/2108 | [] | alexiycv | 0 |
indico/indico | flask | 6,449 | *[Indico] New abstract comment* too generic subject for email message | https://github.com/indico/indico/blob/5167d8c065e04ca468764babeffd9f5287a3af60/indico/modules/events/abstracts/templates/emails/comment.html#L3
Looking through the inbox, it’d be nice to have the conference name and the abstract title the comment is on. | closed | 2024-07-20T10:39:05Z | 2025-03-18T16:54:15Z | https://github.com/indico/indico/issues/6449 | [] | paulmenzel | 1 |
plotly/dash | data-science | 2,917 | When using keyword arguments in a background callback with Celery, no_update does not work | **Describe your context**
```
dash 2.17.1
dash-ag-grid 2.4.0
dash-auth-external 1.2.1
dash-auth0-oauth 0.1.5
dash-bootstrap-components 1.6.0
dash-core-components 2.0.0
dash-cytoscape 1.0.0
dash-extensions 0.0.71
dash-html-components ... | open | 2024-07-09T09:49:24Z | 2024-08-13T19:54:35Z | https://github.com/plotly/dash/issues/2917 | [
"bug",
"P3"
] | JeongMinSik | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,342 | you cannot reuse the ChromeOptions object | Greetings!
at first, i would thank you dear **Leon** for this python library.
i don't know how i can to reuse and run the `user_data_directory` of a created chrome profile multiple times in `undetected-chromedriver` !?
when i want to reuse the created profile, i got error `you cannot reuse the ChromeOptions object`.... | closed | 2023-06-13T03:39:09Z | 2024-06-19T14:18:04Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1342 | [] | alimp5 | 5 |
yuka-friends/Windrecorder | streamlit | 24 | feat: 添加可调整录制画质的选项 | 现在以小文件体积优先的画质规格对于一比一录制 4k 显示器画面来说有些拉跨也不够用,希望能添加可配置调整预期画质的选项,以覆盖更多用户个性化需求:【低画质-有大概画面瞅瞅就够用】、【高画质-存储容量不是问题,希望有更清晰的素材回忆被记录】 | closed | 2023-11-05T16:24:07Z | 2024-01-31T15:38:18Z | https://github.com/yuka-friends/Windrecorder/issues/24 | [
"enhancement",
"P1"
] | Antonoko | 0 |
nvbn/thefuck | python | 651 | Ubuntu 17.04 normal installation does not work | If I install python for pip3, then install with `pip3 install --user thefuck`, the binary is placed into an unknown location outside of my path.
If I run `sudo pip3 install thefuck`, it installs it as expected, but then it's also installed globally.
I believe this relates to #650 and #646 | closed | 2017-05-25T18:33:00Z | 2017-05-29T08:18:57Z | https://github.com/nvbn/thefuck/issues/651 | [] | grepsedawk | 2 |
localstack/localstack | python | 11,982 | feature request: Batch of ECS FargateContainer doesn't pass the secrets to environment variables | ### Is there an existing issue for this?
- [X] I have searched the existing issues
- #8492
- But, the different thing is this Issue is for Aws Batch.
### Feature description
Job Definition is setting with EcsFargateContainerDefinition.
The option of EcsFargateContainerDefinitionProp environment is passed to... | closed | 2024-12-04T02:11:05Z | 2024-12-04T03:09:08Z | https://github.com/localstack/localstack/issues/11982 | [
"status: triage needed",
"type: feature"
] | BrianKim-git | 2 |
viewflow/viewflow | django | 448 | Please cut a new release for 2.1.1 | Pypi now has `django-viewflow-2.1.1` but no changelog is available in the release page of the project.
Please prepare and publish a new release on github to properly identify changes.
Publishing new pypi releases without equivalent releases in github is widely regarded as a security risk as the unreviewed code pu... | closed | 2024-06-19T17:47:52Z | 2024-06-25T15:35:56Z | https://github.com/viewflow/viewflow/issues/448 | [
"request/enhancement"
] | jsenecal | 5 |
streamlit/streamlit | streamlit | 9,977 | Add a min_selections parameter to st.multiselect | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
I wanted to do a st.multiselect where users could select up to (and only) 2. I checked the [API Reference](ht... | open | 2024-12-09T04:17:42Z | 2024-12-20T14:46:44Z | https://github.com/streamlit/streamlit/issues/9977 | [
"type:enhancement",
"feature:st.multiselect"
] | Unknownuserfrommars | 3 |
matplotlib/mplfinance | matplotlib | 435 | Bug Report: Issues with EMAs | **Describe the bug**
all the other emas work well but as soon as I use the 200ema, its very incorrect. Not sure what is happening. Pasted my code and examples of mine and TOS charts below 200ema is the dark brown line above vwap in my mlpchart and in TOS is the dark brown line lowest to all the others.
``` python
... | closed | 2021-08-17T19:32:16Z | 2022-11-01T01:18:52Z | https://github.com/matplotlib/mplfinance/issues/435 | [
"question"
] | mmoheeka | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 474 | [HELP WANTED]: Using Perplexity Pro API key | ### Issue description
I have a Perplexity Pro subscription and I generated API keys. When I use this key in the secrets.yaml file, the bot runs but it doesn't apply the job. It just discards the application and throws an error "Invalid API key"
Do you guys have any idea how we could fix this issue?
### Specif... | closed | 2024-10-04T19:52:11Z | 2024-11-05T16:26:27Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/474 | [
"help wanted"
] | sitharavs | 3 |
TencentARC/GFPGAN | pytorch | 99 | 保存模型出现错误 Save the latest model calculate_psnr() missing 1 required positional argument: 'img' | 我在训练完成 保存模型时出现了一点问题 有没有大哥救救我
2021-11-16 06:22:08,277 INFO: Save the latest model.
0%| | 0/1 [00:00<?, ?image/s]Traceback (most recent call last):
File "gfpgan/train.py", line 11, in <module>
tr... | open | 2021-11-16T09:51:57Z | 2021-12-21T11:08:03Z | https://github.com/TencentARC/GFPGAN/issues/99 | [] | xsmbb | 2 |
joouha/euporie | jupyter | 125 | How to automatically close bracket using Vim keybindings? | Hi,
Thanks for making such a wonderful tool! I was just wondering whether it was possible to automatically close brackets once they are opened. I am using Vim keybindings.
Thanks so much! | closed | 2025-01-13T22:46:11Z | 2025-01-15T12:14:08Z | https://github.com/joouha/euporie/issues/125 | [] | arjun-shanmugam | 1 |
python-restx/flask-restx | api | 96 | CSRF token support in Swagger UI is broken | I'm using flask-jwt-extended for JWT handling and enabled CSRF protection.
### **Code**
*app.py*
```python
from flask_restx import Api, Resource
from flask import Flask, Blueprint
from flask_jwt_extended import JWTManager
from flask_cors import CORS
app = Flask(__name__)
CORS(app, resources={r"/*": {"origi... | open | 2020-03-20T11:00:57Z | 2020-10-13T08:54:40Z | https://github.com/python-restx/flask-restx/issues/96 | [
"bug"
] | andreixk | 3 |
PokeAPI/pokeapi | api | 283 | Some pokemon seem to be missing (ie. Giratina, Basculin) Update: Slightly misleading title, read description | I don't know all of them that are missing, but I know for a fact Giratina is missing. It's quite an old pokemon. Some of the multiple form pokemon are missing as well.
Deoxys is missing as well ._.
Update: deoxys found through id | closed | 2017-02-18T17:49:09Z | 2017-06-12T12:51:54Z | https://github.com/PokeAPI/pokeapi/issues/283 | [] | MeLikeChoco | 2 |
pytest-dev/pytest-selenium | pytest | 200 | firefox_options fixture does nothing | I set the following in `conftest.py`
```python
@pytest.fixture
def firefox_options(firefox_options):
"""Set additional firefox options in the fixture.
"""
firefox_options.set_preference('geo.enabled', 'false')
return firefox_options
```
But when the tests run, this option is still set to tr... | closed | 2018-10-18T04:16:21Z | 2018-10-18T04:35:13Z | https://github.com/pytest-dev/pytest-selenium/issues/200 | [] | hasufell | 1 |
gevent/gevent | asyncio | 2,067 | gevent.util.clear_stack_frames raises AttributeError in CPython 3.13 | * gevent version: 24.10.2 (installed from pip)
* Python version: cPython 3.13.0 downloaded from python.org
* Operating System: macOS-14.7-x86_64-i386-64bit-Mach-O (from `platform.platform()`)
### Description:
I'm updating a closed source tool to support CPython 3.13, and an integration test failed with the foll... | closed | 2024-10-11T15:51:37Z | 2024-10-11T16:10:53Z | https://github.com/gevent/gevent/issues/2067 | [] | contrast-jproberts | 0 |
sinaptik-ai/pandas-ai | pandas | 964 | Unable to use agent.rephrase_query(query) or agent.clarification_questions(query) in using GoogleGemini | ### System Info
OS: Linux
Python version: 3.10.13
pandasai.__version__ = '1.5.19' with google-ai extra
I am running the code on vertex ai notebook. I am able to use agent.chat but I am Unable to use agent.rephrase_query(query) or agent.clarification_questions(query) in using GoogleGemini
### 🐛 Describe th... | closed | 2024-02-28T10:29:54Z | 2024-03-15T16:19:25Z | https://github.com/sinaptik-ai/pandas-ai/issues/964 | [] | Alfin72 | 0 |
dask/dask | pandas | 11,363 | order: not optimal scheduling for patterns where we slice subsets into 2 different datasets and then combine them again | [stackstac-order.pdf](https://github.com/user-attachments/files/16839383/stackstac-order.pdf)
[stackstac-cpath.pdf](https://github.com/user-attachments/files/16839384/stackstac-cpath.pdf)
[stackstac-pressure.pdf](https://github.com/user-attachments/files/16839385/stackstac-pressure.pdf)
This is based on a stacks... | open | 2024-09-02T15:39:26Z | 2025-03-10T01:51:08Z | https://github.com/dask/dask/issues/11363 | [
"needs attention",
"dask-order"
] | phofl | 1 |
aminalaee/sqladmin | asyncio | 718 | Hashing strategy for the fields such as password in the creation of a new row | I was wondering if there would be a possibility to enforce a hashing strategy before adding a new row to a model such as the User and a specific field like the password.
Here's my admin user model:
```python
class UserAdmin(ModelView, model=models.User):
column_list = [
models.User.id,
mod... | closed | 2024-02-23T12:06:21Z | 2024-02-24T10:29:49Z | https://github.com/aminalaee/sqladmin/issues/718 | [] | agn-7 | 2 |
ymcui/Chinese-BERT-wwm | tensorflow | 30 | 如何移除训练用的变量 | 当继续进行预训练后,模型保存的checkpoint有1.2G左右,其中包含大量反向传播用的node,而在微调的时候是用不到这些变量的,如何去除这些node,让模型大小保持在400M左右。我只搜到了freeze_graph工具,但这样模型就不能继续训练了。想问下你们是怎么做的?谢谢!🙏 | closed | 2019-08-16T08:24:52Z | 2019-08-16T10:09:15Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/30 | [] | stevewyl | 1 |
dask/dask | pandas | 11,583 | chained ufuncs seem not to call any graph optimization | From my understanding of dask arrays, there are several ways to chain mathematical operations, including ufuncs and `map_blocks`.
Timing these operations yields the following results:
### 1. ufuncs:
**Without 'manual' graph optimization**
```python
import dask.array as da
array = da.random.random((10, 1... | closed | 2024-12-05T14:15:20Z | 2024-12-17T20:28:34Z | https://github.com/dask/dask/issues/11583 | [
"needs triage"
] | louisletoumelin | 1 |
pytorch/pytorch | machine-learning | 149,256 | Broken link | ### 📚 The doc issue
https://pytorch.org/docs/stable/distributed.checkpoint.html
<img width="515" alt="Image" src="https://github.com/user-attachments/assets/5a59211d-c138-4bc2-9fc8-f020d11b15b9" />
I think that the torchtitan link should be: https://github.com/pytorch/torchtitan/blob/main/torchtitan/components/chec... | closed | 2025-03-15T15:14:38Z | 2025-03-17T18:13:16Z | https://github.com/pytorch/pytorch/issues/149256 | [
"module: docs",
"triaged"
] | felipemello1 | 1 |
gee-community/geemap | streamlit | 604 | Could not convert the geojson to ee.Geometry() | I am getting an “Invalid GeoJSON geometry” error when running geojson_to_ee. I am able to display it locally using ipyleaflet GeoJSON and I displayed the polygons and checked geometry in QGIS. orginfo reports that it is a 3D Multi Polygon. I’m running this on Ubuntu 20.04 with version 0.8.18 of geemap and Python 3.8.8.... | closed | 2021-07-28T14:49:07Z | 2021-07-28T17:09:32Z | https://github.com/gee-community/geemap/issues/604 | [
"bug"
] | nedhorning | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 416 | 一些困惑 | 你好,
我对/pytorch_classification/train_multi_GPU/train_multi_gpu_using_launch.py文件的101行不是很理解,为什么初始化权重不一致?
非常感谢! | closed | 2021-12-06T06:34:51Z | 2021-12-09T07:08:42Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/416 | [] | leileilin | 6 |
iMerica/dj-rest-auth | rest-api | 102 | problem with email verification on login | A user can have multiple email addresses. It does not seem to validate correctly if the user is accessed with an email other than `user.email`.
https://github.com/jazzband/dj-rest-auth/blob/master/dj_rest_auth/serializers.py#L110
This code validates `user.email`, but it should be the following code Isn't it?
... | open | 2020-06-25T21:34:40Z | 2020-06-25T21:34:40Z | https://github.com/iMerica/dj-rest-auth/issues/102 | [] | ghost | 0 |
recommenders-team/recommenders | data-science | 1,960 | [ASK] Remove deprecated Python settings from devcontainers.json | ### Description
<!--- Describe your general ask in detail -->
Hi there!
I'm a PM for Python in VS Code, and I notice some of the Python extension's `python.linting` and `python.formatting` settings are being used in this repo's devcontainer.json file. These settings have been deprecated as in the latest Python exten... | closed | 2023-07-21T22:59:38Z | 2024-12-27T06:33:59Z | https://github.com/recommenders-team/recommenders/issues/1960 | [
"help wanted"
] | luabud | 1 |
jupyter/nbgrader | jupyter | 1,219 | Skipping unknown notebooks when autograding. | ### Operating system
Centos or Scientific Linux, I forget which. (Campus IT installation)
### `nbgrader --version`
```
$ nbgrader --version
Python version 3.7.1 (default, Dec 7 2018, 14:23:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
nbgrader version 0.5.4
```
### Expected behavior
I expect `nbgra... | closed | 2019-09-13T18:23:41Z | 2019-11-02T11:43:13Z | https://github.com/jupyter/nbgrader/issues/1219 | [
"question"
] | davis68 | 1 |
tqdm/tqdm | jupyter | 1,100 | multiple lines when printing into a file from console | - [x] I have marked all applicable categories:
+ [x] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating system and
environment, where appli... | closed | 2020-12-20T10:52:11Z | 2021-01-31T11:10:03Z | https://github.com/tqdm/tqdm/issues/1100 | [
"duplicate 🗐",
"question/docs ‽"
] | jajupmochi | 3 |
sgl-project/sglang | pytorch | 3,825 | [Bug] 8xMI300X DeepSeek v3/R1 takes 45 mins to download and 1 hour to load shards | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | open | 2025-02-24T18:35:42Z | 2025-03-06T08:48:56Z | https://github.com/sgl-project/sglang/issues/3825 | [] | RonanKMcGovern | 1 |
lepture/authlib | flask | 156 | create_oauth_request should support JSON payloads out of the box | **Is your feature request related to a problem? Please describe.**
The flask and Django helpers both take `use_json` in `create_oauth_request`, but this flag is never used in the integration code itself, causing developers to have to build the request object manually if the endpoint accepts JSON.
I'm porting ove... | closed | 2019-10-16T20:00:05Z | 2020-07-22T05:00:53Z | https://github.com/lepture/authlib/issues/156 | [] | mmattax | 3 |
yzhao062/pyod | data-science | 341 | auto parameter in LOF | I was trying to use PYOD with LOF, but I noticed I can't use the 'auto' parameter as in scikit-learn library for contamination parameter.
Is there any idea of updating the for the newest version of scikit learn? | open | 2021-09-22T20:51:32Z | 2021-09-22T20:51:32Z | https://github.com/yzhao062/pyod/issues/341 | [] | cesarofuchi | 0 |
seleniumbase/SeleniumBase | web-scraping | 2,114 | UC Mode detected if using an authenticated proxy in headless mode on Chrome 117+ | ## UC Mode slow to start and detected if using an authenticated proxy in headless mode on Chrome 117+
As the title suggests, a lot of things need to happen for this issue to happen.
| closed | 2023-09-15T13:42:55Z | 2023-09-15T16:16:19Z | https://github.com/seleniumbase/SeleniumBase/issues/2114 | [
"bug",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
gradio-app/gradio | data-science | 10,545 | Autoscroll for streaming textbox fails | ### Describe the bug
My multi-tabbed app uses multiple Textboxes, one of them to show app logs.
As per the doc, the textbox should always go to the bottom, but that's not true when you switch from one tab to another.
From some reason, I cannot reproduce as easily without these tabs.
On Chrome the problem appears after... | open | 2025-02-07T20:07:06Z | 2025-02-07T20:08:31Z | https://github.com/gradio-app/gradio/issues/10545 | [
"bug"
] | easyfacelab | 0 |
tensorflow/tensor2tensor | deep-learning | 994 | File system scheme 'http' not implemented | ### Description
When I tried to run the example about the EN-DE translation, I obtained this error
tensorflow.python.framework.errors_impl.UnimplementedError: File system scheme 'http' not implemented (file: 'http://www.statmt.org/wmt13/training-parallel-commoncrawl.tgz')
### Environment information
```
OS: ... | open | 2018-08-14T10:28:11Z | 2022-05-26T08:30:04Z | https://github.com/tensorflow/tensor2tensor/issues/994 | [] | wanzysky | 5 |
MilesCranmer/PySR | scikit-learn | 332 | [BUG]: got error:Process finished with exit code -1073741819 (0xC0000005) | ### What happened?
Hi, I have successfully installed pysr.But when i run the demo in README, i got an error:
### Version
0.12.3
### Operating System
Windows
### Package Manager
Conda
### Interface
Other (specify below)
### Relevant log output
```shell
process finished with exit code -1073741819 (0xC0000005)
... | closed | 2023-05-16T09:28:59Z | 2023-05-17T12:26:26Z | https://github.com/MilesCranmer/PySR/issues/332 | [
"bug"
] | leochen1234321 | 7 |
opengeos/leafmap | streamlit | 662 | .edit_vector's behavior is wired | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.30.1
- solara: 1.25.1
- Python version: 3.11.3
- Operating System: MacOS. 13.6.3
### Description
- A widget for the user to select polygon from a list to edit,
- however, after a... | closed | 2024-01-18T14:05:45Z | 2024-01-23T17:57:57Z | https://github.com/opengeos/leafmap/issues/662 | [
"bug"
] | suredream | 9 |
jupyterhub/repo2docker | jupyter | 634 | Adding my own content provider | Hi,
Was wondering if I can load content from a non-github repo dynamically? Should I be creating a new content provider to do this? If so, does that mean I need to update all the dependency files with any needed packages, or can these be loaded dynamically at runtime?
| closed | 2019-04-02T19:38:55Z | 2019-04-11T10:14:58Z | https://github.com/jupyterhub/repo2docker/issues/634 | [] | shibbas | 6 |
deepfakes/faceswap | deep-learning | 1,328 | AssertionError in setup.py | *Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum)
or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without
response.*
**Crash reports MUST be included when reporting bugs.**
**Describe the bug... | closed | 2023-06-30T18:41:09Z | 2023-06-30T21:16:03Z | https://github.com/deepfakes/faceswap/issues/1328 | [] | meerfrau | 1 |
iMerica/dj-rest-auth | rest-api | 516 | String indices must be integers (Google Login) | When trying log in with google with Django version 4.1.5 and Python 3.10 it Always gives this error,
| open | 2023-06-16T16:58:08Z | 2023-07-12T11:41:36Z | https://github.com/iMerica/dj-rest-auth/issues/516 | [] | kmemonahmed | 2 |
huggingface/transformers | tensorflow | 36,646 | Hybrid models | ### Feature request
HymbaForCausalLM
### Motivation
Hybrid models not supported:
Support:
[Hymba](https://developer.nvidia.com/blog/hymba-hybrid-head-architecture-boosts-small-language-model-performance/)
A hybrid attention mechanism combining local sliding window attention and global attention.
Grouped-query attent... | open | 2025-03-11T11:50:36Z | 2025-03-11T11:50:36Z | https://github.com/huggingface/transformers/issues/36646 | [
"Feature request"
] | johnnynunez | 0 |
miguelgrinberg/Flask-SocketIO | flask | 932 | Dynamically updating data from a sqlite database in a flask web page. | I have the following flask application :
```
from flask import Flask, render_template
from flask_socketio import SocketIO, emit
import sqlite3
app = Flask(__name__)
socketio = SocketIO(app)
@app.route("/")
def home():
return render_template("index.html")
@socketio.on("connect", namespace="/test")
... | closed | 2019-03-24T10:12:12Z | 2019-06-30T15:09:26Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/932 | [
"question"
] | UltraInstinct05 | 3 |
donnemartin/data-science-ipython-notebooks | tensorflow | 83 | Update the CNN notebook using the latest TensorFlow version | I want to update [this](https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/3_neural_networks/convolutional_network.ipynb) notebook using the latest TensorFlow version 2.4.1.
Please assign this issue to me. | open | 2021-04-26T04:37:35Z | 2023-03-16T10:41:21Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/83 | [
"needs-review"
] | vi-hna-ja | 0 |
aimhubio/aim | data-visualization | 3,266 | Run artifact_uri should return None if not set | ## 🚀 Feature
If I do `run.artifact_uri` should return `None` if `run.set_artifact_uri(...)` has not been set yet.
### Motivation
I'd like to check whether a run's `artifact_uri` has been set yet or not, so as to know programatically whether it needs to be set or whether it's safe to run `run.log_artifact(..... | closed | 2024-12-09T22:57:21Z | 2024-12-18T15:47:18Z | https://github.com/aimhubio/aim/issues/3266 | [
"type / enhancement"
] | sbatchelder | 2 |
plotly/dash-core-components | dash | 658 | [BUG] bWLwgP.css breaks dcc.DatePickerSingle | **Describe your context**
```
dash 1.3.0
dash-core-components 1.2.0
dash-html-components 1.0.1
dash-renderer 1.1.0
dash-table 4.3.0
```
- OS: macOS 10.14.6
- Browser Chrome
- Version 76.0.3809.132
**Describe the bug**
The external stylesheet used in m... | closed | 2019-09-19T14:31:44Z | 2019-10-04T00:38:13Z | https://github.com/plotly/dash-core-components/issues/658 | [] | akbo | 7 |
horovod/horovod | pytorch | 3,770 | How to install on Slurm based systems? | I am trying to install Horovod on a SLURM system. You generally load modules, I can't figure out which modules should be loaded. There is no official manual for SLURM systems.
List of modules loaded
```
module load cmake/3.24.2
module load CUDA/11.7
module load compiler/gnu/12/1.0
```
The `LD_Library_path` lo... | closed | 2022-11-16T11:58:38Z | 2022-11-16T12:56:24Z | https://github.com/horovod/horovod/issues/3770 | [] | praksharma | 0 |
sktime/pytorch-forecasting | pandas | 1,312 | Custom Value Transformation for Normalizers | - PyTorch-Forecasting version: 1.0.0
- PyTorch version: 2.0.1
- Python version: 3.10.11
- Operating System: Ubuntu 20.04.6 LTS
What's the difference between forward,reverse,inverse,inverse_troch for the transformations? I'm trying to make a custom sigmoid/softmax transformation and I don't understand why there ar... | open | 2023-05-25T17:01:08Z | 2023-05-25T17:23:35Z | https://github.com/sktime/pytorch-forecasting/issues/1312 | [] | Nephdz | 0 |
xlwings/xlwings | automation | 1,895 | Python COM Server, hr = -2147221164 1000 | #### OS (e.g. Windows 10 or macOS Sierra)
Windows10
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings: 0.27.5
Excel: Microsoft Office Professional Plus 2013 (64-bit)
Python: 3.10.4
#### Describe your issue (incl. Traceback!)
Followed by #1774
- RunPython works fine
... | closed | 2022-04-14T04:07:15Z | 2022-04-25T15:45:37Z | https://github.com/xlwings/xlwings/issues/1895 | [] | meenmo | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.