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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
vllm-project/vllm | pytorch | 15,131 | [Usage]: relationship between embedding size and vocab_size | ### Your current environment
```text
The output of `python collect_env.py`
```
### How would you like to use vllm
I’ve noticed that the embedding size is always smaller than the vocab_size. Additionally, sometimes the `prompt_token_ids` are larger than the embedding size. Is there a way to map the embedding vector... | open | 2025-03-19T14:02:44Z | 2025-03-24T17:09:09Z | https://github.com/vllm-project/vllm/issues/15131 | [
"usage"
] | Happy2Git | 12 |
miLibris/flask-rest-jsonapi | sqlalchemy | 164 | Return different fields based on user permissions | Is it possible to change the fields that can be returned/updated based on the permissions of the logged in user? | open | 2019-06-24T14:45:25Z | 2019-06-24T14:45:25Z | https://github.com/miLibris/flask-rest-jsonapi/issues/164 | [] | cglace | 0 |
pyeve/eve | flask | 1,260 | Eve package should be distributed as a python wheel | it's 2019 already | closed | 2019-04-11T08:19:30Z | 2019-04-11T08:21:00Z | https://github.com/pyeve/eve/issues/1260 | [] | nicolaiarocci | 0 |
randyzwitch/streamlit-folium | streamlit | 78 | Feature Request : Don't generate new data on double Click | is there a way to disable generating new variable when a user Double click for Zooming ? | closed | 2022-07-13T10:27:38Z | 2024-10-28T17:54:35Z | https://github.com/randyzwitch/streamlit-folium/issues/78 | [
"enhancement"
] | djouallah | 6 |
MemeMeow-Studio/MemeMeow | streamlit | 39 | 开源API与模块化 | 现在项目存在着闭源api,而开源版本则是采用streamlit。现在,我正在开发基于fastapi的[开源版本api](https://github.com/fQwQf/VVQuest/tree/dev)。问题在于,这与目前的streamlit直接调用服务可以说在前端是完全不同的两条技术路径。似乎有必要将使用streamlit的版本和api版本分别放在两个仓库中。但这也意味着后端也应该放入单独的仓库。或者也可以让streamlit和fastapi同时运行——但是我不喜欢这样。
因此,或许应该考虑将不同模块放入单独的仓库,并创建一个github organisation存放这些仓库。 | open | 2025-02-23T16:51:20Z | 2025-02-23T17:27:06Z | https://github.com/MemeMeow-Studio/MemeMeow/issues/39 | [
"discussion / 讨论"
] | fQwQf | 1 |
simple-login/app | flask | 1,209 | Add the same security measures to domains. | @nguyenkims is it possible to also add DNSSEC, CAA records, MTA-STS, and TLS-RPT to the following domains?
- simplelogin.com
- ale***.com
- 8sh****.net
- 8al***.com
- dral***.com | open | 2022-08-02T02:47:25Z | 2023-12-26T08:43:00Z | https://github.com/simple-login/app/issues/1209 | [] | c0nfigurati0n | 6 |
graphql-python/graphql-core | graphql | 102 | Let default_field_resolver check "typing.Mapping" instead of the more restrictive "dict" | # Feature requests
The current `default_field_resolver` checks against instances of `dict` specifically to decide whether to use `get` or `getattr` to access the field on the `source`. Checking against [typing.Mapping](https://docs.python.org/3.6/library/typing.html#typing.Mapping) would be more flexible, allowing, ... | closed | 2020-08-07T04:22:27Z | 2020-08-10T02:41:44Z | https://github.com/graphql-python/graphql-core/issues/102 | [] | jstlaurent | 4 |
huggingface/transformers | tensorflow | 36,187 | Recent Qwen2VL merge request (#35837) break compatibility with DeepSpeed | The recent merge request (#35837) works with accelerate but breaks with DeepSpeed (w/ and w/o deepspeed config)
- distributed_type: MULTI_GPU (work)
- distributed_type: DEEPSPEED (no longer works)
To be more precise the issue lies in this section: https://github.com/huggingface/transformers/blob/main/src/transformer... | closed | 2025-02-14T00:25:37Z | 2025-02-18T19:30:12Z | https://github.com/huggingface/transformers/issues/36187 | [] | ArdalanM | 3 |
huggingface/transformers | deep-learning | 35,990 | Transformers PaliGemma evaluate and compute_loss fail with tensors/device errors | ### System Info
My versions are:
```
Python Version: 3.12.7 | packaged by conda-forge | (main, Oct 4 2024, 16:05:46) [GCC 13.3.0]
Torch Version: 2.5.1+cu124
CUDA Available: True
CUDA Device Count: 2
GPU Name: NVIDIA GeForce RTX 3090
Transformers Version: 4.48.1
Tokenizers Version: 0.21.0
Accelerate Version: 1.3.0
`... | closed | 2025-01-31T12:48:43Z | 2025-02-13T15:24:29Z | https://github.com/huggingface/transformers/issues/35990 | [
"bug",
"Cache"
] | BlGene | 13 |
huggingface/datasets | tensorflow | 7,102 | Slow iteration speeds when using IterableDataset.shuffle with load_dataset(data_files=..., streaming=True) | ### Describe the bug
When I load a dataset from a number of arrow files, as in:
```
random_dataset = load_dataset(
"arrow",
data_files={split: shard_filepaths},
streaming=True,
split=split,
)
```
I'm able to get fast iteration speeds when iterating over the dataset without shuffling.
... | open | 2024-08-14T21:44:44Z | 2024-08-15T16:17:31Z | https://github.com/huggingface/datasets/issues/7102 | [] | lajd | 2 |
voila-dashboards/voila | jupyter | 1,201 | Excel file downloadable in Jupyter notebook but not in voila | Hi I created an ipywidget button that downloads the Excel file with no problem in Jupyter Notebook. However, when I run in voila, it shows Failed-Forbidden error. Please advise.
The code below can be run as it is and should be able to reproduce error I am facing.
```python
import ipywidgets
import numpy as np... | closed | 2022-09-16T21:11:40Z | 2022-09-19T19:10:47Z | https://github.com/voila-dashboards/voila/issues/1201 | [
"bug"
] | curieshicy | 1 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 393 | Other language option - Question before start | Hi there
before I am getting into setting this up I have a question: Readme says:
_LinkedIn language To ensure the bot works, your LinkedIn language must be set to English._
Does that mean this only works for generating applications in english or is this just about the language setting in LinkedIn? Is it possibl... | closed | 2024-09-16T14:05:19Z | 2024-09-25T14:12:57Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/393 | [] | supaeasy | 2 |
PrefectHQ/prefect | data-science | 17,039 | gui shows task run time as 4m 60s instead of 5m | ### Bug summary
gui shows task run time as 4m 60s instead of 5m
### Version info
```Text
Version: 3.1.15
API version: 0.8.4
Python version: 3.12.3
Git commit: 3ac3d548
Built: Thu, Jan 30, 2025 11:31 AM
OS/Arch: linux/x86_64
Profile: local
Server... | open | 2025-02-07T08:50:22Z | 2025-02-11T20:38:09Z | https://github.com/PrefectHQ/prefect/issues/17039 | [
"bug",
"ui"
] | ramelito | 2 |
ultralytics/ultralytics | deep-learning | 19,697 | YOLOv8n validation on DOTA v2.0 dataset | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hello! When I use the YOLOv8n model to save TXT results (predictions_merged_... | open | 2025-03-14T09:51:52Z | 2025-03-14T20:11:45Z | https://github.com/ultralytics/ultralytics/issues/19697 | [
"question",
"detect"
] | HornGate | 2 |
proplot-dev/proplot | matplotlib | 13 | Metric string for subplot width doesn't work | With the most recent commit, trying to set a string width in metric (e.g., "10cm") does not work.
<img width="1227" alt="Screen Shot 2019-03-25 at 11 14 06 PM" src="https://user-images.githubusercontent.com/8881170/54973030-d2430c00-4f53-11e9-854d-c7c5d5e63ac6.png"> | closed | 2019-03-26T05:16:05Z | 2019-09-14T21:22:54Z | https://github.com/proplot-dev/proplot/issues/13 | [
"bug"
] | bradyrx | 2 |
public-apis/public-apis | api | 4,172 | https://github.com/username | Javascript
| open | 2025-03-11T02:00:30Z | 2025-03-17T23:33:10Z | https://github.com/public-apis/public-apis/issues/4172 | [] | yezus122 | 1 |
plotly/plotly.py | plotly | 4,159 | Secondary y issues when dump and load a Figure with Subpplots | In my webapp I'm trying to pass a chart for a fetch js function that allows you to download a report with that same chart.
The problem is that when in the other route I load the json object and try to assemble the chart, the secondary axes stop working correctly. I no longer see the title and axis ticks.
Briefly,... | closed | 2023-04-12T15:46:29Z | 2024-07-11T14:17:09Z | https://github.com/plotly/plotly.py/issues/4159 | [] | barrospt | 1 |
agronholm/anyio | asyncio | 625 | `anyio.open_process` should accept `subprocess.Popen` keywords | ### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
Both trio and asyncio pass any arguments to (their equivalent of) `open_process` which they don't understand to `subprocess.Popen`.
anyio should do that too.
### Use cas... | closed | 2023-10-20T02:37:42Z | 2023-10-20T20:50:11Z | https://github.com/agronholm/anyio/issues/625 | [
"enhancement"
] | smurfix | 2 |
opengeos/leafmap | plotly | 695 | ModuleNotFoundError | <!-- Please search existing issues to avoid creating duplicates. -->
### Description
When I use colab for NASA data visualisation I find that the gdf.explore() function doesn't work!
https://leafmap.org/notebooks/88_nasa_earth_data/?h=nasa
### What I Did
```
error
----------------------------------... | closed | 2024-02-28T03:57:50Z | 2024-03-01T13:20:49Z | https://github.com/opengeos/leafmap/issues/695 | [
"bug"
] | xingguangYan | 2 |
ydataai/ydata-profiling | data-science | 1,197 | Does pandas-profiling work in Jupyter Notebooks on AWS? | Does pandas-profiling work in Jupyter Notebooks on AWS? I understand there are a lot of configuration differences that can lead to issues but whenever I try to produce a profiling report, I get the following errors when I run:
```
profile = ProfileReport(df, 'myreport')
profile.to_file('s3://myfolder/myreport.html... | open | 2022-12-05T18:01:37Z | 2022-12-20T12:12:24Z | https://github.com/ydataai/ydata-profiling/issues/1197 | [
"question/discussion ❓",
"information requested ❔"
] | JohnTravolski | 3 |
developmentseed/lonboard | jupyter | 482 | Chunking issues with Arrow input. | We have some chunking issues with Arrow input because the input _can already have_ chunking structure, and thus `to_batches()` won't work.
## Steps to reproduce the bug
Run the [overture notebook example](https://github.com/developmentseed/lonboard/blob/main/examples/overture-maps.ipynb)
without
```py
tabl... | closed | 2024-04-23T13:46:02Z | 2024-09-24T19:44:25Z | https://github.com/developmentseed/lonboard/issues/482 | [
"bug"
] | kylebarron | 1 |
amidaware/tacticalrmm | django | 1,188 | Windows Update Rework: Todo list consolidating tickets | - Have a TacticalRMM Global Option like: [] Have Tactical RMM manage all Windows Update functions
- Block specific patches agent/site/client
- Agent/Site/Client Button: "Approve patches based on policy now"
- Agent/Site/Client Button: "Approve and install Now"
- Run Updates on offline agents if missed
- Have Updat... | open | 2022-06-24T17:26:41Z | 2024-05-02T08:35:32Z | https://github.com/amidaware/tacticalrmm/issues/1188 | [
"enhancement"
] | silversword411 | 10 |
shibing624/text2vec | nlp | 3 | Collecting text2vec | Collecting text2vec
ERROR: Could not find a version that satisfies the requirement text2vec (from versions: none)
ERROR: No matching distribution found for text2vec | closed | 2019-12-04T13:49:24Z | 2019-12-08T05:42:36Z | https://github.com/shibing624/text2vec/issues/3 | [
"bug"
] | huaji1992 | 1 |
django-cms/django-cms | django | 7,146 | [DOCS] 3.9.0 docs do not explain how to install the tutorial site | <!--
Please fill in each section below, otherwise, your issue will be closed.
This info allows django CMS maintainers to diagnose (and fix!) your issue
as quickly as possible.
-->
The "Templates and Placeholders" section refers to the tutorial site. Is this forked from github, may be?
<!--
If this is a secur... | closed | 2021-10-28T10:16:00Z | 2021-11-04T18:26:44Z | https://github.com/django-cms/django-cms/issues/7146 | [
"component: documentation"
] | sureshvv | 4 |
ets-labs/python-dependency-injector | asyncio | 257 | Fix TravisCI warnings | TravisCI has a couple of warnings:
<img width="1352" alt="Screenshot 2020-06-24 at 21 29 01" src="https://user-images.githubusercontent.com/1742049/85643359-ddf31600-b661-11ea-8a8a-93f8ba5bb87a.png">
Need to fix that. | closed | 2020-06-25T01:30:50Z | 2020-06-30T21:32:45Z | https://github.com/ets-labs/python-dependency-injector/issues/257 | [
"enhancement"
] | rmk135 | 0 |
Asabeneh/30-Days-Of-Python | matplotlib | 307 | No code of conduct and contributing files in the root repo | Both the `code_of_conduct.md and contributing.md file are a most of a project.
The help contributors how the owner/org. want commits to be done and rules to be followed when wanting a pull request.
I can work on them, if assigned to me. | open | 2022-10-01T23:51:48Z | 2022-10-02T12:05:35Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/307 | [] | chemben17 | 1 |
Evil0ctal/Douyin_TikTok_Download_API | api | 323 | [BUG] Could not get douyin data | ***Platform where the error occurred?***
Douyin
***The endpoint where the error occurred?***
API
```
正在解析**douyin**视频链接...
该链接为原始链接,无需转换,原始链接为: https://www.douyin.com/video/6914948781100338440
获取到的**douyin**视频ID是6914948781100338440
正在请求抖音视频API: https://www.douyin.com/aweme/v1/web/aweme/detail/?device_pl... | closed | 2024-02-12T09:40:03Z | 2024-03-26T09:10:26Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/323 | [
"BUG",
"enhancement"
] | sondh0127 | 3 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 447 | Pytorch synthesizer | Splitting this off from #370, which will remain for tensorflow2 conversion. I would prefer this route if we can get it to work. Asking for help from the community on this one.
One example of a pytorch-based tacotron is: https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2
A... | closed | 2020-07-24T06:40:58Z | 2021-12-01T09:31:35Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/447 | [
"dependencies"
] | ghost | 74 |
tatsu-lab/stanford_alpaca | deep-learning | 262 | Question on License : commercial use permitted, but at the same time, research-purpose only ? | The [LICENSE](https://github.com/tatsu-lab/stanford_alpaca/blob/main/LICENSE) of this repo is Apache 2.0 and it is written that commercial use is permitted.
On the other hand, In README.md, it is said that "Alpaca is intended and licensed for research use only."
These two information seem contradicting. Could an... | closed | 2023-05-12T01:40:52Z | 2024-05-03T08:16:26Z | https://github.com/tatsu-lab/stanford_alpaca/issues/262 | [] | tetsu-kikuchi | 2 |
mage-ai/mage-ai | data-science | 4,971 | Multi-value filters for Status value on pipeline run pages | **Is your feature request related to a problem? Please describe.**
This is a UI/UX improvement for managing pipeline runs. Flipping between single statuses is tedious and it would be a great improvement to be able to select multiple values. I would love to be able to select combinations of values, such as {"Ready", "R... | open | 2024-04-22T18:54:09Z | 2024-04-22T22:16:45Z | https://github.com/mage-ai/mage-ai/issues/4971 | [
"enhancement"
] | jdvermeire | 1 |
piskvorky/gensim | machine-learning | 3,166 | LSI gets stuck and connection to Jupyter is lost | <!--
**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 | 2021-06-06T17:42:02Z | 2021-06-06T20:20:59Z | https://github.com/piskvorky/gensim/issues/3166 | [] | raffaem | 3 |
custom-components/pyscript | jupyter | 635 | Repairs showing in homeassistant for each pyscript service | I declare many pyscript scripts as services, and they all work great, however each time HA boots it reports them as an issue that has to be repaired. When mentioning this in the HA discord, the suggestion was to raise a ticket here to see if it can be resolved. See a screenshot of what I see each time my HA boots.
h... | open | 2024-09-14T00:27:44Z | 2024-12-01T00:32:21Z | https://github.com/custom-components/pyscript/issues/635 | [] | mark007 | 2 |
apache/airflow | python | 47,654 | DAG Versioning || versions not getting generated | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
I noticed when I am changing DAG parameters like say changing `tags` new versions are not getting logged in DAG version table.
### What you think should happen instead?
Versions should get c... | closed | 2025-03-12T05:34:25Z | 2025-03-12T13:41:31Z | https://github.com/apache/airflow/issues/47654 | [
"kind:bug",
"priority:critical",
"area:core",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 6 |
pallets-eco/flask-sqlalchemy | flask | 1,066 | `_sa_skip_events` error when invoking statement and calling `SignallingSession` | Hello, I've got instructed to post here from the very same issue I've created on this place: https://github.com/sqlalchemy/sqlalchemy/issues/8260
Here's the example code from here which I am using: https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_39/test/ext/test_baked.py#L1023
When I try to execute a query ... | closed | 2022-07-16T13:28:11Z | 2022-10-03T00:21:45Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1066 | [] | softzer0 | 2 |
modelscope/modelscope | nlp | 483 | offline deployment of a container failed(利用容器离线部署失败) | Thanks for your error report and we appreciate it a lot.
**Checklist**
* I have searched the tutorial on modelscope [doc-site](https://modelscope.cn/docs)
* I have searched related issues but cannot get the expected help.
* The bug has not been fixed in the latest version.
**Describe the bug**
我在一个服务器上容器中下... | closed | 2023-08-18T11:35:28Z | 2024-07-04T02:47:31Z | https://github.com/modelscope/modelscope/issues/483 | [] | XufengXufengXufeng | 10 |
serengil/deepface | deep-learning | 1,215 | [BUG]: The verify function in gunicorn is unavailable | ### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) ... | closed | 2024-04-26T02:48:27Z | 2024-04-26T04:43:41Z | https://github.com/serengil/deepface/issues/1215 | [
"bug"
] | xioahai778 | 0 |
Kludex/mangum | asyncio | 318 | `Request.url` does not include the api_gateway_base_path | I am using Mangum in a Lambda handler behind an API Gateway with a custom domain name. When I instantiate Mangum I provide my base path mapping with the `api_gateway_base_path` parameter. Inside my handler I reference the `Request.url` property, but it does not provide the actual URL used for the request because it doe... | open | 2024-02-20T18:49:16Z | 2024-02-20T18:49:16Z | https://github.com/Kludex/mangum/issues/318 | [] | beck3905 | 0 |
LibreTranslate/LibreTranslate | api | 466 | Provide stable public instances list | Please, provide most stable public instances in readme.
I'm maintainer of NPM package https://github.com/translate-tools/core that unify translation API, provide translation primitives and translators implementations for most popular translation services.
Your service is used by this package and sometimes fails t... | open | 2023-07-20T13:22:09Z | 2025-02-27T17:31:08Z | https://github.com/LibreTranslate/LibreTranslate/issues/466 | [
"enhancement"
] | vitonsky | 2 |
MaxHalford/prince | scikit-learn | 76 | Incorrect Normalization | ```
if self.normalize:
# Scale continuous variables to unit variance
num = X.select_dtypes(np.number).columns
normalize = lambda x: x / np.sqrt((x ** 2).sum() or 1)
X.loc[:, num] = (X.loc[:, num] - X.loc[:, num].mean()).apply(normalize, axis='rows')
```
This will result in zero mean but **not** u... | closed | 2019-08-23T13:53:27Z | 2019-08-25T21:38:17Z | https://github.com/MaxHalford/prince/issues/76 | [
"invalid"
] | anantmalhotra | 2 |
quokkaproject/quokka | flask | 650 | Quokka installation more instructions. | I had problems installing this project even following the instructions
I needed to install two operating system packages. Python3.6-dev and Pandoc via apt-get. I Use Ubunto OS.
I think this information can be add in readme or guidelines.
| open | 2018-02-27T10:12:44Z | 2018-09-26T12:45:02Z | https://github.com/quokkaproject/quokka/issues/650 | [
"TODOC"
] | Bernardoow | 5 |
babysor/MockingBird | deep-learning | 285 | RuntimeError: Error(s) in loading state_dict for Tacotron: size mismatch for gst.stl.attention.W_query.weight: copying a param with shape torch.Size([512, 256]) from checkpoint, the shape in current model is torch.Size([512, 512]). | closed | 2021-12-20T15:17:34Z | 2024-03-12T08:56:21Z | https://github.com/babysor/MockingBird/issues/285 | [] | DanMerry | 5 | |
numpy/numpy | numpy | 27,701 | ENH: StringDType equivalent for bytes | ### Proposed new feature or change:
numpy 2.0 add a type for variable length `str`: `np.dtypes.StringDType()`. However it is strange there's not the equivalent for `bytes` (variable length bytes array).
Variable lenght bytes array are often encountered. For example in machine learning, many examples are stored as... | open | 2024-11-04T13:23:03Z | 2024-11-07T16:42:08Z | https://github.com/numpy/numpy/issues/27701 | [] | Conchylicultor | 4 |
coqui-ai/TTS | deep-learning | 2,354 | [Bug] Cannot fine tune YourTTS with reinit_text_encoder = True due to Runtime Error | ### Describe the bug
Hi,
I am trying the YourTTS recipe with a French dataset and ResNet = 1. It trains great regarding the voice similarity and audio quality BUT there are still some mispronunciations even after 305k steps and it does not improve (the mispronunciations were there from step 60k onwards).
So aft... | closed | 2023-02-18T04:14:18Z | 2023-02-21T05:59:09Z | https://github.com/coqui-ai/TTS/issues/2354 | [
"bug"
] | Ca-ressemble-a-du-fake | 1 |
FactoryBoy/factory_boy | django | 209 | Lazy attributes with fake factories some times fails. | Hi.
Some times my builds fails with integrity error like this: https://travis-ci.org/proofit404/codeflame/builds/67279773
Here is model definition caused this problem: https://github.com/alex/django-taggit/blob/develop/taggit/models.py#L87-L90
And here is my factory for it: https://github.com/alex/django-taggit/blob/de... | closed | 2015-06-18T07:45:03Z | 2016-02-29T19:23:06Z | https://github.com/FactoryBoy/factory_boy/issues/209 | [
"NeedInfo",
"Django"
] | proofit404 | 9 |
xinntao/Real-ESRGAN | pytorch | 2 | 'VCOMP140D.DLL' is required | A straightforward execution of the 'Windows executable files' fails because 'VCOMP140D.DLL' is required.
For me it was necessary to install 'Visual Studio 2019' and load the 'MSVC v142' package to solve this problem.
Putting the 'VCOMP140D.DLL' into the 'Windows executable files' would help other users.
The resu... | closed | 2021-07-24T23:06:51Z | 2021-07-31T18:39:35Z | https://github.com/xinntao/Real-ESRGAN/issues/2 | [] | ghost | 7 |
PokeAPI/pokeapi | graphql | 844 | Add Evolution chain details | <!--
Please search existing issues to avoid creating duplicates.
Describe the feature you'd like.
Thank you!
-->
Currently Evolution details dont include reigonal forms in the data those should be added for more clear information. Also some evolution details are missing such as one for rockruff where it shows... | closed | 2023-02-11T03:19:40Z | 2025-02-28T04:45:54Z | https://github.com/PokeAPI/pokeapi/issues/844 | [] | FallenDeity | 9 |
airtai/faststream | asyncio | 1,134 | tests: cover confluent docs_src | We should hold testcoverage on 95%+, so to make stable release we should cover as much confluent files as possible (at least all tests) | closed | 2024-01-13T08:42:59Z | 2024-01-22T12:50:41Z | https://github.com/airtai/faststream/issues/1134 | [
"wontfix"
] | Lancetnik | 0 |
alecxe/scrapy-fake-useragent | web-scraping | 27 | [CRITICAL] useragentstring.com not working anymore | ```bash
2020-07-17 16:21:31 [fake_useragent] DEBUG: Error occurred during fetching http://useragentstring.com/pages/useragentstring.php?name=Chrome
```
It is failing to fetch it because the site seems to be down or not working properly. Consider removing it from the list or replacing it with another list.
This ... | closed | 2020-07-17T19:29:15Z | 2020-07-28T11:55:21Z | https://github.com/alecxe/scrapy-fake-useragent/issues/27 | [] | 0xfede7c8 | 12 |
bigscience-workshop/petals | nlp | 79 | Error: BFloat16 Unsupported scalar when trying to execute across multiple GPUs with BFloat16 & 8-Bits | I tried to run BLOOM distributed across multiple A100 GPUs with 8-Bit and using BFloat16 but ran into this error while trying to execute a slightly adjusted version of the example script:
```
===================================BUG REPORT===================================
Welcome to bitsandbytes. For bug reports, ... | closed | 2022-10-18T14:30:29Z | 2022-11-29T05:54:15Z | https://github.com/bigscience-workshop/petals/issues/79 | [] | FTuma | 2 |
scikit-hep/awkward | numpy | 3,313 | Setting integer type within ArrayBuilder | ### Description of new feature
It seems that the arraybuilder always assumes int64 when setting up the data. It would be nice to set the integer type like uint8 or uint64. This could help reduce memory load when building huge datasets that only contain smaller numbers. the same goes for floats for example | closed | 2024-11-21T22:29:56Z | 2024-11-25T14:52:48Z | https://github.com/scikit-hep/awkward/issues/3313 | [
"feature"
] | TiniTinyTerminator | 1 |
wkentaro/labelme | computer-vision | 507 | Unexpected order or bounding box point | When annotate the image using `create rectangle` . The order of the points is `[[xmin, ymin], [xmax, ymax]]` if I draw the box from top left corner to bottom right corner. But this is problematic if I draw the box from bottom right to top left corner. | closed | 2019-11-05T03:21:45Z | 2019-12-05T12:57:25Z | https://github.com/wkentaro/labelme/issues/507 | [] | ArtificialNotImbecile | 1 |
ets-labs/python-dependency-injector | flask | 777 | Wire a single function manually | Is there a way to wire a function instead of wiring an entire module? | open | 2024-01-16T21:06:02Z | 2024-11-13T19:59:49Z | https://github.com/ets-labs/python-dependency-injector/issues/777 | [] | colonelpanic8 | 1 |
sinaptik-ai/pandas-ai | pandas | 1,168 | Support Chinese characters in prompt generation stage | ### System Info
pandasai == 2.0.43
python == 3.11
### 🐛 Describe the bug
I was trying to use *Field Descriptions* feature to improve the understanding of my dataset to LLMs. The way I am doing is write a data description function to create a dictionary info about dataset then pass then to pandasai through *F... | closed | 2024-05-20T02:58:26Z | 2024-10-16T08:32:27Z | https://github.com/sinaptik-ai/pandas-ai/issues/1168 | [
"bug"
] | Tu-Zhenzhao | 1 |
pydata/xarray | numpy | 10,166 | Updating zarr causes errors when saving to zarr. | ### What is your issue?
xarray version 2024.9.0
zarr version 3.0.5
When attempting to save to zarr, the error below results. I can save the same file to zarr happily using zarr version 2.18.4. I've checked and the same thing happens for a wide range of files. Reseting the encoding has no effect.
[tas_AUST-04_ERA5_hi... | closed | 2025-03-24T04:27:09Z | 2025-03-24T04:32:47Z | https://github.com/pydata/xarray/issues/10166 | [
"needs triage"
] | bweeding | 1 |
modoboa/modoboa | django | 3,235 | dkim_keys_storage_dir [ "Directory non-writable" ] | # Impacted versions
* OS Type: Debian
* OS Version: 12
* Database Type: postgres
* Database version: 15.6
* Modoboa: 2.2.4
* installer used: yes
* Webserver: nginx
# Steps to reproduce
1. install this, don't change anything from default.
2. login into a new-admin
3. go to /new-admin/paramete... | closed | 2024-04-11T12:40:41Z | 2024-07-17T11:11:43Z | https://github.com/modoboa/modoboa/issues/3235 | [
"bug"
] | usernamehyphen | 1 |
dynaconf/dynaconf | fastapi | 344 | Load from env without defaults | Im trying to load a section of config using from_env
Is there any way to get rid of defaults?
```
inputs = settings.from_env('inputs')
print(inputs.to_dict())
{'TITLE': '123', 'AUTHOR': '123', 'CUSTOMER': '123', '123': {'test': 'test'}}
```
Is there any way to just contain the following:
```
{'123': {'te... | open | 2020-05-22T16:49:02Z | 2024-07-01T10:26:57Z | https://github.com/dynaconf/dynaconf/issues/344 | [
"question",
"hacktoberfest",
"RFC",
"Docs"
] | minitriga | 5 |
dsdanielpark/Bard-API | nlp | 84 | KeyError: 'images' when using ChatBard | This is the code snippet I run:
'''
from bardapi import ChatBard
chat = ChatBard(token=token, language='en')
chat.start()
'''
Sometimes it pops up the keyerror, even if I modify the code in chat.py, is that a problem related to network? Note that I'm using a virtual network. Thanks guys.
<img width="92... | closed | 2023-06-29T14:03:15Z | 2023-06-30T06:43:35Z | https://github.com/dsdanielpark/Bard-API/issues/84 | [] | Xiansssss | 2 |
huggingface/transformers | pytorch | 36,705 | Ruff update | Currently, `transformers` uses the outdated `ruff-lsp`
https://github.com/huggingface/transformers/blob/09a309d27364204eb118d352f22483bdd9652a46/setup.py#L164
Please see [this discussion](https://github.com/astral-sh/ruff/discussions/15991). I think it would be good to update to native server as stable in [Ruff 0.5.3... | open | 2025-03-13T17:44:46Z | 2025-03-24T11:39:09Z | https://github.com/huggingface/transformers/issues/36705 | [] | d-kleine | 6 |
MaartenGr/BERTopic | nlp | 1,533 | Embedding Error | Hi @MaartenGr ,
I installed a Google package that updated some packages and after that I am getting the following error. Can you please help me to resolve this? Thanks
2023-09-19 16:43:58,838 - BERTopic - Transformed documents to Embeddings
Traceback (most recent call last):
topics, probs = topic_model.fit... | open | 2023-09-19T06:51:08Z | 2023-11-14T00:40:58Z | https://github.com/MaartenGr/BERTopic/issues/1533 | [] | mjavedgohar | 3 |
OthersideAI/self-operating-computer | automation | 122 | `monitor_size` is hardcoded | Hello, thanks for sharing this awesome project!
I noticed that in `config/settings.py`. The monitor size is hardcoded as:
```python
{
"width": 1920,
"height": 1080,
}
```
Is that intentional? I figured out that you can get the monitor size using `pyautogui.size()`. | closed | 2024-01-02T02:24:31Z | 2024-01-02T04:44:23Z | https://github.com/OthersideAI/self-operating-computer/issues/122 | [] | outday29 | 1 |
zihangdai/xlnet | nlp | 292 | XLnet colab example error . | When I run XLnet colab example
https://github.com/zihangdai/xlnet/blob/master/notebooks/colab_imdb_gpu.ipynb
It showed the following error:
=========================
Traceback (most recent call last):
File "xlnet/run_classifier.py", line 25, in <module>
import model_utils
File "/content/xlnet/mod... | open | 2023-02-08T16:43:35Z | 2023-02-08T16:49:18Z | https://github.com/zihangdai/xlnet/issues/292 | [] | AlexTrinityBlock | 1 |
jonaswinkler/paperless-ng | django | 1,001 | [BUG] Document not found after update | **Describe the bug**
I have updates paperless-ng to 1.4.2. I cannot open any old document since this update. paperless always throw a HTTP 404.
fyi: on my storage folder, there are all documents :)
fyi 2: new documents works great.
**To Reproduce**
Steps to reproduce the behavior:
1. Upgrade to 1.4.2
2. Open... | closed | 2021-05-10T07:28:02Z | 2021-05-22T05:01:54Z | https://github.com/jonaswinkler/paperless-ng/issues/1001 | [] | gruessung | 13 |
MilesCranmer/PySR | scikit-learn | 775 | New scikit-learn tests failing | Looks like there are some newly added scikit-learn tests. Some of them are failing:
```python
Failed check_do_not_raise_errors_in_init_or_set_params with:
Traceback (most recent call last):
File "/home/runner/miniconda3/envs/pysr-test/lib/python3.10/site-packages/pysr/test/test_main.py", line 885, in te... | closed | 2024-12-11T19:36:55Z | 2024-12-12T03:55:36Z | https://github.com/MilesCranmer/PySR/issues/775 | [] | MilesCranmer | 0 |
RobertCraigie/prisma-client-py | asyncio | 319 | Expand List input types | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Our query input types use `List` (e.g. `{'string': {'not_in': ['a', 'b']}}`), this severely limits the types that users can pass to these methods. We should aim to be as broad as possible.
## Sugges... | open | 2022-03-04T18:33:37Z | 2022-09-08T16:20:25Z | https://github.com/RobertCraigie/prisma-client-py/issues/319 | [
"kind/improvement",
"topic: client",
"level/advanced",
"priority/low"
] | RobertCraigie | 0 |
marcomusy/vedo | numpy | 888 | module 'numpy' has no attribute 'bool' | Cannot convert volumes loaded from .nrrd to numpy arrays due to deprecated bool call:
```
import vedo
vedo.load('/path/to/file.nrrd')
/Users/nicholas.lusk/opt/miniconda3/envs/ng_link_env/lib/python3.9/site-packages/vtkmodules/util/numpy_support.py:74: FutureWarning: In the future `np.bool` will be defined as th... | closed | 2023-06-20T22:14:34Z | 2023-06-21T00:56:48Z | https://github.com/marcomusy/vedo/issues/888 | [] | nal10 | 2 |
huggingface/datasets | nlp | 6,689 | .load_dataset() method defaults to zstandard | ### Describe the bug
Regardless of what method I use, datasets defaults to zstandard for unpacking my datasets.
This is poor behavior, because not only is zstandard not a dependency in the huggingface package (and therefore, your dataset loading will be interrupted while it asks you to install the package), but it ... | closed | 2024-02-22T17:39:27Z | 2024-03-07T14:54:16Z | https://github.com/huggingface/datasets/issues/6689 | [] | ElleLeonne | 4 |
HIT-SCIR/ltp | nlp | 531 | tensorflow serving支持 | 目前我看ltp的模型是torch的,未来会支持放出tensorflow的模型,方便在tensorflow serving部署嘛 | open | 2021-08-05T09:08:08Z | 2023-01-15T13:48:00Z | https://github.com/HIT-SCIR/ltp/issues/531 | [] | shunshunyin | 1 |
biosustain/potion | sqlalchemy | 122 | Missing doc about validation process overloading ? | Hello,
I can't found in the documentation how overload validation process.My goal is to add validation who cannot be done with jsonschema.
Example invented: POST /users
Validation error: Maximum created user count reached for the day
Where a dynamic callback/python code check somewere (database, etc) if ma... | closed | 2017-05-18T15:00:31Z | 2017-05-22T10:56:06Z | https://github.com/biosustain/potion/issues/122 | [] | buxx | 2 |
encode/databases | asyncio | 183 | sqlite: BEGIN IMMEDIATE/EXCLUSIVE transactions | I would be beneficial to allow different types of transaction for [sqlite](https://www.sqlite.org/lang_transaction.html). | closed | 2020-04-01T11:02:54Z | 2020-04-01T11:09:31Z | https://github.com/encode/databases/issues/183 | [] | teucer | 1 |
kennethreitz/responder | flask | 412 | Please use uvloop>=0.14.0 to support python 3.8.x | From python 3.8.x, `sys.set_coroutine_wrapper` is removed. So while we use old uvloop version, responder also doesn't run on python 3.8.0 or later. Please upgrade dependencies. | closed | 2019-12-15T03:02:59Z | 2019-12-15T15:34:13Z | https://github.com/kennethreitz/responder/issues/412 | [] | theoremoon | 1 |
roboflow/supervision | deep-learning | 787 | [ByteTrack] - change the names and documenting input arguments | ### Description
Change the names of [input arguments](https://github.com/roboflow/supervision/blob/3024ddca83ad837651e59d040e2a5ac5b2b4f00f/supervision/tracker/byte_tracker/core.py#L182) to be more intuitive and better document them so that users can easily use them while optimizing ByteTrack. Let's also consider ex... | closed | 2024-01-26T12:19:14Z | 2024-02-29T11:57:13Z | https://github.com/roboflow/supervision/issues/787 | [
"enhancement",
"good first issue",
"api:tracker",
"Q1.2024"
] | SkalskiP | 5 |
statsmodels/statsmodels | data-science | 9,012 | REF/ENH: jackknife - what should we add? | I'm reading up a bit on jackknife, mainly for looo residuals and looo changes in params. #9008
(The main reason that I never looked at it more carefully is that we can use bootstrap as more general version of jackknife when we are willing to use repeated full estimation or cross-validation for other use cases. Howeve... | open | 2023-09-29T15:03:16Z | 2023-09-29T15:08:43Z | https://github.com/statsmodels/statsmodels/issues/9012 | [
"type-enh",
"comp-base",
"topic-diagnostic"
] | josef-pkt | 0 |
graphql-python/graphene | graphql | 1,241 | Allow for curbing logs while testing | **Is your feature request related to a problem? Please describe.**
Yes, I am writing tests for my graphene app. I need to test whether certain queries produce errors. When `client.execute(...)`is run, this logs an annoying `graphql.error.located_error.GraphQLLocatedError`. I cannot even use `pytest.raises` or `self.as... | open | 2020-08-01T16:35:35Z | 2020-08-01T16:36:28Z | https://github.com/graphql-python/graphene/issues/1241 | [
"✨ enhancement"
] | nikochiko | 0 |
jupyterlab/jupyter-ai | jupyter | 509 | Update Cohere model IDs | Hi there,
I'm trying to use a Cohere model, but I ask a question in the JupyterLab AI window (Jupyternaut) and I seem to be getting:
```python
Traceback (most recent call last):
File "~/mambaforge/envs/jupyter-ai/lib/python3.11/site-packages/jupyter_ai/chat_handlers/base.py", line 45, in on_message
await... | closed | 2023-12-07T19:11:40Z | 2024-01-18T18:10:31Z | https://github.com/jupyterlab/jupyter-ai/issues/509 | [
"bug"
] | asmith26 | 6 |
tortoise/tortoise-orm | asyncio | 1,317 | Defer function call till after transaction | I've been getting my hands dirty with tortoise recently, and I have been loving it. Porting from Django, I noticed (not sure if it isn't implemented already but with a different name) that I could not find something similar to transaction.on_commit in Django, something I could use to run comment only if the current tra... | open | 2023-01-06T06:04:53Z | 2024-12-18T08:50:44Z | https://github.com/tortoise/tortoise-orm/issues/1317 | [] | the-akpan | 2 |
Kludex/mangum | asyncio | 112 | Document that a $connect route is required for WebSockets | It is possible to send WebSocket messages without a $connect route defined, however the message event doesn't contain the necessary information to form the ASGI scope. Maybe there is a clever way to work around this that I haven't thought about, but I think documenting that a $connect route must be defined is probably ... | closed | 2020-05-17T10:19:07Z | 2020-06-28T01:52:35Z | https://github.com/Kludex/mangum/issues/112 | [
"docs",
"websockets"
] | jordaneremieff | 0 |
ydataai/ydata-profiling | data-science | 1,334 | Request: Include non-null count in summary statistics for variable | ### Missing functionality
A count of non-null values
### Proposed feature
Currently, percent missing is provided as part of the summary, but I'd really appreciate an exact count somewhere.
### Alternatives considered
_No response_
### Additional context
_No response_ | closed | 2023-05-19T14:35:14Z | 2023-05-25T13:09:54Z | https://github.com/ydataai/ydata-profiling/issues/1334 | [
"feature request 💬"
] | gdevenyi | 4 |
gevent/gevent | asyncio | 1,246 | Add a function to list the stacks for all greenlets with a signal handler to show them ? | Just like there is the backdoor package, maybe it's worth to add a function that dumps all greenlets with their names and their stack traces.
It could be triggered by an signal handler for example SIGUSR1.
I've seen that docker daemon does it, upon SIGUSR1 it dumps all channel stacks to a file with a timestamp.
... | closed | 2018-06-28T16:10:42Z | 2018-06-28T16:22:34Z | https://github.com/gevent/gevent/issues/1246 | [] | tzickel | 2 |
modelscope/data-juicer | data-visualization | 600 | image_caption_mapper等类似算子使用前怎么处理自己的数据格式 | ### Before Asking 在提问之前
- [x] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [x] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | open | 2025-02-28T06:37:29Z | 2025-03-04T03:55:49Z | https://github.com/modelscope/data-juicer/issues/600 | [
"question"
] | Crazy-JY | 7 |
tortoise/tortoise-orm | asyncio | 840 | how to run tortoise orm in python shell like django manage.py shell | >>> from shell import *
>>> run_async(main())
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/tortoise/models.py", line 265, in db
return current_transaction_map[self.default_connection].get()
KeyError: None
During handling of the above exception, another exception occurred... | closed | 2021-07-28T14:45:54Z | 2021-07-29T08:36:36Z | https://github.com/tortoise/tortoise-orm/issues/840 | [] | sakthiRathinam | 3 |
gevent/gevent | asyncio | 1,805 | Timeout causing memory access violation | * gevent version: 21.1.2
* Python version: 3.8.10
* Operating System: windows 10
### Description:
Creating gevent.Timeout objects without closing them will cause memory to be overwritten.
In this issue: https://github.com/zeromq/pyzmq/issues/1555 a variable was being overwritten and causing libzmq to assert.... | open | 2021-07-09T11:08:55Z | 2021-12-16T13:31:07Z | https://github.com/gevent/gevent/issues/1805 | [
"Type: Bug",
"Loop: libuv"
] | RichardLions | 1 |
babysor/MockingBird | deep-learning | 692 | long_file_cut_by_srt.py", line 46, in cut_file_by_srt if end_time - start_time <= min_length or len(line[2].replace(" ", "")) < min_text: IndexError: list index out of range | long_file_cut_by_srt.py", line 46, in cut_file_by_srt
if end_time - start_time <= min_length or len(line[2].replace(" ", "")) < min_text:
IndexError: list index out of range
好像太长了无法截取 用新的又无法跳出那个页面 老是提示什么QT 无法查到
| open | 2022-08-01T08:10:48Z | 2022-08-01T08:10:48Z | https://github.com/babysor/MockingBird/issues/692 | [] | b95595 | 0 |
ageitgey/face_recognition | machine-learning | 1,288 | Append new entries to pickle file (KNNClassifier object) | * face_recognition version: v1.22
* Python version: 3.6
* Operating System: Mac
### Description
I am trying to add new encodings and names to saved pickle file (KNNClassifier object) - but unable to append.
### What I Did
```
# Save the trained KNN classifier
if os.path.getsize(model_sav... | closed | 2021-02-24T06:39:40Z | 2021-03-07T15:05:37Z | https://github.com/ageitgey/face_recognition/issues/1288 | [] | rathishkumar | 3 |
ageitgey/face_recognition | python | 923 | Question: will this work with Google Coral USB accelerator? | I see references to the Jetson Nano, but I would like to know if this would use the TPU processor on a normal PC (Intel NUC) with a Google Coral USB accelerator. If that's the case, it would be nice to add a reference to this in the README. Thanks! | closed | 2019-09-02T12:06:29Z | 2021-03-09T12:30:29Z | https://github.com/ageitgey/face_recognition/issues/923 | [] | juanjux | 5 |
ccxt/ccxt | api | 24,727 | KuCoin watchTickers returning undefined on many values. | ### Operating System
MacOs
### Programming Languages
JavaScript
### CCXT Version
4.4.44
### Description
As of several hours ago KuCoin watchTickers is returning undefined on several of the values. KuCoin is returning partial updates. I haven't found anything in the KuCoin api changelog to suggest a change.
``... | closed | 2025-01-02T19:51:08Z | 2025-02-07T12:04:52Z | https://github.com/ccxt/ccxt/issues/24727 | [] | Vk1511 | 3 |
dmlc/gluon-cv | computer-vision | 953 | test.py in GluonCV does not work | I tried Semantic Segmentation in GluonCV: a Deep Learning Toolkit for Computer Vision follwing the instructions as follows.
Environments: Python 3.6 in ANACONDA2019.03
Framework: mxnet-mkl-1.5.0 and gluoncv-0.5.0
python test.py --dataset ade20k --model-zoo fcn_resnet50_ade --eval
But it does not work due to the fol... | closed | 2019-09-21T02:39:16Z | 2019-12-10T07:34:27Z | https://github.com/dmlc/gluon-cv/issues/953 | [] | HisashiShimodaira | 10 |
erdewit/ib_insync | asyncio | 1 | Error validating request:-'bY' : cause - The API interface is currently in Read-Only mode. | @erdewit Thanks for sharing this new Python framework. I just gave your example a try, but I got the following error. Does it require write access even for downloading historical data? The reason I set my gateway to read-only mode is to prevent any mistake because I am not ready to place any orders through the API yet.... | closed | 2017-07-13T00:08:49Z | 2024-02-16T16:47:27Z | https://github.com/erdewit/ib_insync/issues/1 | [] | grandtiger | 10 |
serengil/deepface | machine-learning | 947 | Custom model/detector backend support | I noticed that DeepFace uses a dictionary to describe the model/backend, would DeepFace be able to accept custom models/backends via a custom loadModel/build_model? Thank you! | closed | 2024-01-08T14:05:33Z | 2024-01-08T14:06:48Z | https://github.com/serengil/deepface/issues/947 | [
"question"
] | xfqwdsj | 1 |
matplotlib/mplfinance | matplotlib | 354 | Change scatter markers edgecolor and/or edgewidth | Hi there,
while playing with the alpha mode (alpha=0.1) I noticed that the marker have a border. Is that a feature, or is there any way to disable it?

`
if df.signal_bull_week.notna().sum... | closed | 2021-03-17T07:23:36Z | 2021-12-23T12:52:24Z | https://github.com/matplotlib/mplfinance/issues/354 | [
"enhancement",
"good first issue",
"released"
] | fxhuhn | 12 |
gradio-app/gradio | data-visualization | 10,645 | ChatInterface displays errors using custom chatbox and save_history | ### Describe the bug
ChatInterface displays errors using custom chatbox and save_history
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
def yes(message, history):
return "yes"
def vote(data: gr.LikeData):
if da... | open | 2025-02-21T03:00:04Z | 2025-02-21T07:35:38Z | https://github.com/gradio-app/gradio/issues/10645 | [
"bug",
"💬 Chatbot"
] | eaxts | 0 |
mkhorasani/Streamlit-Authenticator | streamlit | 95 | Login needs 2x click (authentication_status possible error) | Hi, I think the authentication_status is not benig able to persist across multiple pages. Please see this page for more information (source code + issues):
https://discuss.streamlit.io/t/login-button-random-behavior/54909
@mkhorasani can you please help, would be greatly appreciated | closed | 2023-11-07T10:59:11Z | 2024-03-28T11:20:09Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/95 | [
"help wanted"
] | yash2mehta | 2 |
lgienapp/aquarel | data-visualization | 15 | How does this compare to the official matplotlib stylesheet? | This article shows how to use it https://www.datafantic.com/the-magic-of-matplotlib-stylesheets/.
Despite the format which is different it looks like it is another way to do do a declarative templating | closed | 2022-08-22T14:40:56Z | 2022-08-23T12:37:51Z | https://github.com/lgienapp/aquarel/issues/15 | [
"documentation",
"question"
] | mazzma12 | 4 |
CorentinJ/Real-Time-Voice-Cloning | python | 401 | Toolbox not working with python3.8 | Hello All,
Debian 11 Bullseye.
Started with python3.7.x and python3.8.x and recently updated to python3.8.xx along with deprecation python3.7. Tried installing python3.7 from source but for some reason python3.7 is never seen as an alternative and did install with the altinstall switch or whatever that is. From a ... | closed | 2020-07-05T16:32:20Z | 2020-07-07T01:18:05Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/401 | [] | brcisna | 19 |
rougier/scientific-visualization-book | matplotlib | 4 | re: Textual contours example | You may be interested by https://github.com/matplotlib/matplotlib/pull/16171? | open | 2020-11-06T12:50:09Z | 2020-11-06T22:00:08Z | https://github.com/rougier/scientific-visualization-book/issues/4 | [] | anntzer | 4 |
Gerapy/Gerapy | django | 50 | gerapy python2.7的错误怎么解决? | File "D:\python27\lib\site-packages\django\db\backends\base\base.py", line 213, in ensure_connection
self.connect()
File "D:\python27\lib\site-packages\django\db\backends\base\base.py", line 189, in connect
self.connection = self.get_new_connection(conn_params)
File "D:\python27\lib\site-packages\django... | closed | 2018-04-02T15:06:16Z | 2018-04-09T03:20:47Z | https://github.com/Gerapy/Gerapy/issues/50 | [] | zhisiying | 2 |
amidaware/tacticalrmm | django | 1,437 | From the Software list on a computer it would be nice to have option to uninstall an application | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2023-02-16T19:22:50Z | 2023-02-16T19:35:18Z | https://github.com/amidaware/tacticalrmm/issues/1437 | [] | cwhitmore88 | 4 |
jumpserver/jumpserver | django | 14,254 | [Bug] 重启容器会删除持久化数据 | ### 产品版本
v4.2.0
### 版本类型
- [X] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [ ] 离线包安装
- [X] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### 环境信息
docker
### 🐛 缺陷描述
每次重启容器,会将持久化数据删除,比如录像,日志等
### 复现步骤
重启容器
### 期望结果
_No response_
### 补充信息
_No response_
### 尝试过的解决方案
_No response_ | closed | 2024-09-30T09:42:27Z | 2024-10-11T02:47:36Z | https://github.com/jumpserver/jumpserver/issues/14254 | [
"🐛 Bug"
] | CooperWanng | 2 |
LibrePhotos/librephotos | django | 902 | Opening shared album results in a blank page | # 🐛 Bug Report
* [ ] 📁 I've Included a ZIP file containing my librephotos `log` files
* [x] ❌ I have looked for similar issues (including closed ones)
* [x] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue
## 📝 Description of issue:
When a user tries to open... | closed | 2023-06-26T20:42:05Z | 2023-06-30T07:34:11Z | https://github.com/LibrePhotos/librephotos/issues/902 | [
"bug"
] | RandomHacks-Git | 3 |
ultralytics/yolov5 | deep-learning | 13,015 | scale_masks fucntion | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Dear Ultralytics!
I faced the problem when i wsa trying to resize the masks I got after ... | closed | 2024-05-15T14:42:02Z | 2024-06-25T00:22:13Z | https://github.com/ultralytics/yolov5/issues/13015 | [
"question",
"Stale"
] | polinamalova0 | 2 |
miguelgrinberg/microblog | flask | 1 | setup instructions don't mention python.h dependency | I set up a brand new Ubuntu 12.04 LTS system in a virtual machine and ran the full set of apt-get updates, upgrades and dist-upgrades.
I then downloaded and decompressed the zip version of this project and ran:
./setup.py
sqlalchemy and coverage both choke on lack of python.h
The fix is to run :
sudo apt-get -y inst... | closed | 2013-06-29T02:03:02Z | 2013-06-30T12:43:14Z | https://github.com/miguelgrinberg/microblog/issues/1 | [] | martinhbramwell | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.