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
predict-idlab/plotly-resampler
data-visualization
36
Deprecation warnings from pandas
With pandas 1.4 or later I am getting deprecations warnings from figure_resampler.py ``` pandas.UInt64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead. ```
closed
2022-03-17T09:46:19Z
2022-03-18T19:32:45Z
https://github.com/predict-idlab/plotly-resampler/issues/36
[]
prokie
1
ResidentMario/missingno
data-visualization
150
Use placeholder for NA in categorical variables
I have a dataset in which categorical variables with value "blank" are considered missing. Is there any option for recognizing this kind of thing when plotting? I think a parameter like the following could be useful: - na_values: str or list of str containing values that will be recognized as missing. In my cas...
closed
2022-02-18T10:50:21Z
2022-02-20T00:37:32Z
https://github.com/ResidentMario/missingno/issues/150
[]
juanfrcaliz
1
blacklanternsecurity/bbot
automation
2,287
Excessive Info Messages Trufflehog
When running -p cloud-enum, trufflehog can sometimes flood the console with info messages: ``` [INFO] trufflehog: Message: running source | Timestamp: 2025-02-15T16:01:23Z [INFO] trufflehog: Message: finished scanning | Timestamp: 2025-02-15T16:01:23Z [INFO] trufflehog: Message: running source | Timestamp: 2025-02-15T...
closed
2025-02-15T16:03:29Z
2025-02-20T15:49:20Z
https://github.com/blacklanternsecurity/bbot/issues/2287
[ "enhancement" ]
liquidsec
1
babysor/MockingBird
pytorch
496
librosa reports warning as "From version 0.10 passing these as positional arguments will result in an error" that massed up the console output.
预处理时报warning: ![图片](https://user-images.githubusercontent.com/526821/162190595-c94c3057-5f6f-485a-a5e7-87e697785e49.png) 修改encoder/audio.py第59、60行如图可去除报警: ![图片](https://user-images.githubusercontent.com/526821/162192284-e9748ace-d380-4dc3-ad81-7050cd9cd8e3.png) 相关包版本: ``` Package Version ----...
closed
2022-04-07T12:01:46Z
2023-02-16T04:09:50Z
https://github.com/babysor/MockingBird/issues/496
[]
moosewoler
5
mars-project/mars
scikit-learn
2,504
Explain `enter_mode` in doc
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> `enter_mode` stuff is a bit confusing for new core developers, we need to add some docs and comments to explain what they are.
open
2021-10-09T08:22:06Z
2022-01-29T08:00:47Z
https://github.com/mars-project/mars/issues/2504
[ "type: docs" ]
qinxuye
0
pywinauto/pywinauto
automation
496
How to get/read msg text?
Hi, I am trying to get/read msg text in pywinauto script and getting problem. `print_control_identifiers()` gives me the following control: ```python Image - '' (L566, T382, R614, B478) | | | ['3', 'Image', 'Image0', 'Image1'] | | | child_window(auto_id="MessageIcon", control_type="Image"...
closed
2018-05-11T00:18:37Z
2018-05-31T15:22:13Z
https://github.com/pywinauto/pywinauto/issues/496
[ "question" ]
smitagodbole
13
charlesq34/pointnet
tensorflow
267
My part segmentation model segments all points in one class
Hi @charlesq34 and users, Thank you, Charlesq, for sharing your code. I am trying to use/modify your code for binary segmentation. However, in the training phase, the accuracy didn't increase. In the testing phase, the model segments all points in one class. Could you please help me what should I change in the code...
open
2021-03-02T23:23:01Z
2021-09-12T13:33:57Z
https://github.com/charlesq34/pointnet/issues/267
[]
Nhunguts
2
thtrieu/darkflow
tensorflow
923
OUT_OF_MEMORY
Hi, I started to to train my own YOLOv2 with a batchsize of 8. I couldn't raise this number because I had not enough Memory(6.1GB). So i desperately want to higher the bachsize. Therefore I now run a Linux System (Ubuntu 18.04) in Nonsome Mode. This obviously doesn't use the GPU much and now its possible for me to use...
closed
2018-10-18T14:21:47Z
2018-10-18T14:22:12Z
https://github.com/thtrieu/darkflow/issues/923
[]
ghost
0
awesto/django-shop
django
482
CMS apphooks for cart and checkout
Currently the cart and checkout are implemented via rest ViewSets to handle the server side logic, angular directives on the client side to interact with it and cms plugins to render the cart/checkout forms in a cms page. Personally, I don't want to use that strategy, because of two reasons: - I prefer to have mini...
open
2016-12-11T22:24:09Z
2017-01-10T22:02:26Z
https://github.com/awesto/django-shop/issues/482
[]
rubengrill
2
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
666
docker container not compatible with master branch
Hi there, I'm trying to train a CycleGAN model on my universities machine learning cluster. To run your code I'm using the docker container you provided. When running I get an error stating module "abc" was not found. I guess the docker container is running python 2.7? I tried using the torch0.3.1 branch with wh...
closed
2019-06-05T17:52:21Z
2020-02-22T09:29:53Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/666
[]
Peetee06
6
HumanSignal/labelImg
deep-learning
585
Use py2app , then open ./dist/labelImg.app run failed !!!
Hi, tzutalin I can run python3 labelImg.py, is ok but when i py2app install according to build-tools/build-for-macos.sh ________________________________________________________________________________________________ rm -rf /tmp/labelImgSetup mkdir /tmp/labelImgSetup cd /tmp/labelImgSetup curl https://cod...
open
2020-04-29T03:05:58Z
2020-04-29T03:06:52Z
https://github.com/HumanSignal/labelImg/issues/585
[]
lix19937
1
indico/indico
sqlalchemy
6,676
<title> "Presentation title is Arial Bold 50pt up to three lines"
**Describe the bug** A clear and concise description of what the bug is. When previewing a presentation, the default title seems to be "Presentation title is Arial Bold 50pt up to three lines" ![image](https://github.com/user-attachments/assets/1c05cf54-0d98-49d3-8d9a-3b0d9b6e17df) For reference I have opene...
closed
2024-12-16T13:34:33Z
2024-12-16T14:18:31Z
https://github.com/indico/indico/issues/6676
[ "bug" ]
carlinmack
2
KaiyangZhou/deep-person-reid
computer-vision
432
Guidance on model getting over-fitting or bias to custom datasets
Hi @KaiyangZhou , I have custom datasets with 40 to 60 unique individuals. I am applying 2-step transfer learning and fine tuning pre-trained model OSNet AIN trained on MSMT. I have following questions: 1) I am using triplet loss. As I have 40 to 60 unique individuals so I am thinking to use triplet loss. Sha...
open
2021-04-11T21:01:44Z
2022-05-15T16:14:22Z
https://github.com/KaiyangZhou/deep-person-reid/issues/432
[]
malpeddinilesh
1
huggingface/transformers
pytorch
36,924
<spam>
### System Info test ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ### Reproduction xxx ### Expec...
closed
2025-03-24T11:58:09Z
2025-03-24T13:55:19Z
https://github.com/huggingface/transformers/issues/36924
[ "bug" ]
suhaibo666
0
nolar/kopf
asyncio
812
Resource Observer has failed
### Long story short I have a K8s cluster with an App container that exposes REST APIs and a container that has an operator based on kopf. I have exposed the App container as a headless service with ClusterIP set to None. If I set the hostNetwork to True, kopf container is able to connect to API server. However, i...
closed
2021-08-02T09:41:49Z
2021-08-02T12:28:25Z
https://github.com/nolar/kopf/issues/812
[ "bug" ]
gajananbhat
10
jschneier/django-storages
django
1,462
[Feature Request] Add Hetzner Object Storage
Any chance we can see an integration with Hetzner? For more information see: https://docs.hetzner.com/storage/object-storage/overview/
open
2024-10-23T11:22:26Z
2024-10-24T13:38:37Z
https://github.com/jschneier/django-storages/issues/1462
[]
philscha
2
PeterL1n/BackgroundMattingV2
computer-vision
45
very pool result on MACOS with CPU
MACOS : 10.15.5 PYTHON :3.6.4 torch :1.7.0 (pip install ,not conda ) tensorflow : 1.14.0 hi @PeterL1n I have tested inference_images.py by using this command : python inference_images.py --model-type mattingrefine --model-backbone resnet101 --model-backbone-scale 0.25 --model-refine-mode samplin...
closed
2021-01-13T03:56:28Z
2021-01-13T13:59:41Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/45
[]
albertyou2
2
bmoscon/cryptofeed
asyncio
974
Trouble building wheel for aiohttp
**Describe the bug** A clear and concise description of what the bug is. I am running in ubuntu 20.04, using python3.11. In order to get around cchardet issue, I am trying to install main branch in a poetry project. I get an error installing when trying to install aiohttp 3.8.1. **To Reproduce** Steps to reprod...
closed
2023-05-27T07:10:16Z
2023-05-27T15:58:56Z
https://github.com/bmoscon/cryptofeed/issues/974
[ "bug" ]
shaunc
2
jadore801120/attention-is-all-you-need-pytorch
nlp
81
Did you use LSTM or GRU in the encoder and attention part?
Did you use LSTM or GRU in the encoder and decoder? I have tried to read your code to look if it is the case but i did not see anything like that. Please i would like to add it in the encoder and attention part. please tell me how i can do it.
closed
2019-01-14T10:20:59Z
2019-12-08T11:30:04Z
https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/81
[]
liperrino
2
predict-idlab/plotly-resampler
plotly
101
Investigate compatibility / integration options with pyscript
Leveraging pyscript could possibly enable a fully browser-based solution (avoiding the need of a ipykernel backend in the case of FigureWidgetResampler of dash backend in the case of FigureResampler). PS: this idea was suggested by @AhmedThahir in #100
open
2022-07-11T15:54:22Z
2022-07-11T15:55:10Z
https://github.com/predict-idlab/plotly-resampler/issues/101
[ "enhancement" ]
jvdd
0
deeppavlov/DeepPavlov
nlp
1,054
Bug in `risesocket` mode
For now only one request per opened client session (on client's side) is handled. Any subsequent requests from the same client session are not handled. This is not correct.
closed
2019-10-25T13:24:03Z
2019-11-28T13:34:02Z
https://github.com/deeppavlov/DeepPavlov/issues/1054
[]
litinsky
0
K3D-tools/K3D-jupyter
jupyter
348
Additional line when using 'simple' shader in k3d.lines
First, thank you so much for the new release and the new lines object, it works very well. However, I noticed a small issue. When using 'simple' shader in k3d.lines, an additional undesired line is created. This example will generate the problem: ``` plot = k3d.plot() X_Ia = np.array([ [ 0. , 0. ...
closed
2022-05-19T16:34:24Z
2022-05-24T06:09:13Z
https://github.com/K3D-tools/K3D-jupyter/issues/348
[ "Next release" ]
ishomam
4
JaidedAI/EasyOCR
machine-learning
640
error when reading an png
``` Traceback (most recent call last): File "testocr.py", line 5, in <module> result = reader.readtext('1.png') File "C:\Users\karl\Desktop\test\venv\lib\site-packages\easyocr\easyocr.py", line 385, in readtext horizontal_list, free_list = self.detect(img, min_size, text_threshold,\ File "C:\Users\k...
closed
2022-01-10T12:11:37Z
2022-08-07T05:07:41Z
https://github.com/JaidedAI/EasyOCR/issues/640
[]
MicalKarl
8
fastapi-users/fastapi-users
fastapi
1,490
SAWarning: Unmanaged access of declarative attribute user_id from non-mapped class SQLAlchemyBaseAccessTokenTableUUID
Hi! Thanks for the library! I have some interesting bug with overriden `SQLAlchemyBaseAccessTokenTable`. For my implementation it was necessary to overwrite the name of the User table, so my code looks like ```python class JWTToken(SQLAlchemyBaseAccessTokenTable[int], Base): ... user_id: Mapped[int] =...
open
2025-01-14T13:25:27Z
2025-01-14T14:00:59Z
https://github.com/fastapi-users/fastapi-users/issues/1490
[ "bug" ]
andrei-samofalov
0
napari/napari
numpy
7,347
Layer.reset_view Issue on Scaled Images
### 🐛 Bug Report Is it possible that there is race condition related to layer.reset_view or something like that. I am noting that it sometimes fails to reset to view to the scaled version of the image (it resets the view as if the scale is 1). So far, I am unable to reproduce it consistently and I am going a bit cr...
open
2024-10-31T09:48:18Z
2024-11-01T06:20:12Z
https://github.com/napari/napari/issues/7347
[ "bug" ]
MosGeo
2
Lightning-AI/pytorch-lightning
deep-learning
20,226
"FileExistsError: [Errno 17] File exists: '/000000_epoch_shape'" using the ddp_notebook strategy with data stored in MDS (mosaic streaming) format
### Bug description Trying to train using the ddp_notebook strategy and data stored in MDS format, I get the error above with the stack trace below. ### What version are you seeing the problem on? v2.4 ### How to reproduce the bug ```python trainer = pl.Trainer( accelerator='gpu', devices=4...
open
2024-08-25T02:45:25Z
2024-08-26T19:03:33Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20226
[ "bug", "needs triage", "ver: 2.4.x" ]
elbamos
2
axnsan12/drf-yasg
django
186
Recursively convert Serializer objects wherever Schema objects are required
I don't understand why I need to pass a serializer to a response variable. `response = {201: MYSERIALIZER}` In my own case, I want to pass data that are not in the serializer. I can't pass dict or str to the response, I keep getting error. How can I set my custom params or dict in the 'response' variable?
open
2018-08-13T20:49:17Z
2025-03-07T12:16:41Z
https://github.com/axnsan12/drf-yasg/issues/186
[ "triage" ]
bobozar
8
jazzband/django-oauth-toolkit
django
1,413
Custom validator not being called
<!-- What is your question? --> My question is very similar to https://github.com/jazzband/django-oauth-toolkit/issues/1167, but I still don't know the solution. `django-oauth-toolkit` 2.3.0 `django` 4.2.11 I have a custom validator: ``` class CustomOAuth2Validator(OAuth2Validator): def validate_clie...
closed
2024-03-28T20:40:30Z
2024-03-29T02:14:45Z
https://github.com/jazzband/django-oauth-toolkit/issues/1413
[ "question" ]
duffn
1
jina-ai/serve
fastapi
5,589
Jina Flow memory leaking issues
**Describe the bug** Hi we tried for a week to solve memory leaking issue. We thought that it happening due to some code inside our executors, after some some testing it appear to be jina Flow issue. We have created minimal example showing gradually increasing memory. https://github.com/tommykoctur/jina-memory-l...
closed
2023-01-10T12:09:03Z
2023-01-11T16:04:21Z
https://github.com/jina-ai/serve/issues/5589
[]
tommykoctur
4
miguelgrinberg/flasky
flask
209
注册了一个账户,而且邮箱设置了FLASKY_ADMIN,为何不是管理员呢?
怎么编辑文章,修改等等
closed
2016-11-07T07:18:44Z
2017-07-20T09:35:03Z
https://github.com/miguelgrinberg/flasky/issues/209
[]
lianfulei
34
Kanaries/pygwalker
plotly
424
Dimension fields limited to 2 per axis
Are dimension fields intended to be limited to a max of 2 per axis, or in a table's case 2 in rows or 2 in columns? Because it won't let me add more than 2 into each without removing one of the already existing ones. In older versions, like all the way back to 1.x seems to allow it though. It is just something that wou...
open
2024-02-04T01:52:22Z
2024-02-04T09:57:47Z
https://github.com/Kanaries/pygwalker/issues/424
[ "P1" ]
jschmudd
2
iperov/DeepFaceLab
machine-learning
5,485
Error: No training data provided.
Good afternoon, I tried to run the program but I keep getting the same error continuously, I reinstalled my Windows 11 to see if that was the issue, and even tried it with Windows 8 and 10. But I keep getting this error, it would be really nice if there is a solution for it. could it be that my system is not go...
closed
2022-02-27T16:50:01Z
2023-03-08T20:46:16Z
https://github.com/iperov/DeepFaceLab/issues/5485
[]
BrianStark
9
TencentARC/GFPGAN
pytorch
290
Enhanced
open
2022-10-13T18:49:37Z
2022-10-13T18:49:37Z
https://github.com/TencentARC/GFPGAN/issues/290
[]
abhaydasah
0
d2l-ai/d2l-en
tensorflow
2,608
Can't install d2l 1.0.3 on python 3.12.4
The D2L Package version 1.0.3 requires numpy 1.23.5. Python 3.12.4/pip 24.1 consider it(numpy 1.23.5) depreciated and does not conclude the installation. It's needed to update the D2L package to depend on numpy 2.0.0. I'm waiting for it. Regards.
open
2024-06-25T09:40:51Z
2025-02-11T13:12:20Z
https://github.com/d2l-ai/d2l-en/issues/2608
[]
TheJeffah
8
deepset-ai/haystack
pytorch
8,421
docs: new DocumentNDCGEvaluator
PR https://github.com/deepset-ai/haystack/pull/8419 ~@dfokina I've already started a draft in Notion.~ @dfokina I added docs pages https://docs.haystack.deepset.ai/docs/documentndcgevaluator and https://docs.haystack.deepset.ai/v2.7-unstable/docs/documentndcgevaluator now so this issue is about reviewing these page...
closed
2024-09-30T12:26:17Z
2024-10-08T08:53:48Z
https://github.com/deepset-ai/haystack/issues/8421
[ "type:documentation", "P2" ]
julian-risch
1
mirumee/ariadne
api
571
How can I Write unit test in fastapi with ariadne and GraphQL
closed
2021-05-03T14:24:05Z
2021-07-06T10:13:33Z
https://github.com/mirumee/ariadne/issues/571
[]
iamharikrishnank
1
pydantic/FastUI
fastapi
27
Cleanup `fastui` exports
Currently it's a bit piecemeal based on what I needed for `fastui-bootstrap`, we should do something like bootstrap-react to export all components and their props in a nicely sorted way.
open
2023-12-01T18:09:36Z
2023-12-01T18:56:36Z
https://github.com/pydantic/FastUI/issues/27
[ "enhancement" ]
samuelcolvin
0
miguelgrinberg/Flask-SocketIO
flask
1,550
App doesn't start until I press Ctrl + C
## My app does not start receiving/sending messages until I press Ctrl+C in the terminal. server.py: ```python # Flask from flask import Flask from flask_socketio import SocketIO, emit from flask_cors import CORS # Eventlet server import eventlet eventlet.monkey_patch() # .env import os from dotenv im...
closed
2021-05-16T14:45:46Z
2021-05-16T15:01:03Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1550
[ "question" ]
pmorim
1
nolar/kopf
asyncio
449
[archival placeholder]
This is a placeholder for later issues/prs archival. It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved...
closed
2020-08-18T20:06:55Z
2020-08-18T20:06:56Z
https://github.com/nolar/kopf/issues/449
[ "archive" ]
kopf-archiver[bot]
0
qwj/python-proxy
asyncio
18
Add timestamp would be better for debug
in verbose output
closed
2018-12-11T09:24:56Z
2018-12-12T09:07:06Z
https://github.com/qwj/python-proxy/issues/18
[]
txdywy
2
LibreTranslate/LibreTranslate
api
529
Frontend language doesn't change
Hi, we have deployed libretranslate on our server, it is working fine. We just have one issue: the frontend stays in English, even when trying to switch to another language. We can actually choose another language and we see that we're being redirect to site.org/?lang=fr for example, but it stays in English. We als...
closed
2023-11-01T07:30:37Z
2024-07-08T21:03:11Z
https://github.com/LibreTranslate/LibreTranslate/issues/529
[ "possible bug" ]
meaz
4
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
25
dump_only ignored for relationship fields
After declaring a relationship field as `dump_only`, the data is still loaded back into the object. Model and schema: ``` python class Course(rod.model.db.Model): __tablename__ = 'course' id = sqlalchemy.schema.Column(sqlalchemy.types.Integer, primary_key=True) title = sqlalchemy.schema.Column(sqlalchemy...
closed
2015-09-07T07:33:17Z
2025-01-17T19:24:38Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/25
[]
sssilver
3
joerick/pyinstrument
django
68
Feature request: aggregating output
First of all, thank you for writing this profiler. The visuals are nice, the information is (almost) exactly what I need, and Django integration is easy (as is using it in any other project). However, I'm trying to get one thing to work, which I haven't been able to yet: aggregating the output data. Currently, I get...
closed
2019-06-13T15:11:28Z
2022-02-09T10:58:44Z
https://github.com/joerick/pyinstrument/issues/68
[]
fvkluck
6
labmlai/annotated_deep_learning_paper_implementations
pytorch
74
Siamese Recurrent Architectures for Learning Sentence Similarity
I would like to understand the following paper Mueller, J. and Thyagarajan, A., 2016, March. "Siamese recurrent architectures for learning sentence similarity". In Proceedings of the AAAI conference on artificial intelligence (Vol. 30, No. 1). available from https://www.aaai.org/ocs/index.php/AAAI/AAAI16/paper/d...
closed
2021-08-08T00:59:53Z
2024-06-19T10:45:14Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/74
[ "paper implementation" ]
mamonu
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
429
[BUG] 查询用户作品列表接口,无法获取到数据
抖音获取用户作品 /aweme/v1/web/aweme/post 使用xbogus签名,登录后获取最新的cookie,20分钟后会失效,无法获取到用户作品列表
closed
2024-06-14T13:53:17Z
2024-06-15T10:49:35Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/429
[ "BUG" ]
yhq2211
4
ultralytics/yolov5
machine-learning
13,319
yolov5 / detect.py 결과를 10분주기로 출력하고 싶습니다
### 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 yolov5 / detect.py 결과를 10분 주기로 출력하고 싶습니다 72 0.296875 0.61875 0.275 0.741667 0 0.54140...
open
2024-09-16T16:23:53Z
2024-11-09T07:00:33Z
https://github.com/ultralytics/yolov5/issues/13319
[ "question" ]
rod-0123
2
seleniumbase/SeleniumBase
pytest
3,115
Better Chinese support
Dear seleniumbase author, could you please provide me with [https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md](url) Adding Chinese annotations to the API in is too powerful and powerful, sometimes it's hard to find,We are not accustomed to or fond of writing code in Chinese
closed
2024-09-11T04:19:38Z
2024-09-11T05:07:25Z
https://github.com/seleniumbase/SeleniumBase/issues/3115
[ "question", "feature or fix already exists" ]
chiangbar
3
flaskbb/flaskbb
flask
606
Error: "No module named 'flask._compat'" when installing with latest modules
I have recently upgraded FlaskBB to the latest version. As part of this I upgraded from Python 2 to Python 3 and upgraded the operating system from Debian Buster to Debian Bullseye. I have installed all the latest requirements using ```pip install -r requirements.txt``` When running FlaskBB within gunicorn the fo...
closed
2021-10-15T09:33:49Z
2021-11-11T14:19:14Z
https://github.com/flaskbb/flaskbb/issues/606
[]
abeverley
7
Zeyi-Lin/HivisionIDPhotos
fastapi
236
face_detector.py 的最后的判断是否写反了?
``` # 如果RUN_MODE不是野兽模式,则释放模型 if os.getenv("RUN_MODE") == "beast": RETINAFCE_SESS = None ``` 这里应该是 if os.getenv("RUN_MODE") != "beast": 吧
open
2025-03-14T03:10:57Z
2025-03-14T03:11:44Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/236
[]
burce-coder
0
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
659
question for FCN
想问一下,比如FCN-32s。按照之前给出的公式的话。out = s(in-1)+ k 。 s为32 ,k不应该为32才能回到原图大小嘛? PPT里k设置为64怎么能做到呢? 是不是加了16的padding?
closed
2022-10-17T02:42:03Z
2022-10-20T14:22:35Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/659
[]
kyre-99
3
fastapi/sqlmodel
sqlalchemy
92
`Unexpected argument(s)` warning in PyCharm when using `select()` with many parameters
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X...
open
2021-09-12T22:25:40Z
2024-09-26T13:37:55Z
https://github.com/fastapi/sqlmodel/issues/92
[ "question" ]
avi-perl
5
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
696
[BUG]: Incorrect key prevents experienceLevel filter from working in search
### Describe the Bug In the `src/aihawk_job_manager.py` file, the `get_base_search_url` function incorrectly references the `experience_level` key instead of the correct `experienceLevel` key when extracting values. As a result, the experience level filter does not function as intended during search operations. Inst...
closed
2024-10-31T15:29:08Z
2024-11-04T06:40:41Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/696
[ "bug" ]
SapirKro
3
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
459
[BUG] 403 Forbidden even with own cookie
***Platform where the error occurred?*** TikTok Web ***The endpoint where the error occurred?*** Such as: API ***Submitted input value?*** curl -X 'GET' 'http://0.0.0.0/api/download?url=https://www.tiktok.com/@ideas1plus1/video/7387793046919761182?lang=en&prefix=true&with_watermark=false' -H 'accept:...
closed
2024-07-23T23:30:51Z
2024-09-14T22:54:37Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/459
[ "BUG", "enhancement" ]
hbarnehl
3
axnsan12/drf-yasg
rest-api
459
PATCH mehod with required field in swagger
Hi, Serializer like this ``` class SomeSerializer(serializers.ModelSerializer): class Meta: model = models.SomeModel fields = '__all__' ``` There are some must have fields defined in models.SomeModel. Why request a PATCH partial update method is same as a POST create method? I have to fil...
closed
2019-09-23T03:01:08Z
2020-05-11T01:17:28Z
https://github.com/axnsan12/drf-yasg/issues/459
[]
Hanzhizheng
3
3b1b/manim
python
1,070
Typo in documentation
I don't want to be [that guy](https://www.reddit.com/r/ProgrammerHumor/comments/gi7i3h/it_aint_much_but_its_honest_work/), but I noticed in `manimlib/animation/transform.py` under the definition for `ApplyMethod` the world "itself" was spelled incorrectly, so I fixed it. I created a pull request [here](https://github.c...
closed
2020-05-14T19:58:18Z
2020-05-22T20:18:26Z
https://github.com/3b1b/manim/issues/1070
[]
ghost
1
hbldh/bleak
asyncio
641
assertion failed, "self._bus is None", bluez backend on Linux
* bleak version: (github head) * Python version: 3.7.3 * Operating System: Raspberry Pi OS "buster" * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.61 ### Description Running a stress test that consists of repeated discovery/connect/transmit cycles, after a couple hours I see this message, which seems ...
closed
2021-09-21T04:21:07Z
2024-09-29T19:59:46Z
https://github.com/hbldh/bleak/issues/641
[ "bug", "Backend: BlueZ" ]
egnor
7
widgetti/solara
flask
543
Question: how to access underlying vue component
Hey guys, Still exploring the library and I have a question about how to access vue component data. I do not have a lot of Vue.js knowledge so this is probably why I have not found the solution. I've looked at the vue_component example in depth but I haven't figured out how to gather the data back. I believe it will ...
closed
2024-03-06T20:16:34Z
2024-03-11T11:09:26Z
https://github.com/widgetti/solara/issues/543
[]
BFAGIT
7
manrajgrover/halo
jupyter
79
Bug: pip2 installation fails during parsing requirements.txt
## Description `pip install halo` fails and unable to install the module ### System settings - Operating System: Windows 10 64bit - Terminal in use: Git bash - Python version: 2.7.10 - Halo version: 0.0.17 - `pip freeze` output: ``` alabaster==0.7.9 appdirs==1.2.0 astroid==1.4.9 autopep8==1.3.1 Bab...
closed
2018-09-07T10:00:30Z
2018-09-10T07:16:55Z
https://github.com/manrajgrover/halo/issues/79
[]
K4zuki
4
onnx/onnx
pytorch
5,910
How to add One_Hot operator to react native runtime mobile package?
# Ask a Question ### Question How to add One_Hot operator to react native runtime mobile package? ### Further information - I'm working on converting the SAM encoder model to ONNX. I want to use the ONNX model in react native application. But the react native runtime which is the mobile package will only suppor...
open
2024-02-06T12:06:37Z
2024-02-07T11:51:33Z
https://github.com/onnx/onnx/issues/5910
[ "question" ]
kgeorge-fission
2
proplot-dev/proplot
matplotlib
289
3d axes failing with `UFuncTypeError`
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description 3D axes seem to fail with a matplotlib error after popping u...
closed
2021-10-01T21:33:05Z
2021-10-02T01:17:00Z
https://github.com/proplot-dev/proplot/issues/289
[ "bug" ]
scottstanie
1
x-tabdeveloping/topicwizard
dash
27
KeyNMF doesn't work with topicwizard
I don't exactly know why but my guess would be that the problem lies somewhere in the discrepancy between the vocabulary of the two vectorisers, this has to be looked into.
closed
2024-01-20T17:08:37Z
2024-02-07T12:25:36Z
https://github.com/x-tabdeveloping/topicwizard/issues/27
[]
x-tabdeveloping
1
sinaptik-ai/pandas-ai
pandas
588
Switch to databricks-sql-python library for SQL Integration
### 🚀 The feature We are currently using the sqlalchemy-databricks library for SQL integration in our project. While it has served us well, we believe that switching to the databricks-sql-python library would be beneficial for several reasons. ## Proposed Changes: We propose replacing the existing sqlalchemy-data...
closed
2023-09-22T13:02:00Z
2024-05-31T23:41:08Z
https://github.com/sinaptik-ai/pandas-ai/issues/588
[ "enhancement", "good first issue" ]
gventuri
3
plotly/dash-table
plotly
152
Rename `dataframe`
`dataframe` isn't a good name because you can't directly pass a dataframe object into the property. We've considered either `data` or `rows`: - `rows` so that it matches the shape of the data. - `data` so that it matches the style API for non-header cells: `style_data`. We've informally decided that `data` is...
closed
2018-10-22T18:36:32Z
2018-10-22T18:43:28Z
https://github.com/plotly/dash-table/issues/152
[]
chriddyp
1
reloadware/reloadium
pandas
137
Reloadium plugin loading error
### Discussed in https://github.com/reloadware/reloadium/discussions/135 <div type='discussions-op-text'> <sup>Originally posted by **praveensivasamy** April 15, 2023</sup> Dears, I am using Reloadium plugin in Pycharm. I get the following errors and the hot reloading stops working. My program is based on Pyt...
closed
2023-04-15T23:51:03Z
2023-04-18T13:07:12Z
https://github.com/reloadware/reloadium/issues/137
[]
dkrystki
1
jupyterhub/jupyterhub-deploy-docker
jupyter
129
nbgitpuller not working
### Bug description A link generated with nbgitpuller gives a 404 #### Expected behaviour I expect the link will download the github content and start a notebook server #### Actual behaviour I get a 404 ### How to reproduce add the nbgitpuller into the docker file build the docker image again u...
closed
2023-08-31T14:58:28Z
2023-09-07T13:50:52Z
https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/129
[ "bug" ]
hugokoopmans
3
ray-project/ray
pytorch
50,825
CI test linux://python/ray/data:test_numpy_support is flaky
CI test **linux://python/ray/data:test_numpy_support** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8496#01952c44-0d09-482f-a6f3-aa6493261d16 - https://buildkite.com/ray-project/postmerge/builds/8495#01952b53-0f7b-45fe-9a74-7107914282da - https://buildkite.com/ray-p...
closed
2025-02-22T06:42:20Z
2025-03-04T06:40:30Z
https://github.com/ray-project/ray/issues/50825
[ "bug", "triage", "data", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
41
Lightning-AI/pytorch-lightning
data-science
19,798
Missing documentation for the `log_weight_decay` argument in `lightning.pytorch.callbacks.LearningRateMonitor`
### 📚 Documentation The [LearningRateMonitor class documentation](https://lightning.ai/docs/pytorch/latest/api/lightning.pytorch.callbacks.LearningRateMonitor.html) currently has no explanation for the `log_weight_decay` argument. cc @borda
closed
2024-04-22T15:27:24Z
2024-05-21T17:31:55Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19798
[ "docs", "needs triage" ]
Peiffap
0
roboflow/supervision
computer-vision
695
Add annotator `sv.PercentageBarAnnotator` which shows percentage bar of confidence level in specified position
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I have created a new annotator class named `PercentageBarAnnotator` which draws a percentage bar based on the confidence for each prediction,...
closed
2023-12-26T15:28:56Z
2024-01-23T11:39:35Z
https://github.com/roboflow/supervision/issues/695
[ "enhancement" ]
xaristeidou
1
marcomusy/vedo
numpy
48
Silhouette not updating when changing camera position
I'm trying to add an outline to my actors. This is an attempt to create a cell-shading like appearance without having to manually edit the shaders. I create an outline by adding a vtkPolyDataSilhouette to the polydata. This works fine in vtk, the outline updates when the camera changes position. However when I cr...
closed
2019-09-03T16:56:03Z
2019-11-04T18:02:31Z
https://github.com/marcomusy/vedo/issues/48
[ "bug", "enhancement" ]
RubendeBruin
2
Avaiga/taipy
data-visualization
2,420
Why Taipy is blocking config update in development version
### Description I am in development version. I don't want to keep my .taipy and files generated by user_data. I change from a Taipy version to another but receive this message: ``` [2025-01-22 11:11:00.209][Taipy][ERROR] The version 4.1.0.dev0 of Taipy's entities does not match version of the Taipy Version manageme...
closed
2025-01-22T10:13:39Z
2025-01-29T07:29:13Z
https://github.com/Avaiga/taipy/issues/2420
[ "Core", "📈 Improvement", "🟩 Priority: Low", "💬 Discussion" ]
FlorianJacta
3
slackapi/python-slack-sdk
asyncio
998
AttributeError: module 'slack_client' has no attribute 'WebClient'(Set a clear title describing your question)
Trying to setup a simple slackbot ### Reproducible in: python --3.8 IDE: PyCharm Slack-Client: 0.3.0 MacOS ---- import slack_client import os from pathlib import Path from dotenv import load_dotenv env_path = Path('.')/ '.env' load_dotenv(dotenv_path=env_path) client = slack_client.WebClient(...
closed
2021-04-13T07:24:55Z
2021-04-13T08:28:46Z
https://github.com/slackapi/python-slack-sdk/issues/998
[ "question" ]
crazyeights89
0
deepset-ai/haystack
machine-learning
8,062
docs: clean up the first batch of docstrings
The goal is to clean up and clarify the docstrings: - The introduction will explain what the component does in a concise way. - Use more concise language throughout the docstrings. The first batch of components were identified based on their most-often usage in pipelines according to telemetry: - [x] #8063 - [...
closed
2024-07-24T08:52:11Z
2024-07-31T09:44:17Z
https://github.com/deepset-ai/haystack/issues/8062
[]
dfokina
1
stitchfix/hamilton
numpy
166
Help bootstrap `check_output()` decorator.
**Is your feature request related to a problem? Please describe.** Can we help users bootstrap the `check_output()` decorator? **Describe the solution you'd like** Setting up data quality is possible to do manually, but with some knowledge of the data, could be automated, or at least partially automated. Idea: ...
closed
2022-08-02T17:08:43Z
2023-02-26T17:13:35Z
https://github.com/stitchfix/hamilton/issues/166
[ "enhancement", "data quality" ]
skrawcz
1
JaidedAI/EasyOCR
deep-learning
1,172
Add Gujarati Language
For Group 3 (Devanagari) Request to add Gujarati Language [gu.txt](https://github.com/JaidedAI/EasyOCR/files/13487204/gu.txt) [gu_char.txt](https://github.com/JaidedAI/EasyOCR/files/13487208/gu_char.txt)
open
2023-11-28T11:14:16Z
2024-09-08T12:36:41Z
https://github.com/JaidedAI/EasyOCR/issues/1172
[]
ashudhatma
1
521xueweihan/HelloGitHub
python
2,588
【开源自荐】OpenGPT:一个逆向工程的非官方 ChatGPT 代理 ( 绕过 Cloudflare 403 AccessDenied )
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/gngpp/opengpt <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:Rust <!--请...
closed
2023-08-03T11:31:42Z
2023-09-23T01:00:06Z
https://github.com/521xueweihan/HelloGitHub/issues/2588
[]
0x676e67
0
jstrieb/github-stats
asyncio
77
No name's github stats
I am trying to implement the stats on readme. I have created all the files and folders and yaml file but I am getting No name's github stats and no stats. I am an attaching the image for reference: <img width="374" alt="Screenshot 2022-07-06 at 2 58 34 PM" src="https://user-images.githubusercontent.com/59417546/1775...
open
2022-07-06T09:29:45Z
2022-11-25T06:37:07Z
https://github.com/jstrieb/github-stats/issues/77
[]
reveurguy
4
arogozhnikov/einops
numpy
292
[BUG] batchsize of dataloading
If I set dataloading batch_size to larger than 1. The whole program may need to modified, I am not sure whether I am right.
closed
2023-11-25T14:42:04Z
2024-09-15T14:44:27Z
https://github.com/arogozhnikov/einops/issues/292
[]
wwwy-binary
0
comfyanonymous/ComfyUI
pytorch
7,082
For the problem that images with the same file name in the loading image window will not be refreshed?
### Your question When I was using the loading image node, I found that once the same file name is changed in Photoshop, but the file name is not changed, it will cause the problem that it will not refresh in real time in comfyui. How did you solve this problem? ### Logs ```powershell ``` ### Other _No response_
open
2025-03-05T07:48:45Z
2025-03-05T09:37:23Z
https://github.com/comfyanonymous/ComfyUI/issues/7082
[ "Feature", "User Support" ]
yitao2020
2
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,308
[Bug]: sdxl model with api generates simple/geometric shapes images
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [X] The issue has not been reported ...
closed
2024-03-18T17:57:02Z
2024-03-19T12:04:48Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15308
[ "bug-report" ]
victorbianconi
0
noirbizarre/flask-restplus
flask
562
Use of custom error handler is obscure
Not sure if this is intended or otherwise, but just posting my experience - I am using flask_restplus with payload validation: ``` class resource(Resource): @ns.expect(payload_model, validate=True) ``` However, I want to change the default output validation json output. From the restplus source code, there ...
open
2018-12-07T07:39:23Z
2019-04-02T13:46:37Z
https://github.com/noirbizarre/flask-restplus/issues/562
[ "question" ]
hang15
0
ARM-DOE/pyart
data-visualization
1,548
RoI calculation (in gridding routine) smear data too strongly, especially vs. z than vs. x and y (physically inconsistent)
### Description The default RoI method `DistBeamRoI` currently calculates the RoI as follows: ``` roi = (self.h_factor[0] * ((z - z_offset) / 20.0) + sqrt((self.h_factor[1] * (y - y_offset))**2 + (self.h_factor[2] * (x - x_offset))**2) * self.beam_factor) ``` where: `self.b...
closed
2024-04-05T17:17:27Z
2024-04-11T13:28:45Z
https://github.com/ARM-DOE/pyart/issues/1548
[]
isilber
2
joouha/euporie
jupyter
18
Euporie does not work in Alacritty (without Tmux?)
Hello again! I am having a really weird issue, where Euporie doesn't output anything if launched from [Alacritty](https://github.com/alacritty/alacritty), but works fine in gnome-terminal. Also, works fine if run from Tmux within alacritty? When i run Euporie from "vanilla" Alacritty, there's no output. If i pres...
closed
2021-08-12T07:42:00Z
2022-02-04T11:40:45Z
https://github.com/joouha/euporie/issues/18
[]
Peder2911
3
JoeanAmier/TikTokDownloader
api
284
可以采集热榜的其他分类吗 如:种草榜
UP工具很好用,想问一下,我想采集种草榜的话 需要在哪里添加参数吗
open
2024-08-26T11:37:26Z
2024-08-27T02:32:23Z
https://github.com/JoeanAmier/TikTokDownloader/issues/284
[]
gkxkx
2
statsmodels/statsmodels
data-science
9,520
Seasonal adjustment procedure improvement
Incorrect interaction with x-13 during seasonal adjustment procedure. There are a lot of topics on internet about difference in SA results using different tools including python or R. As a result of incorrect interaction, users got some reasonable issues with SA results. Using statsmodels variant, users cannot adequate...
open
2025-02-28T09:54:59Z
2025-02-28T11:07:45Z
https://github.com/statsmodels/statsmodels/issues/9520
[]
1l3v
0
pallets/quart
asyncio
390
API Tutorial missing steps
In this [link](https://github.com/pallets/quart/blob/171c4a7b750ae2a5c4351163ddb58fb5998458cc/docs/tutorials/api_tutorial.rst?plain=1#L124) in the API tutorial, where we have instructions to install schemas for validating in/out data, it is not said that we also need to install pydantic or similar to actually make the ...
closed
2024-11-20T19:30:03Z
2024-12-06T00:28:50Z
https://github.com/pallets/quart/issues/390
[]
redeemefy
2
DistrictDataLabs/yellowbrick
matplotlib
1,199
Can I produce KElbowVisualizer for several (or all) metrics at the same time?
Can I produce KElbowVisualizer for several (or all) metrics at the same time? Something like this: ``` model = KMeans() visualizer = KElbowVisualizer( model, k=(4,12), metric=['calinski_harabasz', 'silhouette', 'distortion'] ) ``` Or t...
closed
2021-10-14T16:21:17Z
2021-11-10T14:09:06Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1199
[ "type: question" ]
michael135
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
853
Mobile Text to Speech engine
Is there a way to make a (mobile/android) text to speech engine using this? something like Google TTS or Svox TTS engine (pico) ?
closed
2021-09-26T08:43:15Z
2021-09-27T18:22:56Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/853
[]
francogrex
1
inducer/pudb
pytest
117
IPython crashed when invoked from Pudb with `!`
I have IPython 2.1.0 and PuDB 2014.1. When I try to drop into the IPython shell with `!`, then PuBD and IPython crash with the following traceback: ``` Traceback (most recent call last): File "/home/hannes/usr/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name)...
closed
2014-06-02T00:58:08Z
2014-06-02T01:02:50Z
https://github.com/inducer/pudb/issues/117
[]
hannes-brt
0
modin-project/modin
data-science
7,283
Introduce MinRowPartitionSize and MinColumnPartitionSize to make partitioning more flexible
closed
2024-05-21T14:33:37Z
2024-06-14T20:04:17Z
https://github.com/modin-project/modin/issues/7283
[ "new feature/request 💬" ]
YarShev
0
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
880
Question about sets size ratio
I'm sorry if this is a trivial quesiton. I want to train a CycleGAN using my dataset A (about 5000 images) and a public synthetic dataset B (about 5 milions images). How many images should I choose from dataset B? In other words, must the two sets have approximately the same size or one can be much bigger then the othe...
closed
2019-12-17T14:49:46Z
2019-12-18T13:17:02Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/880
[]
domef
1
automl/auto-sklearn
scikit-learn
1,164
Dealing with highly imbalanced data in Autosklearn
Hi, In view of the issue #113, I would like to know if there is an update regarding including SMOTE in Autosklearn package?
closed
2021-06-25T14:18:31Z
2024-05-30T14:58:05Z
https://github.com/automl/auto-sklearn/issues/1164
[ "question" ]
ShirinNajdi
7
gee-community/geemap
jupyter
1,133
cm.palettes error "The palette must be a list of colors or a string or a Box object"
### Environment Information - geemap version: 0.14.3 - Python version: 3.9 - Operating System: Windows 11 ### Description Greetings Dr. Wu. I was triying to use the function cm.palettes to visualize some NBR images , but it doesn't seem to work. I thought it was something wrong with my script so I dow...
closed
2022-07-08T15:23:27Z
2022-07-08T15:44:46Z
https://github.com/gee-community/geemap/issues/1133
[ "bug" ]
REvilo-code
1
iperov/DeepFaceLab
deep-learning
5,337
why my result only has 1 frame
(Freezed video) (i can only hear the sound)
open
2021-05-26T13:19:16Z
2023-06-08T22:34:39Z
https://github.com/iperov/DeepFaceLab/issues/5337
[]
Seyrlaun
2
huggingface/transformers
pytorch
36,228
A word-level timestamps on whisper generation pipeline is mismatched to total duration
## Reproduction Below code snippet is [official example](https://huggingface.co/openai/whisper-large-v3). ``` import torch from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline from datasets import load_dataset device = "cuda:0" if torch.cuda.is_available() else "cpu" torch_dtype = torch.float1...
open
2025-02-17T09:42:02Z
2025-03-13T13:28:38Z
https://github.com/huggingface/transformers/issues/36228
[ "bug" ]
dobby-seo
1
BlinkDL/RWKV-LM
pytorch
190
为什么生成的内容经常会重复
model是RWKV-4-World-0.1B-v1-20230520-ctx4096。 比如这种 ``` User:Generate a JSON file to describe an automation action. Assistant:[ To describe an automation action, you can use the `describe` method. Here's an example of how you can use the `describe` method: describe("User", function () { it("should show the ...
open
2023-10-16T02:42:54Z
2024-07-23T08:35:33Z
https://github.com/BlinkDL/RWKV-LM/issues/190
[]
bigcat26
2
proplot-dev/proplot
matplotlib
206
scatter_wrapper does not accept argument 'extend'.
### Description ### Steps to reproduce ```python import proplot as plot import numpy as np import pandas as pd fig, ax = plot.subplots() state = np.random.RandomState(51423) x = (state.rand(20) - 0).cumsum() data = (state.rand(20, 4) - 0.5).cumsum(axis=0) data = pd.DataFrame(data, columns=pd.Index(['a',...
closed
2020-07-12T00:57:50Z
2021-06-30T22:05:22Z
https://github.com/proplot-dev/proplot/issues/206
[ "bug" ]
lacstorm
1
assafelovic/gpt-researcher
automation
516
How to run repo on a mac with local folder?
I am having trouble due to setup not complete so I did the following # nltk Download nltk files from https://www.nltk.org/nltk_data/ Punkt and extract to: `Users › korayem > nItk_data › tokenizers > punkt` averaged_perceptron_tagger and extract to: `Users › <username> > nitk_data › taggers > averaged_perceptron_t...
closed
2024-05-20T22:14:15Z
2024-06-08T05:26:20Z
https://github.com/assafelovic/gpt-researcher/issues/516
[]
Korayem
5
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,356
Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)
loading之后出现这样的问题怎么解决
closed
2021-12-24T08:20:49Z
2022-03-09T06:43:58Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1356
[]
1664566760
4
databricks/koalas
pandas
2,018
Can't use __eq__ with list
In pandas doing ```python pandas_series == [1, 2, 3] ``` does element wise comparison if the length matches. I koalas, this doesn't seem to be supported. Is that something you would consider adding? Thanks!
open
2021-01-25T18:34:48Z
2021-02-17T04:29:23Z
https://github.com/databricks/koalas/issues/2018
[ "bug", "discussions" ]
amueller
1
home-assistant/core
asyncio
140,430
Ollama llm (llama 3.2, phi, tinyllama) not working
### The problem Keep getting this error “ Unexpected error during intent recognition” ### What version of Home Assistant Core has the issue? 2025.3.1/2 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you running? Home Assistant OS ### Integration cau...
open
2025-03-12T01:34:46Z
2025-03-12T19:40:34Z
https://github.com/home-assistant/core/issues/140430
[ "needs-more-information" ]
naidusg
1