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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Evil0ctal/Douyin_TikTok_Download_API | api | 512 | 下载到视频后只有声音,没有画面 | 使用接口获取到的视频链接,有些视频下载到本地后只有声音,没有画面,何解?
| closed | 2024-11-28T04:40:49Z | 2024-11-28T05:10:09Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/512 | [
"BUG"
] | aslanTT | 4 |
newpanjing/simpleui | django | 172 | pro 建议增加页面编辑 | 

 returns 0 when sharing a cursor.execute(...) call with INSERT | Windows 10 Home 1903 (18362.720)
Python 3.8.2 x64, aiomysql 0.0.20
MariaDB 10.4
Using `Pool` with `auto_commit=True`
Querying `SELECT LAST_INSERT_ID();` within the same `await cursor.execute(...)` call as the `INSERT...;` query the `LAST_INSERT_ID()` should be referencing causes the next `await cursor.fetchone(... | closed | 2020-03-31T14:05:07Z | 2020-04-20T14:24:09Z | https://github.com/aio-libs/aiomysql/issues/477 | [] | fw-cc | 2 |
LibrePhotos/librephotos | django | 571 | Missing photos counter wrong | ## 🐛 Bug Report
### What Operating system and version is LibrePhotos running on:
unknown
### What architecture is LibrePhotos running on:
x64
### How is LibrePhotos installed:
Docker
### Description of issue:
[u/nagarrido_96](https://old.reddit.com/user/nagarrido_96) on [reddit reports](https://old.re... | closed | 2022-07-27T19:05:10Z | 2023-04-13T08:27:32Z | https://github.com/LibrePhotos/librephotos/issues/571 | [
"bug"
] | derneuere | 2 |
onnx/onnx | machine-learning | 5,885 | [Feature request] Provide a means to convert to numpy array without byteswapping | ### System information
ONNX 1.15
### What is the problem that this feature solves?
Issue onnx/tensorflow-onnx#1902 in tf2onnx occurs on big endian systems, and it is my observation that attributes which end up converting to integers are incorrectly byteswapped because the original data resided within a tensor. If `n... | closed | 2024-01-31T20:58:56Z | 2024-02-02T16:52:35Z | https://github.com/onnx/onnx/issues/5885 | [
"topic: enhancement"
] | tehbone | 4 |
proplot-dev/proplot | data-visualization | 204 | Use XDG standard directories instead of hidden files in the home directory | Would it be possible to change (or, at as an option) the default locations of `~/.proplotrc` and `~/.proplot/fonts` and so on to the corresponding XDG standards? A description may be found here:
https://wiki.archlinux.org/index.php/XDG_Base_Directory
The standard has been gaining steam in the past five or so ye... | closed | 2020-07-09T18:34:59Z | 2021-08-18T18:57:47Z | https://github.com/proplot-dev/proplot/issues/204 | [
"good first issue",
"feature"
] | legendre6891 | 5 |
ultralytics/ultralytics | machine-learning | 19,741 | Export torch script with dynamic batch , nms and FP16 | ### Search before asking
- [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
I want to get this model for Triton Server with pytorch backend
### Use case
_No response_
### Additional
_No response_
### Are you w... | closed | 2025-03-17T07:28:27Z | 2025-03-18T14:48:14Z | https://github.com/ultralytics/ultralytics/issues/19741 | [
"enhancement",
"exports"
] | 631068264 | 6 |
django-oscar/django-oscar | django | 4,052 | Extra ) in apps.py? | ### Issue Summary
Is there an extra parenthesis [here](https://github.com/django-oscar/django-oscar/blob/master/src/oscar/apps/catalogue/reviews/apps.py#L26)?
Should
```
path('<int:pk>)/vote/', login_required(self.vote_view.as_view()), name='reviews-vote'),
```
be
```
path('<int:pk>/vote/', login_required... | closed | 2023-02-16T14:20:54Z | 2023-06-23T13:09:18Z | https://github.com/django-oscar/django-oscar/issues/4052 | [] | symwell | 3 |
wkentaro/labelme | computer-vision | 1,428 | Suggest customizing the model directory | Suggest customizing the model directory
Download to C drive by default
Will occupy C drive space
--------------------------------------------
It is best to display a list of models and their addresses
Convenient for users to download in bulk
```python
requests.exceptions.ConnectTimeout: HTTPSConnectionPool... | open | 2024-04-15T03:15:43Z | 2024-04-15T03:15:43Z | https://github.com/wkentaro/labelme/issues/1428 | [] | monkeycc | 0 |
home-assistant/core | python | 140,585 | No registered handler for event | ### The problem
I have a Reolink E1 Zoom camera and I can see the following in the HA log:
2025-03-12 10:54:27.698 WARNING (MainThread) [homeassistant.components.onvif] Cam1: No registered handler for event from c4:3c:b0:07:40:80: {
'SubscriptionReference': None,
'Topic': {
'_value_1': 'tns1:RuleEngin... | closed | 2025-03-14T10:08:31Z | 2025-03-15T19:03:41Z | https://github.com/home-assistant/core/issues/140585 | [
"integration: onvif"
] | gonzalo1059 | 9 |
coqui-ai/TTS | deep-learning | 3,847 | [Feature request] Speed up voice cloning from the same speaker | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
Thanks to the project.
We had a try and the result is pretty good.
However, there is one major issue, the voice cloning speed is slow, especially inference by CPU.
We might need to ... | closed | 2024-08-03T02:10:33Z | 2024-08-09T12:17:44Z | https://github.com/coqui-ai/TTS/issues/3847 | [
"feature request"
] | henghamao | 5 |
vitalik/django-ninja | django | 938 | [BUG] @model_validator(mode="before") issue | **Describe the bug**
When using something like this, `values` is a `DjangoGetter` instance which is somewhat unexpected to me. Prior to 1.0 and the pydantic update you would get a plain dictionary.
```python
class SomeSchema(Schema):
somevar:int
@model_validator(mode="before")
@classmethod... | open | 2023-11-20T23:04:02Z | 2023-12-21T05:46:20Z | https://github.com/vitalik/django-ninja/issues/938 | [] | shughes-uk | 2 |
postmanlabs/httpbin | api | 209 | Create a 'hidden-digest-auth' | Add a new service "hidden-digest-auth" similar to "hidden-basic-auth" returning 404 instead of 401. This is specially necessary because digest authentication responding with 401 in ajax applications will cause the browser to always prompt the user for the credentials in the first attempt.
| closed | 2015-02-02T14:22:53Z | 2018-04-26T17:51:05Z | https://github.com/postmanlabs/httpbin/issues/209 | [] | reinert | 0 |
miguelgrinberg/Flask-SocketIO | flask | 1,332 | How to block all scanners requests except for /socket.io/ | What's the best practice to cut absolutely everything except my own requests? | closed | 2020-07-21T22:43:27Z | 2021-04-27T12:31:33Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1332 | [
"question"
] | nakamigo | 3 |
open-mmlab/mmdetection | pytorch | 11,651 | I want to train fast-rcnn model but it is got a bug :TypeError: __init__() got an unexpected keyword argument 'proposal_file' | after_run:
(BELOW_NORMAL) LoggerHook
--------------------
Traceback (most recent call last):
File "tools/train.py", line 121, in <module>
main()
File "tools/train.py", line 117, in main
runner.train()
File "/home/password123456/anaconda3/envs/fast-rcnn/lib/python3.8/site... | open | 2024-04-20T14:36:30Z | 2024-04-20T14:36:46Z | https://github.com/open-mmlab/mmdetection/issues/11651 | [] | Letme11 | 0 |
DistrictDataLabs/yellowbrick | matplotlib | 1,231 | Enable plt.close() to clear memory | I've been using Vizualiser to extract the variables elbow_value_ and elbow_score_ for multiple batches of training data. While looping through each batch, the corresponding figure is automatically rendered and plotted which consumes a lot of memory. I suggest enabling the option for plt.close() or even to skip plt.show... | closed | 2022-03-16T15:06:29Z | 2022-07-12T13:58:44Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1231 | [
"type: question"
] | dilettante8 | 1 |
blacklanternsecurity/bbot | automation | 1,856 | Split out individual events in the event base.py to their own files | Things are getting real crowded in there. | open | 2024-10-16T18:53:09Z | 2024-10-16T18:53:09Z | https://github.com/blacklanternsecurity/bbot/issues/1856 | [
"enhancement",
"low priority"
] | liquidsec | 0 |
taverntesting/tavern | pytest | 598 | Reusing 'parametrize' values? | Hi, is there any way to reuse parameterize values?
For example, I have the following test configuration:
```yaml
---
test_name: Successfully returns the auto registration history
includes:
- !include stage.async-result.yaml
marks:
- parametrize:
key: vin
vals:
- > A lot of valu... | closed | 2020-09-14T09:50:12Z | 2020-09-27T13:59:45Z | https://github.com/taverntesting/tavern/issues/598 | [] | MaximumQuiet | 3 |
tiangolo/uwsgi-nginx-flask-docker | flask | 123 | Uwsgi using the wrong python version | Hello,
I'm trying to update my app to Python 3.7 with new `tiangolo/uwsgi-nginx-flask:python3.7-alpine3.8` image. When launching the image with Docker compose, it seems like uwsgi is using Python 3.6.6 instead.
```
Attaching to fakeimg
fakeimg | Checking for script in /app/prestart.sh
fakeimg | There is no scr... | closed | 2019-02-19T12:57:10Z | 2019-02-19T16:24:45Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/123 | [] | Rydgel | 4 |
wemake-services/django-test-migrations | pytest | 56 | Dependabot can't resolve your Python dependency files | Dependabot can't resolve your Python dependency files.
As a result, Dependabot couldn't update your dependencies.
The error Dependabot encountered was:
```
Creating virtualenv django-test-migrations-8iGcF5E9-py3.8 in /home/dependabot/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
[Packa... | closed | 2020-03-26T08:34:50Z | 2020-03-26T08:34:56Z | https://github.com/wemake-services/django-test-migrations/issues/56 | [] | dependabot-preview[bot] | 0 |
Asabeneh/30-Days-Of-Python | matplotlib | 595 | 30 Days of Python | closed | 2024-08-21T11:15:49Z | 2024-08-21T11:18:49Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/595 | [] | niravkakariya | 0 | |
strawberry-graphql/strawberry | django | 3,413 | Surprising FIFO behaviour of lifecycle hooks | ## Describe the (maybe) Bug
I'm surprised that various lifecycle hooks (`on_operation`, `on_parse`, `on_validate`, `on_execute`) are completed in a FIFO fashion, rather than LIFO.
I would expect that if we're wrapping an operation with `on_operation` with 2 extension the following will happen (LIFO):
* First e... | closed | 2024-03-19T15:27:12Z | 2025-03-20T15:56:37Z | https://github.com/strawberry-graphql/strawberry/issues/3413 | [
"bug"
] | kkom | 2 |
Esri/arcgis-python-api | jupyter | 1,322 | Conda install -c esri arcgis not working ! | **Describe the bug**
I can't install Arcgis API with anaconda distribution. I insert at Anaconda Prompt in a new enviroment
conda install -c esri arcgis
My virtual env called ArcGIS_API and I have not installed any other packages.
error:
```UnsatisfiableError:
Note that strict channel priority may have remove... | closed | 2022-08-06T15:15:05Z | 2022-08-26T17:55:24Z | https://github.com/Esri/arcgis-python-api/issues/1322 | [
"bug"
] | PavlosDem99 | 7 |
mwaskom/seaborn | data-science | 3,130 | Legend position gets overwritten / can not be set | When plotting with the new `seaborn.objects` Plot method including a legend (like `.add(Line(), legend=True)`), the position of the legend gets hardcoded to specific positions (https://github.com/mwaskom/seaborn/blob/master/seaborn/_core/plot.py#L1612-L1624), which differ depending on the usage of pyplot (legend gets p... | closed | 2022-11-08T10:00:51Z | 2022-11-11T23:52:38Z | https://github.com/mwaskom/seaborn/issues/3130 | [] | jalsti | 8 |
yzhao062/pyod | data-science | 179 | XGBOD model file is too large | Hello!
I spent an hour on my data set training an XGBOD model, and it worked well on the test set, but after saving the model file with PICKLE, I found that the file size was 1.2G!
Is there a way to reduce the size of the model file ?
(the size of my data set is (30412, 86)) | open | 2020-04-10T01:34:49Z | 2021-06-11T23:56:32Z | https://github.com/yzhao062/pyod/issues/179 | [
"enhancement"
] | pjgao | 3 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 10 | Multi-gpu training | Hi, I am stuck on how multi-GPU training would work for loss functions with more than one negative, particularly [NTXentLoss](https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#ntxentloss).
In [SimCLR](https://arxiv.org/abs/2002.05709), the number of _negatives_ per some _positive_ pair is taken to be ... | closed | 2020-02-21T00:31:38Z | 2022-04-19T15:28:41Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/10 | [
"Frequently Asked Questions"
] | JohnGiorgi | 12 |
Textualize/rich | python | 2,775 | [BUG] Trailing newlines when using progress bar in notebook | - [X] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [X] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
Fi... | closed | 2023-01-25T12:31:20Z | 2023-01-25T15:10:21Z | https://github.com/Textualize/rich/issues/2775 | [
"Needs triage"
] | Seon82 | 3 |
dask/dask | pandas | 11,746 | KeyError when indexing into Series after calling `to_series` on Scalar | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiable Ex... | closed | 2025-02-14T09:26:09Z | 2025-02-18T15:24:17Z | https://github.com/dask/dask/issues/11746 | [
"dataframe",
"bug"
] | MarcoGorelli | 4 |
modelscope/data-juicer | data-visualization | 126 | [Bug]: 在使用一些过滤符操作的时候,出现了datasets.builder.DatasetGenerationError: An error occurred while generating the dataset报错,想知道原因,谢谢。 | ### Before Reporting 报告之前
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w... | closed | 2023-12-08T08:11:18Z | 2023-12-26T08:06:27Z | https://github.com/modelscope/data-juicer/issues/126 | [
"bug"
] | hitszxs | 7 |
Evil0ctal/Douyin_TikTok_Download_API | api | 49 | Douyin 音频 No BGM found | 大佬,我试了几个抖音的链接,音频好像都没有获取到显示 `No BGM found` ,但视频里并不是原创音频是有第三方音频的 | closed | 2022-07-01T09:25:26Z | 2022-11-09T21:04:15Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/49 | [
"invalid",
"Fixed"
] | joyzhang2022 | 10 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,043 | quality is insanely horrid | even when using large recordings, uncompressed .wav, short audio "text", its just hissing and weird glitchyness.. | closed | 2022-03-23T08:33:31Z | 2022-03-27T15:17:55Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1043 | [] | 400lbhacker | 1 |
aiortc/aiortc | asyncio | 124 | Can't build the thing, requires outdated visual c++ | C:\MyProjects\___MECHANIKOS\GPUCloudDeepLearningResearch>pip install aiohttp aiortc opencv-python
Requirement already satisfied: aiohttp in c:\python36-32\lib\site-packages (3.5.4)
Collecting aiortc
Using cached https://files.pythonhosted.org/packages/ba/ae/35360b00e9f03103bebb553c37220f721f766f90490b4203912cfadf0... | closed | 2019-01-16T23:26:45Z | 2019-05-27T13:37:34Z | https://github.com/aiortc/aiortc/issues/124 | [
"invalid"
] | enjoysmath | 2 |
pallets-eco/flask-sqlalchemy | flask | 801 | Query are sending INSERT request with back_propagate | I am not sure this is a bug or not, but it seems strange that launching a query would send an INSERT request.
Here is a repository to replicate the bug. https://github.com/Noezor/example_flask_sqlalchemy_bug/
### Expected Behavior
For the models :
```python
from config import db
class Parent(db.Model):
... | closed | 2020-02-01T14:49:13Z | 2020-12-05T20:21:37Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/801 | [] | Noezor | 1 |
pydata/bottleneck | numpy | 201 | Leaks memory when input is not a numpy array | If you run the following program you see that `nansum` leaks all the memory it are given when passed a Pandas object. If it is passed the ndarray underlying the Pandas object instead then there is no leak:
```
import psutil
import gc
def f():
x = np.zeros(10*1024*1024, dtype='f4')
# Leaks 40MB/itera... | closed | 2019-01-02T17:16:42Z | 2022-11-16T13:08:44Z | https://github.com/pydata/bottleneck/issues/201 | [] | batterseapower | 15 |
TencentARC/GFPGAN | pytorch | 245 | error: (-215:Assertion failed) !buf.empty() in function 'imdecode_' | First I met the error as follow:

Then I add int at ’quality‘ as [https://github.com/TencentARC/GFPGAN/issues/93](url)
But I got another error as follow:
. -->
### Description
In all the examples available for this package and in my tes... | closed | 2020-12-16T13:52:14Z | 2021-08-20T23:03:56Z | https://github.com/proplot-dev/proplot/issues/239 | [
"duplicate",
"enhancement",
"feature"
] | GonzaloSaez | 9 |
graphdeco-inria/gaussian-splatting | computer-vision | 594 | Render on certain camera position | Hi, thank you for your work. I want to do real-to-sim on my project. How could I render images given a certain camera position (like render.py does but I want to modify the camera position) without using the viewer you provided? | open | 2024-01-04T19:28:23Z | 2024-09-19T15:40:05Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/594 | [] | lyuyiqi | 1 |
fbdesignpro/sweetviz | pandas | 111 | Fail to allocate bitmap - Process finished with exit code -2147483645 | I am processing 4 datasets with different number of variables and each with over 4 million rows. When processing the 4 with 52 variables. I get this error and the Python console stops. | closed | 2022-02-25T12:53:22Z | 2023-10-04T16:36:34Z | https://github.com/fbdesignpro/sweetviz/issues/111 | [
"can't repro issue"
] | jonathanecm | 1 |
tflearn/tflearn | tensorflow | 996 | ImportError: cannot import name 'add_arg_scope' | my use tensorflow1.5.0rc in 17flower example
`Traceback (most recent call last):
File "E:/ml/flower/flower.py", line 1, in <module>
import tflearn
File "D:\anconda\lib\site-packages\tflearn\__init__.py", line 4, in <module>
from . import config
File "D:\anconda\lib\site-packages\tflearn\config.py", ... | open | 2018-01-12T03:17:10Z | 2018-01-13T06:07:38Z | https://github.com/tflearn/tflearn/issues/996 | [] | nightli110 | 2 |
robotframework/robotframework | automation | 4,845 | 'Set Library Search Order' not working when same keyword is used in both a Robot resources and a Python library | Hello,
I'm using RF 6.1
Here my test:
TATA.py
```
from robot.api.deco import keyword
class TATA:
@keyword("Test")
def Test(self):
logger.info(f'Tata')
```
TOTO.robot
```
*** Settings ***
Documentation Resource for manipulating the VirtualBox VM
Library BuiltIn
*** Keywords ***... | open | 2023-08-24T14:23:40Z | 2023-08-24T21:07:27Z | https://github.com/robotframework/robotframework/issues/4845 | [
"enhancement",
"priority: medium"
] | MaximeAbout | 1 |
QingdaoU/OnlineJudge | django | 216 | DEMO不能打开 | ```
dig v2.qduoj.com @9.9.9.9 +tcp
; <<>> DiG 9.10.3-P4-Raspbian <<>> v2.qduoj.com @9.9.9.9 +tcp
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 14719
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, f... | closed | 2019-01-12T14:46:14Z | 2019-01-12T15:14:46Z | https://github.com/QingdaoU/OnlineJudge/issues/216 | [] | Zhang-Siyang | 1 |
neuml/txtai | nlp | 257 | Issue importing from txtai.pipeline | Hello there, I am trying to follow the example [here](https://neuml.github.io/txtai/pipeline/train/hfonnx/) in a Google Colab setup. I keep getting an error when I try to do any import such as
`from txtai.pipeline import xyz`
In this case:
`from txtai.pipeline import HFOnnx, Labels`
Here's the end of the t... | closed | 2022-04-06T23:02:20Z | 2022-04-11T00:18:22Z | https://github.com/neuml/txtai/issues/257 | [] | HAKSOAT | 2 |
RobertCraigie/prisma-client-py | pydantic | 704 | connect() fails if /etc/os-release is not available | ## Bug description
App fails if `/etc/os-release` is missing.
## How to reproduce
```
sudo mv /etc/os-release /etc/os-release.old
#start app
````
## Environment & setup
<!-- In which environment does the problem occur -->
- OS: Cloud Linux OS (4.18.0-372.19.1.lve.el8.x86_64)
- Database: SQLite]
-... | open | 2023-02-18T16:44:57Z | 2023-02-18T21:31:41Z | https://github.com/RobertCraigie/prisma-client-py/issues/704 | [
"bug/2-confirmed",
"kind/bug",
"level/intermediate",
"priority/medium",
"topic: binaries"
] | TBxy | 0 |
agronholm/anyio | asyncio | 781 | create_unix_listener doesn't accept abstract namespace sockets | ### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO version
4.4.0
### Python version
3.10
### What happened?
On anyio version 3.7 at least it's possible to pass a path... | closed | 2024-09-04T09:28:40Z | 2024-09-05T15:21:30Z | https://github.com/agronholm/anyio/issues/781 | [
"bug"
] | tapetersen | 0 |
tqdm/tqdm | jupyter | 963 | What is ... (more hidden) ...? | Hi!
I want to ask what is this for?
https://github.com/tqdm/tqdm/blob/89ee14464b963ea9ed8dafe64a2dad8586cf9a29/tqdm/std.py#L1467
I've searched on issues/online and haven't found anything related to this.
I first encountered this when I was running experiment in tmux, and I thought it was tmux that was suppress... | closed | 2020-05-05T16:16:47Z | 2020-05-07T11:56:18Z | https://github.com/tqdm/tqdm/issues/963 | [
"invalid ⛔",
"question/docs ‽",
"synchronisation ⇶"
] | soraxas | 3 |
youfou/wxpy | api | 86 | Bot 参数 cache_path 是否可以自定义? | :param cache_path:
* 设置当前会话的缓存路径,并开启缓存功能;为 `None` (默认) 则不开启缓存功能。
* 开启缓存后可在短时间内避免重复扫码,缓存失效时会重新要求登陆。
* 设为 `True` 时,使用默认的缓存路径 'wxpy.pkl'。
if cache_path is True:
cache_path = 'wxpy.pkl'
cache_path 是否可以自定义, 而不是统一默认值wxpy.pkl。
不同账号登陆就不需要删除 .pkl 文件了 | closed | 2017-06-16T08:27:24Z | 2017-09-02T04:47:46Z | https://github.com/youfou/wxpy/issues/86 | [] | chenbotao828 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 914 | CPU training time | it is taking alot of training time on CPU. Is it possible to reduce CPU training time?How long it takes to train using CPU? | closed | 2020-02-07T04:55:41Z | 2020-02-08T12:33:48Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/914 | [] | manvirvirk | 3 |
sherlock-project/sherlock | python | 2,009 | Add secrethitler.io | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have... | open | 2024-02-19T17:38:20Z | 2024-04-26T01:26:26Z | https://github.com/sherlock-project/sherlock/issues/2009 | [
"enhancement"
] | laggycomputer | 1 |
biolab/orange3 | scikit-learn | 6,964 | Dynamic titles for diagrams | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
**What's your use case?**
<!-- In other words, what's your pain point? -->
<!-- Is your request related to a problem, or ... | closed | 2024-12-20T15:11:53Z | 2025-01-10T16:54:18Z | https://github.com/biolab/orange3/issues/6964 | [] | kaimikael | 1 |
agronholm/anyio | asyncio | 369 | 3.3.1: pytest hangs in `tests/test_compat.py::TestMaybeAsync::test_cancel_scope[trio]` unit | `trio` 41.0.
```console
+ /usr/bin/pytest -ra -p no:itsdangerous -p no:randomly -v
=========================================================================== test session starts ============================================================================
platform linux -- Python 3.8.12, pytest-6.2.5, py-1.10.0, pl... | open | 2021-09-10T09:51:09Z | 2021-11-28T20:54:55Z | https://github.com/agronholm/anyio/issues/369 | [] | kloczek | 49 |
mitmproxy/mitmproxy | python | 6,716 | The mitmproxy program failed to start because the default port 8080 was occupied. | #### Problem Description
Because the default port 8080 is occupied, the mitmproxy program fails to start, and there is no output reason for the failure.
#### Steps to reproduce the behavior:
1. Listen on port 8080 using the nc command in a terminal window.
2. Start the mitmproxy program in another terminal window... | closed | 2024-03-07T07:06:54Z | 2024-03-07T20:41:28Z | https://github.com/mitmproxy/mitmproxy/issues/6716 | [
"kind/bug",
"area/console",
"prio/high"
] | optor666 | 2 |
iperov/DeepFaceLab | deep-learning | 642 | DFL2.0 support cpu? | If not, which latest version could support cpu training? | closed | 2020-02-28T15:13:07Z | 2020-03-28T05:42:56Z | https://github.com/iperov/DeepFaceLab/issues/642 | [] | Wesley-Xi | 1 |
PokeAPI/pokeapi | graphql | 460 | Sword & Shield Pokemon | When will the Sword & Shield Pokemon be added? And how can I help speed up the process? :) | closed | 2019-12-11T20:46:58Z | 2021-01-08T09:17:35Z | https://github.com/PokeAPI/pokeapi/issues/460 | [
"veekun"
] | karsvaniersel | 20 |
mars-project/mars | scikit-learn | 2,711 | [BUG] raydataset.to_ray_dataset has type error | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Got an runtime error when using raydataset.to_ray_dataset
**To Reproduce**
To help us reproducing this bug, please provide information belo... | open | 2022-02-14T06:43:47Z | 2022-03-30T09:04:29Z | https://github.com/mars-project/mars/issues/2711 | [
"question",
"mod: ray integration"
] | jyizheng | 12 |
seanharr11/etlalchemy | sqlalchemy | 29 | How to run | Hi,
Your tool looks really great, but I'm having a hard time get it up and running. I don't have a lot off experience with Python but do have programming experience. I did the install and all went fine. From that point on I couldn't figure out what the next command should be.. When I read the "Basic Usage" steps it'... | open | 2017-10-13T06:53:35Z | 2017-10-13T11:09:28Z | https://github.com/seanharr11/etlalchemy/issues/29 | [] | aartnico | 1 |
autogluon/autogluon | data-science | 4,601 | [BUG] TimeSeriesPredictor.load very slow on first run | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [x] I confirmed bug exists on the latest mainline of AutoGluon via s... | open | 2024-10-30T18:23:19Z | 2024-12-05T13:17:42Z | https://github.com/autogluon/autogluon/issues/4601 | [
"bug: unconfirmed",
"module: timeseries"
] | trenchantai | 1 |
d2l-ai/d2l-en | pytorch | 2,583 | Can't build the book on MacOS when trying to add MLX implementation | I'm trying to add Apple's MLX code implementation, but when I am trying to build the html book I run into this when running `d2lbook build html`:
```
Traceback (most recent call last):
File "/Users/zhongkaining/Library/Python/3.9/bin/d2lbook", line 8, in <module>
sys.exit(main())
File "/Users/zhongkainin... | open | 2024-01-18T05:01:29Z | 2024-01-18T05:01:29Z | https://github.com/d2l-ai/d2l-en/issues/2583 | [] | PRESIDENT810 | 0 |
replicate/cog | tensorflow | 1,360 | Support new python union syntax | In cog 0.9.
This works:
```
text: Union[str, List[str]] = Input(description="Text string to embed"),
```
this doesn't:
```
text: str | list[str] = Input(description="Text string to embed"),
```
| closed | 2023-11-03T14:00:11Z | 2023-11-28T14:13:23Z | https://github.com/replicate/cog/issues/1360 | [] | yorickvP | 0 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 73 | Incorrect Reactions where reaction count is > 1000 | Hi.
Thanks for the great tool!
It seems that the scraper returns the incorrect reaction count when there are over 1000 reactions. It returns the number of thousands. I.e. if there are 2,300 likes, the scraper will show that as 2 likes.
For example, on this post [https://www.facebook.com/nike/posts/8250226721... | open | 2023-06-14T13:44:39Z | 2023-06-17T13:09:56Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/73 | [
"bug"
] | FiveTwenty2 | 1 |
nonebot/nonebot2 | fastapi | 3,176 | Plugin: 南无阿弥陀佛 | ### PyPI 项目名
南无阿弥陀佛
### 插件 import 包名
nonebot_plugin_amitabha
### 标签
[{"label":"念佛","color":"#facf7e"},{"label":"阿弥陀佛","color":"#ffb69c"}]
### 插件配置项
```dotenv
send_interval=5
```
### 插件测试
- [ ] 如需重新运行插件测试,请勾选左侧勾选框 | closed | 2024-12-09T15:06:10Z | 2024-12-10T04:43:18Z | https://github.com/nonebot/nonebot2/issues/3176 | [
"Plugin",
"Publish"
] | Kaguya233qwq | 1 |
sktime/pytorch-forecasting | pandas | 998 | Dtype issue in `TorchNormalizer(method="identity")` | - PyTorch-Forecasting version: 0.10.1
- PyTorch version: 1.10.2+cu111
- Python version: 3.8.10
- Operating System: Ubuntu
I recently experienced a `dtype` issue when using `TorchNormalizer` and managed to identify the source of the bug.
When `TorchNormalizer(method="identity", center=False)` is fitted on panda... | open | 2022-05-23T15:51:43Z | 2022-05-23T15:51:43Z | https://github.com/sktime/pytorch-forecasting/issues/998 | [] | RonanFR | 0 |
thtrieu/darkflow | tensorflow | 880 | I can't use yolo.weight | This is my training code .
flow --model cfg/dudqls.cfg --load bin/yolov2.weights --labels labels1.txt --train --dataset /mnt/train2017/ --annotation /mnt/cocoxml/ --backup yolov2 --lr 1e-4 --gpu 0.7
I only change cfg file.
classes =7 filters =60
But Error came out ......
Parsing ./cfg/yolov2.cfg
Parsing cf... | open | 2018-08-22T05:59:07Z | 2018-10-27T22:53:11Z | https://github.com/thtrieu/darkflow/issues/880 | [] | dudqls1994 | 4 |
benbusby/whoogle-search | flask | 881 | [QUESTION] How to 'Set WHOOGLE_DOTENV=1' on local deployment | Hey,
Sorry if this is a simple question, but I've been looking e v e r y w h e r e and I just can't seem to find out how to 'Set WHOOGLE_DOTENV=1' so I can use `whoogle.env` custom configuration. What do you mean by 'set'? How do you 'set' something? Should I add something to the `whoogle.service` file? Please clari... | closed | 2022-11-11T01:31:51Z | 2022-11-22T22:54:34Z | https://github.com/benbusby/whoogle-search/issues/881 | [
"question"
] | diogogmatos | 1 |
NullArray/AutoSploit | automation | 717 | Divided by zero exception37 | Error: Attempted to divide by zero.37 | closed | 2019-04-19T15:59:32Z | 2019-04-19T16:38:37Z | https://github.com/NullArray/AutoSploit/issues/717 | [] | AutosploitReporter | 0 |
AirtestProject/Airtest | automation | 456 | 父窗口是UnityLandscapeRightOnlyViewController的Controller,而里面的元素是iOS控件元素,能获取到吗 | (请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。)
**(重要!问题分类)**
* 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues
* 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues
* 图像识别、设备控制相关问题 -> 按下面的步骤
**描述问题bug**
(简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。)
```
(在这里粘贴traceback或其他报... | open | 2019-07-18T03:21:31Z | 2019-07-18T03:21:31Z | https://github.com/AirtestProject/Airtest/issues/456 | [] | sucl266 | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,247 | Using a hybrid_property within instantiation triggers getter function | ### Describe the bug
If you use hybrid_property to define getters and setters for a table, and you try to instantiate an new object by using the setter, sqlalchemy triggers the getter function where `self` is not a python instance but the class definition.
### Optional link from https://docs.sqlalchemy.org wh... | closed | 2024-04-09T08:35:36Z | 2024-04-09T19:47:37Z | https://github.com/sqlalchemy/sqlalchemy/issues/11247 | [
"documentation",
"orm",
"expected behavior"
] | JichaoS | 4 |
pydata/xarray | pandas | 9,860 | test_dask_da_groupby_quantile not passing | ### What happened?
The test fails because the expected `ValueError` is not raised:
```
________________________ test_dask_da_groupby_quantile _________________________
[gw2] linux -- Python 3.13.0 /usr/bin/python3
@requires_dask
def test_dask_da_groupby_quantile() -> None:
# Only works when the... | closed | 2024-12-06T06:26:18Z | 2025-01-14T13:21:02Z | https://github.com/pydata/xarray/issues/9860 | [
"bug"
] | QuLogic | 6 |
nteract/papermill | jupyter | 174 | Improve reading notebooks from url that need accept json header | Our notebooks are being stored in an [nbgallery](https://github.com/nbgallery/nbgallery) instance. A generic `requests.get(notebook_url)` returns html. Papermill's `execute.execute_notebook(notebook_url)` / `iowr.HttpHandler.read` do not offer a way to set a `{'Accept' : 'application/json'}` header in the request.
... | closed | 2018-08-26T01:16:33Z | 2018-08-26T20:26:10Z | https://github.com/nteract/papermill/issues/174 | [
"enhancement"
] | kafonek | 2 |
yunjey/pytorch-tutorial | deep-learning | 171 | [image caption]training 结束,无法保存模型? | 
训练结束,但是models文件夹下面为空,训练好的模型没有保存。请问要如何解决? | open | 2019-03-30T02:06:42Z | 2019-04-19T09:24:48Z | https://github.com/yunjey/pytorch-tutorial/issues/171 | [] | CherishineNi | 4 |
gunthercox/ChatterBot | machine-learning | 1,954 | How to build Interactive Chatbot with Chatterbot | Hi Team,
I am developing a ChatBot for Our DevOps Team, which will be hosted in our internal Infrastructure i.e. on Intranet.
Our Requirement is to have chatbot with fixed responses, e.g. the user has to select from the given option only. Like dominos app.
Please help me how to build it and please share any example ... | closed | 2020-04-21T12:41:40Z | 2020-08-29T19:34:15Z | https://github.com/gunthercox/ChatterBot/issues/1954 | [] | ankush7489 | 1 |
tqdm/tqdm | pandas | 691 | MPI compatibility | - [x] I have visited the [source website], and in particular read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating system and environment, where applicable:
```python
import tqdm, sys
print(tqdm.__version__, sys.version, sys... | closed | 2019-03-04T14:11:13Z | 2020-10-08T14:06:40Z | https://github.com/tqdm/tqdm/issues/691 | [
"p0-bug-critical ☢",
"to-fix ⌛",
"synchronisation ⇶"
] | biochem-fan | 6 |
deezer/spleeter | deep-learning | 887 | I created web UI. You can have it | <!-- Please respect the title [Discussion] tag. -->
Hi. I have been working on this great library for months and i have finally made it work and have created a web GUI Uisng python and flask.
It's literally ready so you can get it and upload on your host or server and make money with it.
The price is 800$. If ... | closed | 2023-12-24T13:58:46Z | 2023-12-26T16:20:33Z | https://github.com/deezer/spleeter/issues/887 | [
"question"
] | hassan8971 | 0 |
igorbenav/fastcrud | sqlalchemy | 66 | Join documentation is out of date | **Describe the bug or question**
As far as I can tell, the `join` [documentation](https://igorbenav.github.io/fastcrud/advanced/joins/) is out of date
For example, it shows:
```python
user_tier = await user_crud.get_joined(
db=db,
model=Tier,
join_on=User.tier_id == Tier.id,
join_type="left"... | closed | 2024-04-26T17:44:10Z | 2024-05-04T19:35:39Z | https://github.com/igorbenav/fastcrud/issues/66 | [
"documentation",
"good first issue"
] | waza-ari | 0 |
collerek/ormar | fastapi | 1,393 | Read/Write database selection | **Is your feature request related to a problem? Please describe.**
I need to implement read and write replicas of my database in my app, I know I can pass the db to the model query directly using use_db.
**Describe the solution you'd like**
It would be great if when creating my OrmarConfig I could define a read o... | open | 2024-08-22T13:17:10Z | 2024-08-22T13:17:10Z | https://github.com/collerek/ormar/issues/1393 | [
"enhancement"
] | devon2018 | 0 |
dmlc/gluon-nlp | numpy | 714 | Port BioBERT to GluonNLP | https://github.com/dmis-lab/biobert | closed | 2019-05-20T16:31:24Z | 2019-06-10T21:25:12Z | https://github.com/dmlc/gluon-nlp/issues/714 | [
"enhancement"
] | eric-haibin-lin | 1 |
LibreTranslate/LibreTranslate | api | 236 | argostranslategui not detected as installed? |
if i run `./LibreTranslate/env/bin/argos-translate-gui`
it tells me to install `argostranslategui` but I already have it installed.
```
$find -iname 'argostranslategui'
./.local/lib/python3.8/site-packages/argostranslategui
``` | closed | 2022-04-02T13:41:12Z | 2022-04-03T15:53:50Z | https://github.com/LibreTranslate/LibreTranslate/issues/236 | [] | Tarcaxoxide | 1 |
errbotio/errbot | automation | 1,412 | How to make TestBot use text backend? (6.1) | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [ ] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [X] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version:... | closed | 2020-01-30T12:42:31Z | 2024-01-05T17:27:36Z | https://github.com/errbotio/errbot/issues/1412 | [
"type: support/question",
"#tests"
] | nicoddemus | 5 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 112 | can | closed | 2020-11-29T07:34:26Z | 2020-11-29T07:34:42Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/112 | [] | david-hfx | 0 | |
pyg-team/pytorch_geometric | pytorch | 9,328 | GraphSAGE sampling operation | ### 📚 Describe the documentation issue
Hello, I recently tried adding some nodes to a graph to observe changes in the original nodes, such as from A to B, where A is the inserted node. I want to see the changes in B, but I found that using GraphSAGE, the output of node B does not change. I also couldn't find the cont... | open | 2024-05-18T09:09:45Z | 2024-05-27T07:04:30Z | https://github.com/pyg-team/pytorch_geometric/issues/9328 | [
"documentation"
] | 1234238 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,034 | For help? Do you have the model of DenseNetGenerator | Ask for the code of DenseNetGenerator | open | 2020-05-20T02:30:29Z | 2020-05-20T02:30:29Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1034 | [] | HarryAB | 0 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 6 | 400 and slow loading speed when access homepage | ```
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on all addresses.
WARNING: This is a development server. Do not use it in a production deployment.
* Runnin... | closed | 2022-03-11T11:51:52Z | 2022-03-13T09:09:08Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/6 | [] | wanghaisheng | 5 |
ultrafunkamsterdam/undetected-chromedriver | automation | 975 | Does anyone have a full example of running undetected-chromedriver in AWS Lambda? | open | 2023-01-08T01:17:25Z | 2023-08-24T01:10:08Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/975 | [] | emanodame | 1 | |
jumpserver/jumpserver | django | 14,428 | [工单审批能否加一个字段显示组织] | ### 产品版本
v3.10.13
### 版本类型
- [ ] 社区版
- [X] 企业版
- [ ] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [ ] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### ⭐️ 需求描述
申请资产授权时工单审批的申请信息,能否加入工单来源是哪个组织(资产所在组织)
<img width="269" alt="image" src="https://github.com/user-attachments/assets/d9b08453-725a-4c2d-ae5d-04... | closed | 2024-11-11T10:18:48Z | 2025-01-03T03:40:15Z | https://github.com/jumpserver/jumpserver/issues/14428 | [
"⭐️ Feature Request",
"📦 z~release:v4.4.0"
] | yuanxixue | 2 |
jupyter/nbgrader | jupyter | 1,365 | Syntax error in nbgrader_config.py | Ran into an issue following the docs for using the assignment list with multiple courses
My error coming up is
Sep 10 07:03:34 bash: File "/etc/jupyter/nbgrader_config.py", line 2
Sep 10 07:03:34 bash: from nbgrader.auth JupyterHubAuthPlugin
Sep 10 07:03:34 bash: ^
Sep 10 07:03:34 bash: SyntaxError: invalid sy... | open | 2020-09-10T11:09:18Z | 2020-09-10T11:09:18Z | https://github.com/jupyter/nbgrader/issues/1365 | [] | whositwhatnow | 0 |
yzhao062/pyod | data-science | 114 | Time Complexity Optimisation - SOD | Attempt to improve performance of SOD with respect to execution time. | closed | 2019-06-18T14:48:54Z | 2020-01-14T12:16:00Z | https://github.com/yzhao062/pyod/issues/114 | [] | John-Almardeny | 0 |
statsmodels/statsmodels | data-science | 8,666 | Cannot chose variables which become dummy variables when setting them in pandas | I have a dataset with a few categories that are coded as being the presence or absence of an intervention. I am fitting a simple linear regression using OLS. Multiple interventions may be present at the same time so I am adding an effect for each effect. However the dummy variable is not being encoded the way I want... | closed | 2023-02-12T01:08:56Z | 2023-10-27T09:57:41Z | https://github.com/statsmodels/statsmodels/issues/8666 | [] | AngCamp | 0 |
zwczou/weixin-python | flask | 87 | 微信支付trade_type APP时候 报商户支付下单ID非法的错误 | 微信支付trade_type APP时候 报商户支付下单ID非法的错误。
我看网上资料 好像是prepay_id 和 prepayid 的问题 。 | open | 2021-06-13T06:50:43Z | 2021-06-13T06:50:43Z | https://github.com/zwczou/weixin-python/issues/87 | [] | Sulayman | 0 |
mckinsey/vizro | data-visualization | 86 | Absence of openpyxl library causes console errors | ### Description
When trying to export xlsx file using actions, console error occurs
```
Traceback (most recent call last):
File "/Users/o/PycharmProjects/vizro/vizro-core/src/vizro/models/_action/_action.py", line 80, in callback_wrapper
return_value = self.function(**inputs) or {}
File "/Users/o/Pychar... | closed | 2023-10-02T10:26:07Z | 2023-10-06T15:55:08Z | https://github.com/mckinsey/vizro/issues/86 | [
"Bug Report :bug:"
] | l0uden | 1 |
QuivrHQ/quivr | api | 3,427 | Add Relevant Parameters to URL endpoint | closed | 2024-10-25T08:18:31Z | 2024-10-29T08:49:25Z | https://github.com/QuivrHQ/quivr/issues/3427 | [] | chloedia | 1 | |
darrenburns/posting | automation | 229 | Ctrl+D and Ctrl+U in read-only TextArea isn't integrated with "visual select" mode | open | 2025-03-14T23:20:56Z | 2025-03-14T23:21:04Z | https://github.com/darrenburns/posting/issues/229 | [
"bug"
] | darrenburns | 0 | |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 241 | [BUG] different iframes share same window | Reproducable Code Snippet (Edited from [Playwright Tests](https://github.com/microsoft/playwright-python/blob/47c1bc15122796da70a160b07f1e08a71f9032e2/tests/async/test_frames.py#L92-L108)):
```py
from selenium_driverless import webdriver
from selenium_driverless.types.by import By
import asyncio
EMPTY_PAGE = "ht... | closed | 2024-06-12T10:59:49Z | 2024-06-12T13:29:50Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/241 | [
"invalid"
] | Vinyzu | 1 |
serengil/deepface | machine-learning | 1,118 | The link to the postman project is wrong | the link should be navigated to `https://github.com/serengil/deepface/tree/master/deepface/api/postman` instead of `https://github.com/serengil/deepface/tree/master/api/postman` | closed | 2024-03-17T18:13:57Z | 2024-03-17T18:21:31Z | https://github.com/serengil/deepface/issues/1118 | [
"documentation"
] | rezakarbasi | 2 |
noirbizarre/flask-restplus | flask | 557 | swagger.json not loading on Production-500 status code | closed | 2018-11-27T06:00:49Z | 2018-11-28T02:11:08Z | https://github.com/noirbizarre/flask-restplus/issues/557 | [] | rootVIII | 0 | |
davidteather/TikTok-Api | api | 1,162 | [BUG] - Failed to run even hashtag_example i added ms_token | I'm unable to run even the examples with an added ms_token, I'm not sure if i had done everything right but i cant seem to understand exactly if i had also to add a cookie, or how do i get a cookie except from ms_token.
I think the line ms_token, None i had filled correctly.
I modified the example:
```py
fr... | open | 2024-06-17T14:13:14Z | 2024-07-14T18:33:56Z | https://github.com/davidteather/TikTok-Api/issues/1162 | [
"bug"
] | vagvalas | 5 |
comfyanonymous/ComfyUI | pytorch | 6,734 | ComfyUI-Frame-Interpolation and ROCm Compatibility Issue | ### Expected Behavior
Install and use the ComfyUI-Frame-Interpolation node. It completes without error, but fails in the back end (depending on version attempting to be installed).
### Actual Behavior
Installation fails with a "file missing" or "ROCm version unsupported" error.
### Steps to Reproduce
Install Comf... | closed | 2025-02-07T05:15:32Z | 2025-02-08T22:51:03Z | https://github.com/comfyanonymous/ComfyUI/issues/6734 | [
"Potential Bug"
] | BloodBlight | 8 |
horovod/horovod | pytorch | 3,138 | deadlock and scaling efficiency problem with horovod | **Environment:**
1. Framework: (TensorFlow)
2. Horovod version:0.21.0
3. MPI
Here is the problem: Horovod in one server can run 48 process, but in two servers, it can only run 76 process. PLS when the process exceed 76, the training will be blocked like the following bug report. And CPU efficiency in two servers ... | open | 2021-08-28T13:57:24Z | 2023-03-29T13:19:55Z | https://github.com/horovod/horovod/issues/3138 | [
"bug"
] | huwenyue | 3 |
amerkurev/scrapper | web-scraping | 23 | When running service for several days, service starts to fail | Hello,
When running the service for several days, the service starts to fail and the ping endpoint still returns success all the time.
Have you experienced such an issue? Maybe the ping endpoint has to be improved. Plus maybe there are some minimal requirements for docker resources?
Thank you! | open | 2025-01-02T16:56:32Z | 2025-02-25T09:28:33Z | https://github.com/amerkurev/scrapper/issues/23 | [] | mkazinauskas | 2 |
ydataai/ydata-profiling | pandas | 1,071 | Getting DispatchError on Missing diagram bar | Hi,
I am getting DispatchError when trying to run below code:
```
from pandas_profiling import ProfileReport
profile = ProfileReport(efeature_db)
profile.to_file("report/profile_report.html")
```
Following Error:
```
TypeError Traceback (most recent call last)
File ~\Minico... | closed | 2022-09-27T12:56:52Z | 2022-10-03T10:28:15Z | https://github.com/ydataai/ydata-profiling/issues/1071 | [
"needs-triage"
] | ashutosh486 | 6 |
Kav-K/GPTDiscord | asyncio | 314 | Add environment variable to disable ShareGPT | **Is your feature request related to a problem? Please describe.**
In its current implementation content is always shared with a 3rd party service (shareGPT).
**Describe the solution you'd like**
The ability to define a variable in .env to enable or disable sending any content to shareGPT
**Describe alternativ... | closed | 2023-05-10T05:22:19Z | 2023-10-21T05:46:23Z | https://github.com/Kav-K/GPTDiscord/issues/314 | [] | jeffe | 1 |
d2l-ai/d2l-en | tensorflow | 1,728 | chapter 16 (recommender systems) needs translation to pytorch | chapter 16 (recommender systems) needs translation to pytorch | open | 2021-04-19T23:59:57Z | 2022-01-19T04:09:59Z | https://github.com/d2l-ai/d2l-en/issues/1728 | [] | murphyk | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.