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
charlesq34/pointnet
tensorflow
228
Cannot feed value of shape (1,) for Tensor 'Placeholder_1:0', which has shape '(1, 9000)'
Hi everybody, when I run "batch_inference.py" on a pointnet model that was trained on my own data, I occasionally get the following error: **Error Message:** `ValueError: Cannot feed value of shape (1,) for Tensor 'Placeholder_1:0', which has shape '(1, 9000)'` **Error occurs when:** The error occurs when I ...
open
2020-01-03T15:06:45Z
2020-01-06T12:01:21Z
https://github.com/charlesq34/pointnet/issues/228
[]
fah2020
1
vitalik/django-ninja
rest-api
1,200
[BUG] URL path recognition error when get request comes first and post request comes later
**Describe the bug** A clear and concise description of what the bug is. **Versions (please complete the following information):** - Python version: [3.11] - Django version: [django==4.2.13] - Django-Ninja version: [django-ninja==1.1.0] hi,vitalik Thank you very much for this great project this is my c...
open
2024-06-21T14:21:12Z
2024-06-21T14:21:12Z
https://github.com/vitalik/django-ninja/issues/1200
[]
lijwchn
0
tensorflow/datasets
numpy
8,998
Mr
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET **Short description** Description of the bug. **Environment information** * Operating System: <os> * Python version: <version> * `tensorflow-datasets`/`tfds-nightly` version: <package and version> * `tensorflow`/`tf-nightly` version: <package and versio...
closed
2024-12-02T14:46:03Z
2024-12-09T14:24:09Z
https://github.com/tensorflow/datasets/issues/8998
[ "bug" ]
MKA975
0
mars-project/mars
scikit-learn
2,584
[BUG] mars.dataframe.DataFrame.loc[i:j] semantics is different with pandas
# Reporting a bug ``` import pandas as pd import mars import numpy as np df = pd.DataFrame(np.random.rand(5,3)) sliced_df = df.loc[0:1] # Out[6]: sliced_df # 0 1 2 # 0 0.362741 0.466188 0.750695 # 1 0.775940 0.544655 0.711621 mars.new_session() md = mars.dataframe.DataF...
closed
2021-11-24T06:33:29Z
2022-09-05T03:26:57Z
https://github.com/mars-project/mars/issues/2584
[ "type: bug", "mod: dataframe" ]
dlee992
0
OpenVisualCloud/CDN-Transcode-Sample
dash
160
Integrate the EPA plugins to tune transcoding performance on NUMA cluster systems.
https://networkbuilders.intel.com/network-technologies/enhancedplatformawareness
open
2020-06-10T16:13:43Z
2020-06-10T16:14:55Z
https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/160
[]
xwu2git
0
ray-project/ray
machine-learning
51,075
[core] add tests to ensure the ConcurrencyGroupManager creates the correct number of threads
### Description as title ### Use case _No response_
open
2025-03-04T23:03:42Z
2025-03-04T23:03:51Z
https://github.com/ray-project/ray/issues/51075
[ "enhancement", "core" ]
kevin85421
0
sgl-project/sglang
pytorch
3,758
[Feature] Optimizing DeepSeek with the DeepSeek Infra OSS component
### Checklist - [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [ ] 2. Please use English, otherwise it will be closed. ### Motivation ref https://github.com/deepseek-ai/open-infr...
closed
2025-02-21T11:52:28Z
2025-03-10T18:28:28Z
https://github.com/sgl-project/sglang/issues/3758
[ "high priority", "performance", "deepseek" ]
zhyncs
4
twopirllc/pandas-ta
pandas
201
Tried trendreturn=True in pandas-ta/examples/example.ipynb and got error
**Describe the bug** ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pandas/core/indexes/base.py", line 3080, in get_loc return self._engine.get_loc(casted_key) File "pandas/_libs/index.pyx", line 70, in pandas._libs.index.IndexEn...
closed
2021-01-30T13:17:02Z
2021-02-12T19:10:46Z
https://github.com/twopirllc/pandas-ta/issues/201
[ "info" ]
vijay-r
3
twopirllc/pandas-ta
pandas
309
AttributeError: module 'pandas_ta' has no attribute 'ticker'
Hi, I like pandas_ta. it is very useful. but i meet un problem. is it a bug? **Which version are you running? The lastest version is on Github. Pip is for major releases.** ta.version 0.2.45b0 **Describe the bug** help(ta.sma) ok help(ta.ticker) AttributeError: module 'pandas_ta' has no attribute 'tic...
closed
2021-06-10T21:12:37Z
2021-06-11T21:41:09Z
https://github.com/twopirllc/pandas-ta/issues/309
[ "info" ]
wenny0501
5
falconry/falcon
api
2,410
Decide and document release maintenance lifecycle
See also this comment: https://github.com/falconry/falcon/pull/2409#issuecomment-2477553091. We ought to have a clear maintenance policy on what is considered maintained, and for how long. Do we want to maintain anything from the "old stable", i.e., SemVer major version -1? Some examples from other projects: * ...
open
2024-11-16T19:03:47Z
2024-11-16T19:13:39Z
https://github.com/falconry/falcon/issues/2410
[ "documentation", "needs-decision", "maintenance", "community" ]
vytas7
2
fugue-project/fugue
pandas
45
[BUG] Save to parquet throws error on NativeExecutionEngine with pandas < 1.0
**Minimal Code To Reproduce** ```python from fugue import FugueWorkflow with FugueWorkflow() as dag: dag.df([[0]],"a:int").save("/tmp/1.parquet") ``` **Describe the bug** For pandas>=1, it works fine, for pandas<1 it complains the `schema` argument is duplicated **Expected behavior** It should work...
closed
2020-09-22T23:08:25Z
2020-10-05T03:01:33Z
https://github.com/fugue-project/fugue/issues/45
[ "bug", "version dependent" ]
goodwanghan
3
davidteather/TikTok-Api
api
557
AttributeError: 'PlaywrightContextManager' object has no attribute '_playwright'
**Trying to get the post details using getTikTokByUrl() method** ``` api.getTikTokByUrl(url, custom_verifyFp='xx') ``` Any leads on how to solve this would be helpful **Desktop (please complete the following information):** - OS: [Ubuntu 20.04] - TikTokApi Version [3.9.5] **Additional context** Work...
closed
2021-04-08T03:04:07Z
2021-04-09T21:29:44Z
https://github.com/davidteather/TikTok-Api/issues/557
[ "bug" ]
pjaswanthreddy
3
public-apis/public-apis
api
3,793
new cryoto
Thanks for looking to open an issue for this project. If you are opening an issue to suggest adding a new entry, please consider opening a pull request instead!
closed
2024-03-11T18:25:34Z
2024-03-15T18:10:31Z
https://github.com/public-apis/public-apis/issues/3793
[]
pleasehelpme-12
1
mwaskom/seaborn
matplotlib
3,146
seaborn.objects: Text isn't shown properly when too close the axis border
Example: ![image](https://user-images.githubusercontent.com/26582151/202478053-7a0e30f9-5321-481c-9a91-ce69bcd18776.png) Similar issues occur when halign is set for other values. When one bar is too close to the border, this type of problem occurs.
closed
2022-11-17T14:50:09Z
2022-11-30T11:36:40Z
https://github.com/mwaskom/seaborn/issues/3146
[]
JanPalasek
7
davidsandberg/facenet
computer-vision
773
why the size of my finetune model only 94MB?
Hi I try to train with pretrained_model(tendorflow1.4.1, model:[20180402-114759](https://drive.google.com/open?id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-)), python train_tripletloss.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/facenet/ --data_dir ~/data/vggface2/train_160 --image_size 160 --model_def model...
closed
2018-05-31T02:17:48Z
2018-06-20T09:04:51Z
https://github.com/davidsandberg/facenet/issues/773
[]
clscy
1
MagicStack/asyncpg
asyncio
283
How to add a notification listener for Pool ? Will Pool refresh listeners after restarting PostgreSQL ?
closed
2018-04-25T11:53:10Z
2022-07-28T21:31:59Z
https://github.com/MagicStack/asyncpg/issues/283
[]
ermakoves
8
cobrateam/splinter
automation
471
What is the proper way to submit a form? (DjangoClient)
Using the Django client, I can click on a link, but when I click on a button I get: ``` self = <splinter.driver.djangoclient.DjangoClientElement object at 0x112260890> def click(self): """ Clicks in the element. """ > raise NotImplementedError E NotImplementedError ``` ...
open
2016-02-27T23:02:10Z
2016-02-29T21:04:19Z
https://github.com/cobrateam/splinter/issues/471
[]
drernie
4
kymatio/kymatio
numpy
142
Authors in `setup.py`
At least one is missing, as far as I can tell. Should this be the same as those listed in `AUTHORS.md`?
closed
2018-11-18T05:18:59Z
2018-11-20T04:32:48Z
https://github.com/kymatio/kymatio/issues/142
[]
janden
9
marcomusy/vedo
numpy
46
Can't pickle Actors
I get an error when I want to write actors to a pickle file. ``` import vtkplotter import pickle obj = vtkplotter.Sphere() data = {'actors': obj} with open('actors.pickle', 'wb') as f: pickle.dump(data, f) ``` > TypeError: can't pickle Actor objects
closed
2019-08-25T15:26:26Z
2019-08-26T12:12:32Z
https://github.com/marcomusy/vedo/issues/46
[ "help wanted" ]
hmralavi
1
coqui-ai/TTS
deep-learning
3,819
Coqui XTTS-V2 Quantization?
Hello! I’ve seen LLaMA and even Whisper models quantized in GGUF/GGML. Is it possible to quantize Coqui XTTS-V2 model?
closed
2024-07-10T20:10:52Z
2024-12-28T11:58:14Z
https://github.com/coqui-ai/TTS/issues/3819
[ "wontfix", "feature request" ]
yukiarimo
1
gradio-app/gradio
deep-learning
10,205
`gr.render` with `triggers` occurs bug
### Describe the bug After update to 5.9.0 `gr.render` makes error. I think there is a problem with this PR(#10190). To check if `trigger.callback` is None is needed. [gradio/gradio/renderable.py:149](https://github.com/gradio-app/gradio/blob/main/gradio/renderable.py#L149) ```python if trigger.callback: t...
closed
2024-12-16T03:28:34Z
2024-12-16T21:18:37Z
https://github.com/gradio-app/gradio/issues/10205
[ "bug", "Priority", "Regression" ]
BLESS11186
1
tflearn/tflearn
tensorflow
962
Input Formay
Hi guys, I'm trying to use this example(VGG16) as a transfer learning research. I found that in the Oxford flower project, you are using pickle to load data. I wonder whether there's a way to load data like Tensorflow style? I mean read path/to/image01.jpg from a txt-like file Thanks
closed
2017-11-20T03:58:19Z
2017-11-20T14:49:50Z
https://github.com/tflearn/tflearn/issues/962
[]
GaryGao829
0
Kanaries/pygwalker
matplotlib
650
Document that GraphicWalker now works with Panel
## Context GraphicWalker now works with [Panel](https://panel.holoviz.org) the third most used Python Dashboarding framework according to latest jetbrains survey. Right now just Pandas DataFrames is supported. But also with computation on the server which is quite nice. https://github.com/user-attachments/asse...
closed
2024-10-30T17:21:32Z
2024-11-08T08:54:22Z
https://github.com/Kanaries/pygwalker/issues/650
[]
MarcSkovMadsen
2
numba/numba
numpy
9,499
support __call__ in jitclass
Add support for ```__call__``` in jitclass. Doesn't seem to be available in numba-0.59.0 Overloading of ```__call__``` is widely used. Two important use cases are: 1. Functions which have state are conveniently represented as classes. 2. Existing python code e.g., scipy root-finding, expect to call a f...
open
2024-03-15T17:44:05Z
2024-03-19T14:30:35Z
https://github.com/numba/numba/issues/9499
[ "feature_request", "jitclass" ]
nbecker
1
zihangdai/xlnet
tensorflow
154
ImportError: No module named 'tensorflow.contrib.tpu.proto'
I tried to run 'train.py' for pretraining xlnet. I use deep learning vm with tensorflow 1.14.0 in GCP. What happened? I cannot find the module in tensorflow.
closed
2019-07-12T04:27:18Z
2019-07-13T02:25:12Z
https://github.com/zihangdai/xlnet/issues/154
[]
dhlee347
2
KaiyangZhou/deep-person-reid
computer-vision
448
More trained OSNet_ain models
Hi, I would like to know if there are more trained OSNet_ain models with different input sizes or network depth? Thanks :)
open
2021-07-15T11:22:46Z
2021-08-15T10:08:36Z
https://github.com/KaiyangZhou/deep-person-reid/issues/448
[]
Omri-L
4
Textualize/rich
python
2,962
[REQUEST] Allow the pager to *stream* console output
**How would you improve Rich?** I would like for it to be possible for me to page the `console.print`ed input as soon as `console.print()` is called. This would help with paging text as it is received when you, for example, fetch multiple things from an API or when you're streaming output from some long-running prog...
closed
2023-05-14T03:00:44Z
2023-07-29T07:31:51Z
https://github.com/Textualize/rich/issues/2962
[ "Needs triage" ]
Jackenmen
3
plotly/dash-cytoscape
plotly
24
Integration with biopython
Currently, the `usage-phylogeny.py` demo provides a great example for converting Phylo objects (phylogeny trees) into Cytoscape graphs. It would be interesting to have full-fledge support to convert from and to `biopython.Phylo`, as well as other graphical data structure in biopython.
closed
2019-01-12T04:36:19Z
2020-06-18T18:31:31Z
https://github.com/plotly/dash-cytoscape/issues/24
[ "suggestion" ]
xhluca
0
stanfordnlp/stanza
nlp
867
Document conversion to Python object and back to document - problems
Hi, I am using the spanish language model to annotate text: import stanza stanza.download('es') nlp = stanza.Pipeline('es') doc=nlp(texto) #texto is a string with the text to be annotated When I access the properties of the annotated document, it works fine (e.g. doc.text returns the original text and doc.ent...
closed
2021-10-29T21:02:11Z
2022-01-07T19:04:48Z
https://github.com/stanfordnlp/stanza/issues/867
[ "stale" ]
VicenteLawal
4
recommenders-team/recommenders
machine-learning
1,813
[ASK] Recommendation algorithms leveraging user attributes as input
Hi Recommenders, Thank you for the interesting repository. I came across `recommenders` repository very recently. I am still exploring different algorithms. I have a particular interest to recommendation algorithms leveraging or taking user attributes i.e., gender, age, occupation as input. ### Description <!--- De...
closed
2022-08-18T14:36:28Z
2022-10-19T07:58:51Z
https://github.com/recommenders-team/recommenders/issues/1813
[ "help wanted" ]
SlokomManel
1
zappa/Zappa
django
544
[Migrated] Issues deploying with zappa
Originally from: https://github.com/Miserlou/Zappa/issues/1441 by [jairov96](https://github.com/jairov96) <!--- Provide a general summary of the issue in the Title above --> ## Context Hello, I'm having some issues deploying with zappa while following [this tutorial](https://renzo.lucioni.xyz/serverless-slash-com...
closed
2021-02-20T12:22:32Z
2022-07-16T07:13:02Z
https://github.com/zappa/Zappa/issues/544
[]
jneves
1
unit8co/darts
data-science
2,444
Global Vs Local Models and Multivariate vs Multiple Series Forecasting
I am trying to understand better how a global model would work under the two different forecasting methods - multivariate forecast vs multiple series forecasting. Based on what was mentioned in [#2141](https://github.com/unit8co/darts/issues/2141), the method I am currently using below would fall under a multiple serie...
closed
2024-07-02T21:26:17Z
2024-07-09T15:56:11Z
https://github.com/unit8co/darts/issues/2444
[ "q&a" ]
ETTAN93
1
dgtlmoon/changedetection.io
web-scraping
2,866
Issue with "<" character in HTML Notifications not escaped
**Describe the bug** It appears the < character is not escaped in HTML notifications. The < character does not show and causes problems after it. **Version** v0.48.05 **How did you install?** Docker **To Reproduce** Steps to reproduce the behavior: 1. Set notification to HTMLcolor and set an email...
open
2024-12-27T14:03:42Z
2025-01-29T11:46:33Z
https://github.com/dgtlmoon/changedetection.io/issues/2866
[ "bug", "Notifications systems" ]
8rror404
7
polakowo/vectorbt
data-visualization
153
How to disable nopython mode with numba?
Inside of my `segment_prep_func_nb` function I need to call a function that I cannot njit. I've tried to use `os.environ["NUMBA_DISABLE_JIT"] = "1" ` and the parameter `use_numba=False` but the simulation still fails in nopython mode.
closed
2021-05-28T04:44:09Z
2021-05-28T15:31:19Z
https://github.com/polakowo/vectorbt/issues/153
[]
BlackArbsCEO
4
ResidentMario/missingno
pandas
42
what is the limit num of pic
Hi,I have newer ,have an data of 2000+ missing feature , when I use msno.matrix only have full blank 。So what is the max num of pic
closed
2018-01-20T13:44:01Z
2018-02-03T22:03:08Z
https://github.com/ResidentMario/missingno/issues/42
[]
xxllp
1
benbusby/whoogle-search
flask
136
[BUG] Shopping tab styling/filtering issues
**Describe the bug** When shopping tab is clicked, two headers (logo and search bar) are displayed instead of the usual header. Plus, the whole page for shopping is in a expanded mobile view but not in a desktop view. ![Screenshot_2020-10-22 test - Whoogle Search](https://user-images.githubusercontent.com/39688612...
open
2020-10-22T13:29:04Z
2023-02-04T10:18:35Z
https://github.com/benbusby/whoogle-search/issues/136
[ "bug" ]
saltven
2
Guovin/iptv-api
api
714
[Bug]: 为什么有些接口明明质量很高,排序时却测不出各种指标呢
### Don't skip these steps | 不要跳过这些步骤 - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁** - [X] I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题 - [X] I will not s...
closed
2024-12-19T13:56:57Z
2024-12-20T09:59:28Z
https://github.com/Guovin/iptv-api/issues/714
[ "question" ]
zhycn9033
3
matplotlib/matplotlib
data-science
29,711
[ENH]: directional antialiasing filter
### Problem Currently, the antialiasing filter used by imshow() is applied both in the x and the y direction. There are cases where "image-like" data is highly sampled in one direction (requiring antialiasing) but not in the other, and also has some nans; an example is a kymograph like subfigure 1c at https://www.nat...
open
2025-03-06T11:49:33Z
2025-03-17T14:31:07Z
https://github.com/matplotlib/matplotlib/issues/29711
[ "New feature", "topic: images" ]
anntzer
17
serengil/deepface
machine-learning
1,008
Get error from "from deepface.commons import distance"
I have no problem until today that I get this error : Today, for this line in my code, I get following error: from deepface.commons import distance cannot import name 'distance' from 'deepface.commons' (/usr/local/lib/python3.10/dist-packages/deepface/commons/__init__.py) from deepface.commons import function...
closed
2024-02-05T05:40:50Z
2024-02-05T08:38:28Z
https://github.com/serengil/deepface/issues/1008
[ "question" ]
yasaman-y
1
dynaconf/dynaconf
fastapi
1,189
[docs] Docs are wrong about list merge behavior
The default behavior for list merging is appending, but docs example shows an insert at beginning behavior. E.g in test: https://github.com/dynaconf/dynaconf/blob/b23dac456fbc382b6b9f58624c44162c0fd957d8/tests_functional/legacy/dynaconf_merge/app.py https://www.dynaconf.com/merging/#merging-existing-data-structur...
open
2024-10-17T12:56:01Z
2024-10-17T13:28:10Z
https://github.com/dynaconf/dynaconf/issues/1189
[ "Docs" ]
pedro-psb
0
vitalik/django-ninja
pydantic
354
TestClient instantiation throws different errors due to the values I pass to router_or_app argument
Hello there, I am still new to Ninja and I have had a hard time trying to figure out how to use the test clients provided in the testing package, and I couldn't find in the documentation any clue on how to use them, it would be much appreciated if anyone could help me with how to use the TestClient properly. I have ...
open
2022-02-09T13:39:20Z
2024-11-20T15:56:23Z
https://github.com/vitalik/django-ninja/issues/354
[]
abdelrahmenAyman
6
ansible/awx
automation
14,903
Support diff mode in awx.awx.* modules
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software pro...
open
2024-02-20T13:50:21Z
2024-05-14T08:57:36Z
https://github.com/ansible/awx/issues/14903
[ "type:enhancement", "component:awx_collection", "community" ]
keilr
3
tensorflow/tensor2tensor
machine-learning
1,719
How to parallelize datagen manually on Text2TextProblems?
### Description Is it possible to parallelize datagen manually when doing text2text problems? Because even though the data files can be concatenated, it seems likely that the vocab files (eg vocab.phrase_generator_problem.65536.subwords) cannot be concatted because the vocab files are different when running datagen ...
closed
2019-10-02T14:12:36Z
2019-10-10T03:26:33Z
https://github.com/tensorflow/tensor2tensor/issues/1719
[]
abnf
1
iterative/dvc
machine-learning
10,096
exp push: rejected https git push in Gitlab-CI
I get this error with dvc exp push origin : `DEBUG: link type reflink is not available ([Errno 95] no more link types left to try out)` Note that everything is done inside a .gitlab-ci.yml file. And I don't `dvc exp run`, the artifact etc... are logged through Live and DVCLiveCallBack I have an Azure Blob Storage...
closed
2023-11-15T11:34:29Z
2024-03-27T14:52:57Z
https://github.com/iterative/dvc/issues/10096
[ "bug", "p2-medium", "A: experiments", "git" ]
BaptisteLoquette
19
ploomber/ploomber
jupyter
215
Implement upstream extraction in more tasks
SQLUpload should have extract_upstream
closed
2020-08-09T16:11:11Z
2020-08-11T05:15:53Z
https://github.com/ploomber/ploomber/issues/215
[]
edublancas
1
recommenders-team/recommenders
machine-learning
2,211
[BUG] Error in PySpark tests
### Description <!--- Describe your issue/bug/request in detail --> Spark tests breaking: https://github.com/recommenders-team/recommenders/actions/runs/13447063630/job/37574622335 ``` 2025-02-21T01:39:23Z ERROR The first run cannot skip downloading Java DB 2025-02-21T01:39:24Z FATAL Fatal error image scan error: sc...
open
2025-02-24T15:15:29Z
2025-02-24T18:17:35Z
https://github.com/recommenders-team/recommenders/issues/2211
[ "bug" ]
miguelgfierro
1
lanpa/tensorboardX
numpy
620
How to visualize the whole video dataset,such as ucf101?
open
2021-04-01T04:21:33Z
2021-04-01T04:21:33Z
https://github.com/lanpa/tensorboardX/issues/620
[]
HuangZuShu
0
miguelgrinberg/Flask-SocketIO
flask
1,809
ImportError: cannot import name 'run_with_reloader' from 'werkzeug.serving'
**Describe the bug** I am seeing the following issue upon importing `flask_socketio` into my app: ``` File "/home/.../venv/lib/python3.7/site-packages/flask_socketio/__init__.py", line 24, in <module> from werkzeug.serving import run_with_reloader ImportError: cannot import name 'run_with_reloader' from 'werkz...
closed
2022-03-30T05:34:35Z
2022-03-30T09:20:36Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1809
[]
ericvanbuhler
1
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
410
前辈您好 请教一下 我通过api解析出来的视频地址域名是https://v16-webapp-prime.us.tiktok.com而不是https://v16m-default.akamaized.net 是为什么
前辈您好 请教一下 我通过api解析出来的视频地址域名是https://v16-webapp-prime.us.tiktok.com而不是https://v16m-default.akamaized.net 是为什么 ![image](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/assets/86545790/f1e2d621-da1e-41bb-86c8-fef62116205c) ![image](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/assets/86545790/674b5ba...
closed
2024-05-26T03:55:36Z
2024-06-14T08:23:08Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/410
[ "enhancement" ]
scai-app
3
seleniumbase/SeleniumBase
pytest
2,345
Raw driver syntax not working
I was trying Seleniumbase with raw syntax but it is not working script execute and finish without opening the broswer and accessing the url and not giving any errors or wranings. Here is the code samples I tried: ``` from seleniumbase import Driver driver = Driver(uc=True) try: driver.get("https://nows...
closed
2023-12-07T15:11:43Z
2023-12-08T01:25:14Z
https://github.com/seleniumbase/SeleniumBase/issues/2345
[ "invalid usage", "UC Mode / CDP Mode" ]
0xlearner
5
thtrieu/darkflow
tensorflow
788
ERROR : Microsoft Visual C++ 14.0 is required.
Hi guys, I have a problem to get started with darkflow, I decided to install it with pip globally with `pip3 install .` and it says : `error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools` But the link http://la...
closed
2018-06-02T18:48:53Z
2023-08-08T21:39:50Z
https://github.com/thtrieu/darkflow/issues/788
[]
johhnry
6
deepset-ai/haystack
pytorch
8,258
Add top_k parameter to ChatMessageRetriever
**Is your feature request related to a problem? Please describe.** The ChatMessageRetriever for RAG + Chat always provides the whole conversation history. That way, at some point the context window is exceeded. **Describe the solution you'd like** Something similar to a top_k parameter in the init of the component...
closed
2024-08-20T14:10:32Z
2024-09-10T09:50:48Z
https://github.com/deepset-ai/haystack/issues/8258
[ "P2" ]
Emil-io
9
bigscience-workshop/petals
nlp
609
Error using the local llama3.1 model
I tried to load the local model and ran into this issue Error: > raise ValueError( > ValueError: `rope_scaling` must be a dictionary with with two fields, `type` and `factor`, got {'factor': 8.0, 'low_freq_factor': 1.0, > 'high_freq_factor': 4.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}...
open
2024-08-15T02:07:00Z
2024-10-19T22:48:12Z
https://github.com/bigscience-workshop/petals/issues/609
[]
CzsGit
1
ranaroussi/yfinance
pandas
2,323
Can't upgrade to latest yfinance version
Hello, previous version 0.2.43 was working fine, in order to avoid JSON-issue discussed in other thread, I am trying to upgrade, but can't, could you please advise? Thanks C:\Users\User2>pip install --upgrade --force-reinstall beautifulsoup4 Collecting beautifulsoup4 Using cached https://files.pythonhosted.org/packa...
closed
2025-02-24T13:05:43Z
2025-02-24T13:21:05Z
https://github.com/ranaroussi/yfinance/issues/2323
[]
vk111
0
graphql-python/graphene-django
graphql
1,048
Option to display labels of Django Choices enumeration types
**Is your feature request related to a problem? Please describe.** I would like to show "label" of Django choices [Enumeration type](https://docs.djangoproject.com/en/3.1/ref/models/fields/#enumeration-types) on my GraphQL endpoint. For example: the model ```python class MyModel(models.Model): class Stat...
open
2020-10-22T13:00:11Z
2020-10-22T13:00:11Z
https://github.com/graphql-python/graphene-django/issues/1048
[ "✨enhancement" ]
untidy-hair
0
huggingface/pytorch-image-models
pytorch
1,935
[BUG] module 'torch' has no attribute 'amp'
**Describe the bug** I tried to run EfficientViT and it crashed... The fact is that [calling torch.amp](https://github.com/huggingface/pytorch-image-models/blob/9260cf517d6ba597b33ad1bbf7dbff9d0ccadd75/timm/models/efficientvit_mit.py#L263) is only possible with a newer version of torch >= 1.12 (the requirements spec...
closed
2023-08-30T09:01:42Z
2023-08-30T22:04:48Z
https://github.com/huggingface/pytorch-image-models/issues/1935
[ "bug" ]
Semihal
2
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
823
[BUG]: config MINIMUM_WAIT_TIME_IN_SECONDS not working as expected
### Describe the bug my value for MINIMUM_WAIT_TIME_IN_SECONDS is 1 but it waits for 30+ seconds ### Steps to reproduce my value for MINIMUM_WAIT_TIME_IN_SECONDS is 1 but it waits for 30+ seconds ### Expected behavior _No response_ ### Actual behavior _No response_ ### Branch main ### Branch name _No respons...
closed
2024-11-12T17:26:32Z
2025-01-31T23:38:20Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/823
[ "bug", "stale" ]
surapuramakhil
1
errbotio/errbot
automation
987
req help: permission denied errors with errbot
### I am... * [ ] Reporting a bug * [ ] Suggesting a new feature * [x] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version: 4.3.7 * OS version: Amazon Linux 2015.03 * Python version: 3.5.1 * Using a virtual enviro...
closed
2017-04-10T23:04:04Z
2017-04-12T18:08:34Z
https://github.com/errbotio/errbot/issues/987
[]
rodriguezsergio
1
ageitgey/face_recognition
python
703
Dlib installing error
* face_recognition version:~ * Python version:3.6.7 * Operating System:Ubuntu 16.04 ### Description I came across a problem when installing dlib. I have already installed cmake and python boost. But it will break down on 83%. ``` [ 0%] Building CXX object dlib_build/CMakeFiles/dlib.dir/base64/base64_kerne...
open
2018-12-13T02:42:14Z
2021-09-11T01:01:14Z
https://github.com/ageitgey/face_recognition/issues/703
[]
xzymustbexzy
6
inventree/InvenTree
django
8,740
Zebra label printer does not work
### Please verify that this bug has NOT been raised before. - [x] I checked and didn't find a similar issue ### Describe the bug* I upgraded from inventree version v16.1 to v17.0 On 16.1 everything worked fine. On 17.0 the printer does not work annymore ### Steps to Reproduce Print an label on anny item and it doe...
closed
2024-12-23T08:51:01Z
2024-12-26T16:23:02Z
https://github.com/inventree/InvenTree/issues/8740
[ "bug", "question", "plugin" ]
Philipboy881
10
Lightning-AI/pytorch-lightning
machine-learning
20,456
[BUG] (`DataLoader`) sanity check fails due to `Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor)`
### Bug description Hi there! I have previously created my first `LightningDataModule`. More specifically, a `NonGeoDataModule` which inherits from there (see [torchgeo-fork](https://github.com/MathiasBaumgartinger/torchgeo/blob/main/torchgeo/datamodules/flair2.py). Interestingly, when I try to run this module I get...
open
2024-11-27T17:16:35Z
2025-01-07T10:59:42Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20456
[ "3rd party", "ver: 2.4.x" ]
MathiasBaumgartinger
9
peerchemist/finta
pandas
81
Error Calculating Ease Of movement
<!-- Describe the issue --> Hey Man! this issue is very short! There an error in the calculation of Ease of Movement only replace for this: distance = pd.Series( ((data['high'] + data['low']) / 2) - ((data['high'].shift(1) + data['low'].shift(1)) / 2) ) #First error in postive sign! box_ratio = pd.Seri...
closed
2020-08-13T05:44:39Z
2020-08-13T17:34:46Z
https://github.com/peerchemist/finta/issues/81
[]
Physicworld
3
dropbox/PyHive
sqlalchemy
36
Requirements for pypi package are not complete
Using pip `pyhive` is installed correctly but not all dependencies are included. ``` ----> 4 from pyhive import hive /home/user/.virtualenvs/cluster/local/lib/python2.7/site-packages/pyhive/hive.py in <module>() 8 from __future__ import absolute_import 9 from __future__ import unicode_literals ---> 1...
closed
2016-01-14T12:34:55Z
2016-01-14T18:40:41Z
https://github.com/dropbox/PyHive/issues/36
[]
ispmarin
3
strawberry-graphql/strawberry-django
graphql
233
DurationField support
## Feature Request Type - [ ] Alteration (enhancement/optimization) of existing feature(s) ## Description I use DurationFields a fair amount in Django and I noticed that they don't seem to be supported. Digging through the code a bit, I think it could be added by changing `.../strawberry_django/fields/typ...
open
2023-02-05T04:50:36Z
2025-03-20T15:57:10Z
https://github.com/strawberry-graphql/strawberry-django/issues/233
[ "enhancement" ]
JerryMartinsonLeviti
1
xlwings/xlwings
automation
2,080
xlwings 0.28.5
#### OS (e.g. Windows 10) #### Versions of xlwings, Excel and Python (e.g. 0.28.5, Office 2013, Python 3.10) #### Describe your issue (incl. Traceback!) In a UDF fonction is it possible to obtain info about caller cell. xw.Book.caller gives the book name but what about the sheet and the cell from which the call...
closed
2022-11-01T11:06:43Z
2022-11-01T20:16:43Z
https://github.com/xlwings/xlwings/issues/2080
[]
Caplande
6
JaidedAI/EasyOCR
deep-learning
969
error: pyav: pip install imageio[pyav]
Mac OS $ py3 -V Python 3.9.6 easyocr ``` pip list|grep opencv opencv-contrib-python 4.5.4.60 opencv-contrib-python-headless 4.5.4.60 opencv-python 4.5.4.60 opencv-python-headless 4.5.4.60 pip3 lis...
closed
2023-03-20T15:22:30Z
2023-11-21T10:07:24Z
https://github.com/JaidedAI/EasyOCR/issues/969
[]
hktalent
2
schemathesis/schemathesis
graphql
2,277
[BUG] OpenAPI/Swagger 2.0 : property level example values are not working
### Checklist - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [x] I am using the latest version of Schemathesis ...
closed
2024-06-21T21:44:27Z
2024-06-23T16:08:17Z
https://github.com/schemathesis/schemathesis/issues/2277
[ "Priority: High", "Type: Bug", "Core: Data Generation" ]
ravy
1
BeanieODM/beanie
asyncio
836
[BUG] mypy strict no-untyped-call
**Describe the bug** When using Beanie with mypy strict typing, some typing issues make it impossible to pass the linter validation. **To Reproduce** Here is an example of code: ```python import asyncio from typing import Optional from motor.motor_asyncio import AsyncIOMotorClient from pydantic import BaseM...
closed
2024-01-23T11:32:10Z
2024-06-18T20:42:58Z
https://github.com/BeanieODM/beanie/issues/836
[ "typing bug" ]
aaronted009
3
recommenders-team/recommenders
data-science
2,172
[BUG]
### Description <!--- Describe your issue/bug/request in detail --> ### In which platform does it happen? <!--- Describe the platform where the issue is happening (use a list if needed) --> <!--- For example: --> <!--- * Azure Data Science Virtual Machine. --> <!--- * Azure Databricks. --> <!--- * Other platf...
closed
2024-09-27T11:13:16Z
2024-09-27T11:37:17Z
https://github.com/recommenders-team/recommenders/issues/2172
[ "bug" ]
Harikapl
1
giotto-ai/giotto-tda
scikit-learn
710
What does 'partial_cluster_label' vertex attribute refer to?
In the mapper graph examples on this webpage: https://giotto-ai.github.io/gtda-docs/latest/notebooks/mapper_quickstart.html when I hover my mouse pointer over the graph vertices, they almost all report 'Partial cluster label: 0' (I found one vertex with 'Partial cluster label: -1'). I made a mapper graph with some data...
open
2025-02-09T13:54:40Z
2025-02-09T22:46:42Z
https://github.com/giotto-ai/giotto-tda/issues/710
[]
vapniks
0
xorbitsai/xorbits
numpy
245
BLD: Drop Python 3.7 support
As the community will not support Python 3.7 until 2023-06-27, we will drop it in the next release.
closed
2023-02-28T03:47:25Z
2023-03-16T02:52:17Z
https://github.com/xorbitsai/xorbits/issues/245
[ "build" ]
aresnow1
0
ageitgey/face_recognition
machine-learning
1,418
树莓派部署异常,现在有新的的方案嘛?示例已经不太ok了
* face_recognition version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue. ### ...
open
2022-05-03T11:06:42Z
2022-05-03T11:06:42Z
https://github.com/ageitgey/face_recognition/issues/1418
[]
WDQGO
0
mwaskom/seaborn
data-visualization
2,881
Paths is surprisingly slow
```python n = 5000 segments = [] for i in range(n): segments.append( np.column_stack([ np.arange(10), np.linspace(0, i, 10) ]) ) df = pd.concat([ pd.DataFrame(xys, columns=["x", "y"]).assign(i=i) for i, xys in enumerate(segments) ], ignore_index=Tru...
open
2022-06-27T23:40:01Z
2022-07-12T00:23:23Z
https://github.com/mwaskom/seaborn/issues/2881
[ "objects-mark", "perf" ]
mwaskom
0
vitalik/django-ninja
django
1,296
[BUG] use put method can not parser form-data
**Describe the bug** A clear and concise description of what the bug is. #model.py class Department(models.Model): title = models.CharField(max_length=100) class Employee(models.Model): first_name = models.CharField(max_length=100) last_name = models.CharField(max_length=100) departme...
closed
2024-09-12T07:19:36Z
2025-02-26T01:23:22Z
https://github.com/vitalik/django-ninja/issues/1296
[]
pangxiaobin
4
dpgaspar/Flask-AppBuilder
flask
2,099
Current dev build is broken
### Describe the expected results Being able to install a dev environment, allowing me to build documentation to verify doc change, based on the instructions in CONTRIBUTING.rst ```python pip install -r requirements.txt -r requirements-dev.txt -r requirements-extra.txt -r rtd_requirements.txt ``` ### Desc...
open
2023-08-03T18:44:37Z
2023-08-03T18:45:20Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/2099
[]
andersbogsnes
0
dadadel/pyment
numpy
78
No patch is generated, only numbers are printed
When I run pyment against the provided [example.py](https://github.com/dadadel/pyment/blob/master/example.py) file, I don't get a patch output but only some numbers: ``` $ pyment example.py 49 50 ``` The same happens for other files: ``` $ pyment one/of/my/files.py 3 3 15 17 19 20 23 24 ``` I'm using...
closed
2019-04-29T11:38:20Z
2019-11-19T13:03:35Z
https://github.com/dadadel/pyment/issues/78
[]
torfsen
2
sherlock-project/sherlock
python
1,897
Max retries exceeded with url
- [x] I'm reporting a bug in Sherlock's functionality - [x] The bug I'm reporting is not a false positive or a false negative - [x] I've verified that I'm running the latest version of Sherlock - [x] I've checked for similar bug reports including closed ones - [x] I've checked for pull requests that attempt to fi...
open
2023-10-02T08:24:58Z
2023-10-02T08:24:58Z
https://github.com/sherlock-project/sherlock/issues/1897
[ "bug" ]
rpj09
0
mars-project/mars
scikit-learn
2,868
Optimize iterative tiling via pruning intermediate chunks
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> ## Background Iterative tiling is used during `tile` of an operand when the input tileable has unknown shape, or the operand want to trigger part of input chunks ...
closed
2022-03-25T06:20:13Z
2022-03-31T06:40:16Z
https://github.com/mars-project/mars/issues/2868
[ "type: enhancement", "mod: task service", "task: hard" ]
qinxuye
0
graphistry/pygraphistry
pandas
101
for neo4j integration please also add node labels and relationship-type to graphistry data
currently it only copies id and properties: ``` def bolt_graph_to_edges_dataframe(graph): import pandas as pd return pd.DataFrame([ util.merge_two_dicts( { key: value for (key, value) in relationship.items() }, { relationship_id_key: relationship.id, ...
closed
2018-12-05T19:12:54Z
2019-02-22T01:41:57Z
https://github.com/graphistry/pygraphistry/issues/101
[]
jexp
6
plotly/dash
dash
2,559
[Feature Request] Enable running functionality in non-background callbacks
The running keyword in callbacks currently only works when `background=True` is set for callbacks. However, sometimes you have a normal callback, that takes a while to execute, that you don't want to turn in a background callback, but which you do want to have running functionality for. Currently, I solve this by m...
closed
2023-06-06T08:22:32Z
2024-02-28T21:03:49Z
https://github.com/plotly/dash/issues/2559
[]
aGitForEveryone
0
StratoDem/sd-material-ui
dash
116
Drawer "open" cannot reopen after close on first instance.
I have a drawer component that is not docked. It can open fine on first instance when you set 'open' to True. If ESC is pressed or a mouse is clicked elsewhere then the drawer will close however it will not open again even if 'open' is set to True. It seems to be very similar to the problem described in issue #85.
closed
2019-03-15T08:21:21Z
2019-03-18T13:18:30Z
https://github.com/StratoDem/sd-material-ui/issues/116
[]
ONLYstcm
2
sebp/scikit-survival
scikit-learn
477
Time-varying Covariates
I see that time-varying survival regression is very popular. I would like to know if there are any functions in scikit-survival that can help me with it. Thanks.
closed
2024-08-27T08:58:33Z
2024-08-27T09:03:07Z
https://github.com/sebp/scikit-survival/issues/477
[]
Vuong-Chu
0
howie6879/owllook
asyncio
65
请问如何在搜索页面调用最新章节?
如题,加入书架后可以显示最新章节,请问如何在搜索页面页显示每部小说的最新章节?
closed
2019-04-21T07:52:04Z
2019-04-22T05:43:13Z
https://github.com/howie6879/owllook/issues/65
[]
dengchangdong
2
tflearn/tflearn
data-science
1,062
Cannot feed value of shape (0,) for Tensor 'real_A_and_B_images:0', which has shape '(?, 256, 256, 6)'
hello,I have the same problem:ValueError: Cannot feed value of shape (0,) for Tensor 'real_A_and_B_images:0', which has shape '(?, 256, 256, 6)' #model.py from __future__ import division import os import time from glob import glob import tensorflow as tf import numpy as np from collections import namedtuple ...
open
2018-06-10T13:31:20Z
2020-12-19T16:16:18Z
https://github.com/tflearn/tflearn/issues/1062
[]
Deeplearning20
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
993
Use it to morph voice live
Hello, I'm wondering if this could somehow be used to morph the own voice live while speaking, like when doing a call.. Sounds phishy? That's because it is - I'm searching for a solution to use it in penetration testing, so I can use a voice sample of somebody and after training the model, I can talk with that voice...
closed
2022-01-27T16:08:36Z
2022-02-01T06:36:24Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/993
[]
schuesslerf
1
robinhood/faust
asyncio
359
Consumer: Should periodically commit offsets even if no processing.
Kafka has a retention setting on the commit offset topic, so we need to commit periodically even if no events are processing.
open
2019-06-06T22:23:42Z
2020-02-28T14:52:52Z
https://github.com/robinhood/faust/issues/359
[]
ask
3
pydantic/FastUI
fastapi
264
Model types missing in NPM package @pydantic/fastui
The generated `models.d.ts` is present in the `src` directory of the NPM package, but not in the `dist` directory. The result is that ``` import { models } from "@pydantic/fastui"; ``` doesn't give type hints, and doesn't do type checking. I've worked around this for now by doing `cp node_modules/@pydanti...
open
2024-04-08T19:11:23Z
2024-05-02T18:39:36Z
https://github.com/pydantic/FastUI/issues/264
[ "bug" ]
slahn
1
dmlc/gluon-nlp
numpy
1,262
[Numpy Refactor] FLOPS + Latency + Peak Memory Usage + Parameter Size page of all the models in model-zoo
We may start with a table and then add something similar to https://gluon-cv.mxnet.io/model_zoo/classification.html. - [x] Profiling backbone models in MXNet Numpy - [ ] Latency profiling with native MXNet + TVM, Also add HuggingFace model as a comparison - [x] Peak memory usage - [ ] Number of parameters
open
2020-07-12T01:06:10Z
2020-08-31T07:52:17Z
https://github.com/dmlc/gluon-nlp/issues/1262
[ "enhancement", "numpyrefactor" ]
sxjscience
0
pyro-ppl/numpyro
numpy
1,260
MCMC.run in case of multiple runs.
In case of num_chains >1 , progress_bar=False and multiple runs with same data ,The MCMC.run() will fail. ``` mcmc = MCMC(nuts_kernel, num_warmup=100, num_samples=100,num_chains=2,progress_bar=False) mcmc.run(rng_key,y=jnp.array([1.2]) #1st rng_key,=jax.random.split(rng_key,num=1) mcmc.run(rng_key,y=jnp.a...
closed
2021-12-22T09:22:16Z
2021-12-23T12:35:34Z
https://github.com/pyro-ppl/numpyro/issues/1260
[]
akirayou
5
pytorch/pytorch
deep-learning
149,824
flex_attention raises error at compile
### 🐛 Describe the bug I'm trying to accelerate WindowAttention with flex_attention. However, when the window size equals 8, it raises an error when compiling. Please refer to this [code](https://github.com/dslisleedh/ESC/blob/main/scripts/compare_attn.py) ```bash python compare_attn.py --h 64 --w 64 --window_size ...
open
2025-03-23T08:55:51Z
2025-03-24T18:46:43Z
https://github.com/pytorch/pytorch/issues/149824
[ "oncall: pt2" ]
dslisleedh
0
sigmavirus24/github3.py
rest-api
313
Stop using Deployment headers
https://developer.github.com/changes/2014-11-25-the-deployments-api-is-official/
closed
2014-11-29T03:27:39Z
2014-12-02T22:45:15Z
https://github.com/sigmavirus24/github3.py/issues/313
[]
sigmavirus24
0
zappa/Zappa
django
394
[Migrated] Warn users if overriding existing environment variables
Originally from: https://github.com/Miserlou/Zappa/issues/1000 by [mjschultz](https://github.com/mjschultz) ## Context The default Lambda environment comes with several variables already defined, odds are a user doesn't want to accidentally override any of these (though it's possible they might). In some cases, ove...
closed
2021-02-20T08:27:52Z
2024-04-13T15:37:10Z
https://github.com/zappa/Zappa/issues/394
[ "no-activity", "auto-closed" ]
jneves
2
sqlalchemy/sqlalchemy
sqlalchemy
11,978
get _Binary to generic LargeBinary
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/11977 ```py >>> from sqlalchemy import types >>> types.VARBINARY().as_generic() LargeBinary() ```
closed
2024-10-10T01:59:59Z
2024-10-10T19:21:00Z
https://github.com/sqlalchemy/sqlalchemy/issues/11978
[ "datatypes", "use case", "near-term release" ]
zzzeek
2
itamarst/eliot
numpy
5
Add documentation/config for hooking up Eliot to Logstash
HybridCluster has internal documentation and setup for using Eliot output with Logstash. Add/document this.
closed
2014-04-14T18:07:45Z
2018-09-22T20:59:10Z
https://github.com/itamarst/eliot/issues/5
[ "documentation", "in progress" ]
itamarst
1
agronholm/anyio
asyncio
326
support for windows named pipes
available in `asyncio.ProactorEventLoop.create_pipe_connection` and `asyncio.ProactorEventLoop.start_serving_pipe` not available in trio yet https://github.com/python-trio/trio/issues/824
open
2021-06-25T17:42:20Z
2021-07-01T21:22:38Z
https://github.com/agronholm/anyio/issues/326
[ "enhancement" ]
graingert
0
docarray/docarray
pydantic
1,820
Tensor not found in Tensorflow module
### Initial Checks - [X] I have read and followed [the docs](https://docs.docarray.org/) and still think this is a bug ### Description I am using Poetry, and I added the `docarray` module, version 0.39 . Here is the `pyproject.toml` I am working with: ``` [tool.poetry] name = "langchain-monorepo" version ...
open
2023-10-08T16:04:29Z
2023-10-18T04:59:23Z
https://github.com/docarray/docarray/issues/1820
[]
erlebach
4
gunthercox/ChatterBot
machine-learning
2,144
not compatible with python 3.9
When I tried installing from GitHub, I got this error: ERROR: Package 'chatterbot' requires a different Python: 3.9.1 not in '<=3.8,>=3.4'
closed
2021-04-14T02:08:44Z
2021-04-14T02:17:19Z
https://github.com/gunthercox/ChatterBot/issues/2144
[]
jadessechan
1
widgetti/solara
jupyter
300
`use_event` stops working with conditional rendering
Due to a [bug in Reacton](https://github.com/widgetti/reacton/issues/14) (see also https://github.com/widgetti/solara/pull/81) `use_event` can only be used at top-level in solara apps. Using conditional rendering this can be extended a bit. For instance in the following code: ```python import solara background_c...
open
2023-09-25T12:29:24Z
2023-09-26T06:54:36Z
https://github.com/widgetti/solara/issues/300
[]
iisakkirotko
2
mirumee/ariadne
api
1,164
Ariadne `graphql` and `graphql_sync` will attempt to execute `subscription` operations
`graphql` and `graphql_sync` should check if operation to execute is `subscription`, and prevent it if so. We can build on logic from #1160 in this
closed
2024-02-21T11:23:36Z
2024-02-21T15:43:27Z
https://github.com/mirumee/ariadne/issues/1164
[ "bug" ]
rafalp
0
lexiforest/curl_cffi
web-scraping
148
Is it possible to customize timeouts the same way as in aiohttp?
Is it possible to customize timeouts the same way as in aiohttp? Like timeout = aiohttp.ClientTimeout(total=10, connect=2, sock_connect=2) I noticed that if I use session in both aiohttp and curl-cffii, if there are many proxies with long timeout, then all subsequent requests start to get more time to execute and I ...
closed
2023-10-27T00:40:56Z
2023-10-27T11:59:33Z
https://github.com/lexiforest/curl_cffi/issues/148
[]
r00t-Taurus
8