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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
dynaconf/dynaconf | flask | 203 | Document the use of pytest with dynaconf | For testing in my project i want to add in my conftest.py something like that:
```
import pytest
import os
@pytest.fixture(scope='session', autouse=True)
def settings():
os.environ['ENV_FOR_DYNACONF'] = 'testing'
```
But this is not work ;-(. What can you advise me ?
I dont want start my test like th... | closed | 2019-08-08T10:41:39Z | 2020-02-26T18:04:26Z | https://github.com/dynaconf/dynaconf/issues/203 | [
"enhancement",
"question",
"Docs",
"good first issue"
] | dyens | 12 |
ading2210/poe-api | graphql | 27 | custom bots? | poe added new feature - custom bots.
how i can access to him with api?

| closed | 2023-04-08T08:09:13Z | 2023-04-10T06:47:31Z | https://github.com/ading2210/poe-api/issues/27 | [
"bug"
] | dm-vev | 4 |
Evil0ctal/Douyin_TikTok_Download_API | api | 547 | pip install f2之后命令行无法使用f2命令,是否需要配置PATH | pip install f2之后命令行无法使用f2命令,是否需要配置PATH
| closed | 2025-02-07T03:05:21Z | 2025-02-07T05:42:21Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/547 | [] | louis1027 | 1 |
serengil/deepface | deep-learning | 1,419 | [BUG]: is this an issue with deepface running as a container? | ### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) ... | closed | 2025-01-04T17:40:37Z | 2025-01-04T17:54:51Z | https://github.com/serengil/deepface/issues/1419 | [
"bug",
"dependencies"
] | levski | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,163 | cal_gradient_penalty for WGANGP not used? | Hello,
I have a question regarding your implementation of WGAN-GP based pix2pix.
It seems you just used the WGAN loss
```
elif self.gan_mode == 'wgangp':
if target_is_real:
loss = -prediction.mean()
else:
loss = prediction.mean()
```
but th... | open | 2020-10-11T18:13:27Z | 2020-10-15T22:25:08Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1163 | [] | zhulingchen | 7 |
gradio-app/gradio | machine-learning | 9,910 | `allow_preview=False` not working as expected in custom Gallery class | ### Describe the bug
I'm using a custom `Gallery` class that inherits from `gr.Gallery` in my Gradio application. I've set the `allow_preview` parameter to `False` when creating the `Gallery` instance, but the preview functionality is still being triggered when I click on the images.
### Have you searched existing i... | closed | 2024-11-06T14:56:23Z | 2024-11-13T13:19:31Z | https://github.com/gradio-app/gradio/issues/9910 | [
"bug",
"pending clarification"
] | zhristophe | 3 |
quantumlib/Cirq | api | 7,028 | The prerelease CI has been failing for the past couple of days | The error is doesn't happen during building cirq but at the last step when it tries to upload to pypi https://github.com/quantumlib/Cirq/actions/runs/13083990280/job/36512589142

 in tests, similar to how it's supported by stamina: https://stamina.hynek.me/en/stable/tutorial.html#deactivating-retries-globally | open | 2023-08-23T16:56:25Z | 2024-09-25T07:27:20Z | https://github.com/litl/backoff/issues/206 | [] | rouge8 | 2 |
deepinsight/insightface | pytorch | 2,293 | Partial FC v1&v2 | Hi, dost partial fc v2 has any improvement on "training speed" or "GPU memory cost"? THX | open | 2023-05-09T13:37:11Z | 2023-05-09T13:37:11Z | https://github.com/deepinsight/insightface/issues/2293 | [] | abcsimple | 0 |
InstaPy/InstaPy | automation | 6,307 | Blocking users with InstaPy | I want to create an Instagram bot that blocks and/ or removes a bunch of accounts under certain circumstances. I've noticed that my engagement rate goes up if I remove users without profile pictures or with profile pictures that are just the color black. I like to block them, so they can't follow me back. Is there a wa... | open | 2021-09-06T19:50:34Z | 2021-09-06T19:50:34Z | https://github.com/InstaPy/InstaPy/issues/6307 | [] | Amartell15 | 0 |
openapi-generators/openapi-python-client | rest-api | 680 | Support for caching | Documentation is sparse and I do not see a way to enable caching for clients generated with openapi-python-client.
Many APIs that leverage OpenAPI will also support content caching and send headers for TTL. When using the same openapi-python-client object to make the same calls, I notice it is making a new request a... | closed | 2022-10-02T08:06:19Z | 2022-10-02T18:26:30Z | https://github.com/openapi-generators/openapi-python-client/issues/680 | [
"👎 wont do"
] | ekrekeler | 2 |
dagster-io/dagster | data-science | 27,888 | Asset partition [partition] depends on invalid partition keys. Issue with using multiple dynamic partitions definitions. | ### What's the issue?
I get the error `dagster._core.errors.DagsterInvariantViolationError: Asset partition AssetKeyPartitionKey(asset_key=AssetKey(['processed_file_chunk']), partition_key='file_1_chunk_2') depends on invalid partition keys {AssetKeyPartitionKey(asset_ke
y=AssetKey(['file_chunks']), partition_key='fil... | open | 2025-02-18T10:57:14Z | 2025-02-18T15:45:06Z | https://github.com/dagster-io/dagster/issues/27888 | [
"type: bug"
] | vlreinier | 0 |
newpanjing/simpleui | django | 146 | 自定义应用名称无效? | **bug描述**
注册model后,后台展示的应用名称是Otc,不知道怎么修改。试了下设置应用的verbose_name,但没有生效
**重现步骤**
class OtcConfig(AppConfig):
name = 'otc'
verbose_name = '场外交易'
**环境**
1.操作系统:macOs
2.python版本:3.6.7
3.django版本:2.2
4.simpleui版本:最新
**其他描述**
| closed | 2019-09-04T08:51:51Z | 2020-10-26T08:08:45Z | https://github.com/newpanjing/simpleui/issues/146 | [
"bug"
] | danvinhe | 2 |
Anjok07/ultimatevocalremovergui | pytorch | 1,786 | i dont even know what is this error ima just report it | Last Error Received:
Process: VR Architecture
If this error persists, please contact the developers with the error details.
Raw Error Details:
MemoryError: "Unable to allocate 1.58 GiB for an array with shape (212462880,) and data type float64"
Traceback Error: "
File "UVR.py", line 9217, in process_start
File ... | open | 2025-03-20T13:28:08Z | 2025-03-20T13:28:08Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1786 | [] | nwordexe | 0 |
pytorch/pytorch | deep-learning | 149,799 | bug in pytorch/torch/nn/parameter: | ### 🐛 Describe the bug
```python
class UninitializedBuffer(UninitializedTensorMixin, torch.Tensor):
r"""A buffer that is not initialized.
Uninitialized Buffer is a a special case of :class:`torch.Tensor`
where the shape of the data is still unknown.
Unlike a :class:`torch.Tensor`, uninitialized para... | closed | 2025-03-22T08:46:52Z | 2025-03-24T16:21:31Z | https://github.com/pytorch/pytorch/issues/149799 | [] | said-ml | 1 |
PrefectHQ/prefect | data-science | 17,481 | Flow Run time is displaying (1m 60s) instead of (2m 00s) | ### Bug summary
In the flow run, I am getting 1 minute and 60 seconds instead of 2 minutes. Small thing but figured I should share.
### Version info
```Text
Version: 3.2.12
API version: 0.8.4
Python version: 3.12.3
Git commit: 826eb1a7
Built: Mon, Mar 10, 2025 4:36 PM... | closed | 2025-03-14T20:10:38Z | 2025-03-14T20:16:31Z | https://github.com/PrefectHQ/prefect/issues/17481 | [
"bug"
] | matthewkrausse | 1 |
jupyter/nbviewer | jupyter | 513 | Unable to export to pdf | When I try to run `ipython nbconvert —to pdf Creating_and_configuring_CERN_VM_for_ATLAS.ipynb` ([gist](http://nbviewer.ipython.org/gist/wsfreund/7e57bde9e08a9f7c4c46/)), I get the following error:
```
Underfull \hbox (badness 10000) in paragraph at lines 597--599
[]\OT1/cmr/m/n/10 ======================\OML/cmm/m/it/1... | open | 2015-10-08T20:48:40Z | 2018-07-15T21:16:34Z | https://github.com/jupyter/nbviewer/issues/513 | [
"type:Bug",
"tag:Upstream",
"status:Needs Reproduction"
] | wsfreund | 5 |
miguelgrinberg/python-socketio | asyncio | 144 | CancelledError cannot be handled properly in socketio | We can't handle cancellederror correctly therefor our applications receieve so many cancellederros in errorlog. and the service were shutdown sometimes. we asked experts in aiohttp and aiojobs , we were told that the actual cause could be only related with python-socketio.
[The more information are in the thread w... | closed | 2017-11-06T10:57:00Z | 2017-11-09T02:34:12Z | https://github.com/miguelgrinberg/python-socketio/issues/144 | [
"investigate"
] | larryclean | 9 |
graphistry/pygraphistry | jupyter | 487 | [BUG] Login with token throw error, there is no handling of refresh function for login with token | **Describe the bug**
Reported by Leo when trying to login with JWT token in Louie integration
```
graphistry.register(api=3, token=xyz)
...
g.plot()
```
is failing with an org_name KeyError bug
and trying to specify as
`graphistry.register(api=3, token=xyz, org_name=user)` does not help
(https://gra... | closed | 2023-05-20T05:06:12Z | 2023-07-23T06:45:14Z | https://github.com/graphistry/pygraphistry/issues/487 | [
"bug"
] | vaimdev | 0 |
aleju/imgaug | machine-learning | 758 | Cropping with Center Points from Bounding Boxes | Hey folks,
I have an object detection problem involving high resolution images (16:9 aspect ratio, 5280x2970) where it would be desirable to apply a `Crop` augmentation but use the center point of one of the bounding boxes to do so. I couldn't find an augmentation in the API that fit this use case exactly so I creat... | open | 2021-04-05T18:19:36Z | 2021-04-05T18:20:05Z | https://github.com/aleju/imgaug/issues/758 | [] | seanytak | 0 |
iterative/dvc | machine-learning | 9,817 | `dvc exp run --dry --allow-missing` modifies dvc files | Reproduction steps:
```bash
cd "$(mktemp -d)"
git init && dvc init
echo -e "outs:\n- path: data" > data.dvc
dvc stage add -n test -d data ls
cat data.dvc
echo "data" >> .gitignore
git add .
git commit -m "init"
dvc exp run --dry --allow-missing -vv
cat data.dvc
```
| closed | 2023-08-08T04:01:13Z | 2023-09-13T06:06:48Z | https://github.com/iterative/dvc/issues/9817 | [
"bug",
"p1-important",
"A: experiments"
] | skshetry | 9 |
Guovin/iptv-api | api | 830 | [Bug]: 把节目合并,比如cctv1的10个链接放到cctv1后面,而不是10个cctv1 | 参考这个:https://mp.weixin.qq.com/s/38opj8gzxDEldWNMpnOfHg
比如实际是这样的:
```
央视频道,#genre#
CCTV-1,http://116.128.242.83:9901/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0
CCTV-1,http://113.195.45.40:9901/tsfile/live/0001_1.m3u8?key=txiptv&playlive=0&authid=0
CCTV-1,http://58.19.38.162:9901/tsfile/live/1000_1.m3... | closed | 2025-01-14T10:41:45Z | 2025-02-23T15:57:25Z | https://github.com/Guovin/iptv-api/issues/830 | [
"enhancement",
"wontfix"
] | xxl6097 | 16 |
viewflow/viewflow | django | 395 | List View Boolean Field Icon | 
Currently check boxes are used to represent boolean values. This is confusing as they look like they can be ticked by the user, like the check boxes on the very left can be.
I suggest switching these to different i... | closed | 2023-09-12T00:35:08Z | 2024-02-13T05:26:08Z | https://github.com/viewflow/viewflow/issues/395 | [
"request/enhancement",
"dev/site"
] | SamuelLayNZ | 3 |
tortoise/tortoise-orm | asyncio | 952 | Isolation level support | Hey there,
Suggesting we get isolation level support that asyncpg already does, On lines 157 and 229, if we can pass an isolation parameter and asyncpg can handle the rest, but personally I don't know how everything integrates.
https://github.com/tortoise/tortoise-orm/blob/850a2cae961bd5a79c61ca635cbe8175aff0d5c0/t... | closed | 2021-10-13T02:33:36Z | 2024-09-01T22:06:17Z | https://github.com/tortoise/tortoise-orm/issues/952 | [
"enhancement"
] | tinducvo | 5 |
netbox-community/netbox | django | 17,939 | netbox-rqworker failed to start on fresh installation of v4.1.4 | ### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
v4.1.4
### Python Version
3.11
### Steps to Reproduce
Follow netbox installation procedure. Procedure installs newest "rq" version.
### Expected Behavior
netbox-rqworker service should start
### Observed Behavior
netbox-rqworker fai... | closed | 2024-11-06T09:09:54Z | 2024-11-06T13:05:40Z | https://github.com/netbox-community/netbox/issues/17939 | [] | boxstep | 0 |
nvbn/thefuck | python | 1,181 | Computer | <!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to
update The Fuck and see if the bug is still there. -->
<!-- If it is (sorry again), check if the problem has not already been reported and
if not, just op... | closed | 2021-04-02T01:49:17Z | 2021-06-23T21:42:29Z | https://github.com/nvbn/thefuck/issues/1181 | [] | Electronick79 | 0 |
HIT-SCIR/ltp | nlp | 200 | 模型百度云下载链接无法访问 | 您好,请问http://pan.baidu.com/share/link?shareid=1988562907&uk=2738088569 这个模型百度云的模型下载链接无法访问,有没有别的下载地址可以下载到模型?或者说能否修复一下链接,谢谢。 | closed | 2016-12-22T02:04:06Z | 2016-12-23T09:11:00Z | https://github.com/HIT-SCIR/ltp/issues/200 | [] | lzhibin | 2 |
tensorflow/datasets | numpy | 5,335 | [data request] <dataset educação superior no Brasil> | * Name of dataset: <name>
* URL of dataset: <url>
* License of dataset: <license type>
* Short description of dataset and use case(s): <description>
Folks who would also like to see this dataset in `tensorflow/datasets`, please thumbs-up so the developers can know which requests to prioritize.
And if you'd lik... | open | 2024-03-24T16:00:36Z | 2024-03-25T13:37:21Z | https://github.com/tensorflow/datasets/issues/5335 | [
"dataset request"
] | karhyne | 1 |
babysor/MockingBird | deep-learning | 53 | 请问如何恰当调整CPU和GPU的占用率呢 | 请教一下,GPU和CPU利用率只有13%左右,该怎么调整训练参数? | closed | 2021-08-27T08:46:42Z | 2021-10-01T03:18:35Z | https://github.com/babysor/MockingBird/issues/53 | [] | TypicalSpider | 3 |
microsoft/unilm | nlp | 1,432 | BEIT-3 Pre-trained model and code | Nice job!
But when I was reading the code, I didn't notice any code that improved pretraining. When will you release it?
| closed | 2024-01-16T01:17:30Z | 2024-01-16T02:58:26Z | https://github.com/microsoft/unilm/issues/1432 | [] | Tzx11 | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 97 | [QUESTION] How to stop the container from inside | Hi, I'm trying to stop the container when a certain scenario happens. The app stops when it runs outside docker with a simple `sys.exit()`, but if I run the app inside the docker container, it automatically restarts. Is there a way to prevent the reload? | closed | 2021-06-30T09:29:19Z | 2021-06-30T10:14:33Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/97 | [] | Riccorl | 1 |
deezer/spleeter | tensorflow | 437 | [Bug] Spleeter adding small padding to output audio files | ## Description
During an effort to reduce memory footprint by splitting input files in chunks of 30 seconds, discussed on [this thread](https://github.com/deezer/spleeter/issues/391#issuecomment-652202433) we noticed that Spleeter is adding a tiny padding after each output stem file, what makes a small gap when stit... | closed | 2020-07-01T13:46:28Z | 2021-05-22T10:21:16Z | https://github.com/deezer/spleeter/issues/437 | [
"bug",
"invalid"
] | geraldoramos | 6 |
geex-arts/django-jet | django | 196 | sidebar requires perfect mouse movement to keep a application open | Hi,
Using Jet for a while when developing for a while and it has a small annoyance when selecting a model.
When overing on an application, and wanting to select a model, you often hover over another application making another list of models open.
This happens frequently since the list of models is much higher... | open | 2017-03-29T12:46:13Z | 2018-01-25T15:05:18Z | https://github.com/geex-arts/django-jet/issues/196 | [] | stitch | 7 |
MagicStack/asyncpg | asyncio | 837 | Feature request: 'get_attributes' without prepared statements | Hello!
Right now I'm trying out the `AsyncSession` in the `SQLAlchemy@1.4` which uses `asyncpg` under the hood and as it turns out that specific configuration does not work well with `pgbouncer` even if you disable statement caching both in `asyncpg` and `SQLAlchemy`.
As discussed in the corresponding issue — htt... | closed | 2021-10-12T15:29:33Z | 2021-11-16T06:13:21Z | https://github.com/MagicStack/asyncpg/issues/837 | [] | nikitagashkov | 7 |
ansible/awx | automation | 15,271 | AWX Receptor Node: IPv6 flapping (working, broken) | ### 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 provide... | closed | 2024-06-13T22:37:18Z | 2024-06-18T10:59:54Z | https://github.com/ansible/awx/issues/15271 | [
"type:bug",
"needs_triage",
"community"
] | discostur | 1 |
twopirllc/pandas-ta | pandas | 322 | stoch and stochrsi not working | python 3.9
0.2.97b0
**Describe the bug**
```sh
Traceback (most recent call last):
File "C:\Users\equal\AppData\Roaming\JetBrains\PyCharm2021.1\scratches\scratch_2.py", line 15, in <module>
df["fastk"] = ta.stoch(high=df["high"], low=df["low"], close=df["close"], smooth_k=14)
File "C:\Users\equal\Py... | closed | 2021-06-30T14:30:06Z | 2021-07-08T22:49:55Z | https://github.com/twopirllc/pandas-ta/issues/322 | [
"wontfix",
"info"
] | ReubenHawley | 4 |
RobertCraigie/prisma-client-py | pydantic | 268 | Add support for inline conditionals for query building | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently it is annoying to write update mutation data with conditional inputs, for example:
```py
data: UserUpdateInput = {}
if name:
data["name"] = name
if colour != 'red':
data["co... | open | 2022-02-03T23:28:29Z | 2022-02-03T23:28:43Z | https://github.com/RobertCraigie/prisma-client-py/issues/268 | [
"kind/improvement",
"topic: types",
"topic: client",
"level/advanced",
"priority/medium"
] | RobertCraigie | 0 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 52 | How to run as a user and not root | Hello,
I need to run as a user other than root
```
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8-alpine3.10
COPY ./app /app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt \
&& addgroup -S appgroup && adduser -S appuser -G appgroup
USER appuser
```
Yet when I run im... | closed | 2020-06-18T19:19:02Z | 2020-11-03T16:33:49Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/52 | [] | hopenbr | 3 |
slackapi/python-slack-sdk | asyncio | 1,520 | Curl Request for Slack File Upload using files.completeUploadExternal | I have tried python slack sdk for files upload v2 it is working fine but this is not related to slack sdk I have followed those 3 steps but the file not uploaded please take this request thankyou.
curl -F filename="a.txt" -F length="581" -H "Authorization: Bearer [TOKEN]" https://slack.com/api/files.getUploadURLExt... | closed | 2024-06-27T13:19:16Z | 2024-06-27T20:34:04Z | https://github.com/slackapi/python-slack-sdk/issues/1520 | [
"question"
] | Bhargava1999 | 38 |
encode/httpx | asyncio | 2,694 | Square brackets no longer work | A GET request such as `/?arr[]=1&arr[]=2` is perfectly legal and it means that you are trying to send an array of values to the endpoint.
Unluckily after 0.23.3 it stopped working because requests are sent as `/?arr%5B%5D=1&arr%5B%5D=2`
| closed | 2023-05-04T09:48:59Z | 2023-05-09T13:20:14Z | https://github.com/encode/httpx/issues/2694 | [] | sathia-musso | 3 |
sanic-org/sanic | asyncio | 2,527 | Add `os.sendfile` and `os.splice` support | Basically `os.sendfile` can be used to copy bytes from file descriptor to socket a'la to serve static files and `os.splice` can be used to copy bytes from pipe to socket. In both cases copying bytes to/from userspace Python process are bypassed.
This is just example snippet what I would like to do with Sanic:
```... | closed | 2022-08-16T07:28:16Z | 2022-08-19T13:28:12Z | https://github.com/sanic-org/sanic/issues/2527 | [
"question"
] | laurivosandi | 8 |
benbusby/whoogle-search | flask | 870 | Is a temporary problem? | Hi i'm deployng on portainer but i receive this demployment error:
> failed to deploy a stack: whoogle Pulling whoogle Error Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution
There are some problems?
Thank you | closed | 2022-10-29T09:28:26Z | 2022-10-29T10:36:55Z | https://github.com/benbusby/whoogle-search/issues/870 | [
"question"
] | banphi | 2 |
christabor/flask_jsondash | plotly | 7 | Need a better way to configure which charts and libs to load | Currently, it loads anything and everything, including obscure javascript libraries for certain scenarios. It would make more sense to load them dynamically based on a user config, which would populate both the library link and the select field data.
The actual libs could still live inside the repo.
| closed | 2016-05-02T19:54:20Z | 2016-05-03T18:24:08Z | https://github.com/christabor/flask_jsondash/issues/7 | [] | christabor | 0 |
plotly/plotly.py | plotly | 4,425 | Mapbox stamen styles not working | It appears that the stamen styles (stamen-terrain, stamen-toner, stamen-watercolor) no longer work on mapbox maps. Using one of these styles, just gives a blank map under the data provided to the plotting function. I could provide an example of trying this myself, but it appears that the example pages using this styl... | closed | 2023-11-15T22:27:00Z | 2024-05-23T16:45:25Z | https://github.com/plotly/plotly.py/issues/4425 | [] | shawnrosofsky | 12 |
deepfakes/faceswap | machine-learning | 1,482 | No tensorflow 2.10 version macbook | *Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum)
or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without
response.*
02/01/2025 17:54:06 ERROR The maximum supported Tensorflow is version (2, 10) ... | open | 2025-02-01T10:01:13Z | 2025-02-01T10:01:13Z | https://github.com/deepfakes/faceswap/issues/1482 | [] | isold23 | 0 |
open-mmlab/mmdetection | pytorch | 11,299 | 请问mmedetection-main如何提取后处理 | 比如对于retinanet,我使用的设备不支持nms算子,我想将后处理部分包含nms的部分提取出来,然后将之前的部分单独转化成onnx文件,后面的部分再转成另外的onnx文件,这样我的设备可以单独跑不包含后处理和nms算子的onnx模型。 | open | 2023-12-20T06:43:53Z | 2023-12-20T06:44:20Z | https://github.com/open-mmlab/mmdetection/issues/11299 | [] | Jasonlaiya | 0 |
biolab/orange3 | scikit-learn | 6,587 | qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. | orange can not be started
```
export QT_DEBUG_PLUGINS=1
python -m Orange.canvas
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QFactoryLoader::QFactoryLoader() checking directory path "/home/dust/miniconda3/lib/python3.10/site-packages/PyQt5/Qt5/plugi... | closed | 2023-09-25T19:09:26Z | 2023-10-05T12:34:36Z | https://github.com/biolab/orange3/issues/6587 | [
"bug report"
] | dustofdust | 2 |
aminalaee/sqladmin | sqlalchemy | 726 | Not able to edit fields in sql admin when using s3 filetype | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
Hey,
I raised the earlier in fastapi-storages as well.
So i am not able to edit other fields when i saved a entry in my table with column being ... | closed | 2024-03-11T10:27:59Z | 2024-10-03T15:10:53Z | https://github.com/aminalaee/sqladmin/issues/726 | [] | Shauryadhaka | 4 |
slackapi/python-slack-sdk | asyncio | 672 | File with multi-byte characters in the filename can not be uploaded. | ### Description
File with multi-byte characters in the filename can not be uploaded.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [x] bug
- [ ] enhancement (feature request)
- [ ] question
- [ ] documentation related
- [ ] testing related
- [ ] discussion
### Requirements (place a... | closed | 2020-05-07T18:30:14Z | 2020-05-15T04:02:14Z | https://github.com/slackapi/python-slack-sdk/issues/672 | [
"Version: 2x",
"bug",
"web-client"
] | yuji38kwmt | 2 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,020 | ValueError: operands could not be broadcast together with shapes (2400,) (4000,) (2400,) | ValueError Traceback (most recent call last)
in ()
14 print("first record a voice or upload a voice file!")
15 else:
---> 16 synthesize(embedding, text)
2 frames
in synthesize(embed, text)
6 #with io.capture_output() as captured:
7 specs = synthesizer.synthesize_spectrograms([text], [embed])
----> 8 generate... | open | 2022-02-22T15:53:40Z | 2023-05-16T06:38:35Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1020 | [] | LinkleZe | 2 |
mlfoundations/open_clip | computer-vision | 91 | AttributeError: 'XClipAdapter' object has no attribute 'max_text_len' | when I run the code in README.md,my terminal shown that "AttributeError: 'XClipAdapter' object has no attribute 'max_text_len'".
I need help. | closed | 2022-05-16T16:52:33Z | 2022-05-16T16:53:50Z | https://github.com/mlfoundations/open_clip/issues/91 | [] | etali | 1 |
plotly/plotly.py | plotly | 4,401 | Warn about `write_image` hanging with latest Kaleido | https://github.com/plotly/Kaleido/issues/134
Unfixed problem, had to spend time debugging. A warning should be thrown, and it'd help to suggest the commonly-working fix of downgrading to `kaleido==0.1.0.post1` (`0.1.0` via `-conda-forge` also worked for me). | closed | 2023-10-26T13:57:14Z | 2024-10-25T14:10:39Z | https://github.com/plotly/plotly.py/issues/4401 | [
"bug",
"sev-3"
] | OverLordGoldDragon | 6 |
plotly/dash-table | dash | 759 | N Largest & N Smallest filter support for rows | Like #756 but for rows instead of columns | closed | 2020-04-20T22:11:58Z | 2020-04-27T17:47:58Z | https://github.com/plotly/dash-table/issues/759 | [] | chriddyp | 1 |
jupyter/nbviewer | jupyter | 752 | Notebook validation failed | It always gives me this error msg (below) when there is a jupyter widget in the code.
However, the progress bar always doesn't work, with only 'A Jupyter Widget' showing below the code.
Notebook Validation failed: {'version_major': 2, 'version_minor': 0, 'model_id': 'cb0d5407d8bf4818ab290a3d27430195'} is not valid ... | closed | 2018-01-05T10:42:14Z | 2018-07-08T01:39:59Z | https://github.com/jupyter/nbviewer/issues/752 | [
"status:Need Info",
"status:Inactive"
] | FENGSHAN95 | 2 |
koaning/scikit-lego | scikit-learn | 462 | [FEATURE] sample_weights for ZeroInflatedRegressor | Hi!
Last time, I tried to use the `ZeroInflatedRegressor` together with your `DecayEstimator`. This resulted in an error because I forgot to implement the `sample_weights` keyword :D
But this should be easy to do, just pass it completely to the classifier as well as parts of it (where the classifier says that the... | closed | 2021-04-29T07:43:27Z | 2021-05-02T13:45:53Z | https://github.com/koaning/scikit-lego/issues/462 | [
"enhancement"
] | Garve | 1 |
CatchTheTornado/text-extract-api | api | 94 | [bug] Problem with installation in docker | And I encountered such a problem that not all containers are started, as a result, nothing works.
> fastapi_app-1 | exec /app/scripts/entrypoint.sh: no such file or directory
> fastapi_app-1 exited with code 1
> celery_worker-1 | exec /app/scripts/entrypoint.sh: no such file or directory
> celery_worker-1 exited with ... | open | 2025-01-18T21:40:57Z | 2025-02-06T16:31:59Z | https://github.com/CatchTheTornado/text-extract-api/issues/94 | [] | mesheni | 6 |
tqdm/tqdm | pandas | 726 | New Line | Even though `disable=True` is passed, there is still a new line character, that is produced. Is there a workaround?
(I am using the hyperopt package, and even though I am disabling the progressbar, there is an annoying newline character. https://github.com/hyperopt/hyperopt/blob/master/hyperopt/fmin.py#L197) | open | 2019-05-06T15:02:04Z | 2019-07-20T03:53:23Z | https://github.com/tqdm/tqdm/issues/726 | [
"question/docs ‽",
"to-review 🔍",
"p2-bug-warning ⚠"
] | r0f1 | 1 |
fastapi/sqlmodel | sqlalchemy | 508 | Generate SQLModel table class from dictionary | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-11-29T15:31:09Z | 2022-12-16T15:43:05Z | https://github.com/fastapi/sqlmodel/issues/508 | [
"feature"
] | Udayaprasad | 5 |
activeloopai/deeplake | computer-vision | 2,596 | [BUG] Rcursion Error | ### Severity
P0 - Critical breaking issue or missing functionality
### Current Behavior
```
/lib/python3.10/site-packages/deeplake/core/version_control/commit_node.py", line 28, in copy
node = CommitNode(self.branch, self.commit_id)
RecursionError: maximum recursion depth exceeded
```
i used 4 gpus to pre-c... | closed | 2023-09-18T00:50:14Z | 2023-09-21T20:25:42Z | https://github.com/activeloopai/deeplake/issues/2596 | [
"bug"
] | ChawDoe | 1 |
huggingface/transformers | pytorch | 35,981 | Docs: return type of `get_default_model_and_revision` might be incorrectly documented? | The return type here is documented as `Union[str, Tuple[str, str]]`
https://github.com/huggingface/transformers/blob/d7188ba600e36d3fd191b12e19f1b3bb81a8404f/src/transformers/pipelines/base.py#L385-L387
The docstring just says `str`
https://github.com/huggingface/transformers/blob/d7188ba600e36d3fd191b12e19f1b3bb81a... | closed | 2025-01-31T10:34:48Z | 2025-02-13T10:59:16Z | https://github.com/huggingface/transformers/issues/35981 | [] | MarcoGorelli | 1 |
sammchardy/python-binance | api | 1,396 | Authentication using Ed25519 API keys | **Describe the improvement**
Hi there,
Is there a chance to use the Ed25519 keys to authenticate? Binance has implemented them July 2023.
There's a description here but I didn't manage to implement it in python: https://binance-docs.github.io/apidocs/spot/en/#signed-trade-user_data-and-margin-endpoint-security
... | closed | 2024-01-31T19:24:30Z | 2024-12-15T17:07:34Z | https://github.com/sammchardy/python-binance/issues/1396 | [] | iden83 | 19 |
ydataai/ydata-profiling | pandas | 1,130 | Feature Request: pre-commit hook workflow to mimic github PR actions | ### Missing functionality
At the moment, there is no easy way to check that a PR will pass basics actions such as the linter, commit message format, etc.
Therefore, when someone open a PR, it most likely fail, then the contributor has to either add more commits just to solve these issues or worse, reword/amend/reba... | closed | 2022-10-27T08:13:25Z | 2022-11-15T16:20:46Z | https://github.com/ydataai/ydata-profiling/issues/1130 | [
"code quality 📈"
] | aquemy | 0 |
gee-community/geemap | jupyter | 1,165 | cloud filtering option in the dynamic_world_timeseries() | User feedback: dynamic_world_timeseries method doesn't have options for cloud filtering. Compare with " .filter(ee.Filter.lt('CLOUDY_PIXEL_PERCENTAGE', 35)); " used in https://developers.google.com/earth-engine/tutorials/community/introduction-to-dynamic-world-pt-1 | closed | 2022-07-29T23:01:10Z | 2022-07-29T23:57:53Z | https://github.com/gee-community/geemap/issues/1165 | [
"Feature Request"
] | simonff | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 726 | How To upload input image at webpage demo? | Output image could be saved, however, input image can't be uploaded.
My model requires complex input. Using line tool is really difficult.
So is it possible to upload image file as input?
I understand a little of Python, but nothing of JavaScript.
Maybe I shouldn't put this issue here, but I can't find a better pla... | closed | 2019-08-07T10:13:09Z | 2022-02-10T10:04:58Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/726 | [] | RuikangSun | 2 |
jumpserver/jumpserver | django | 14,300 | [Question] 管理k8s集群时,初始化连接(获取到namespace,pod,container这些信息)时,直接通过apiserver list获取的吗?还是有缓存层? | ### 产品版本
v4.20
### 版本类型
- [X] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [ ] 在线安装 (一键命令安装)
- [ ] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [X] Kubernetes
- [ ] 源码安装
### 环境信息
linux aws ec2
helm部署
### 🤔 问题描述
我希望能够通过jumpserver管理我的云资源,在方案评估中遇到了一个问题,希望大佬们能帮忙解答一下。
我们集群规模比较大,如果频繁访问apiserver对集群压力会比较大。所以,在这里咨询一下,在jumpserver连接... | closed | 2024-10-14T09:38:09Z | 2024-11-28T03:25:14Z | https://github.com/jumpserver/jumpserver/issues/14300 | [
"🤔 Question"
] | yxxchange | 3 |
aminalaee/sqladmin | fastapi | 93 | Support for registering custom converters | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
There doesn't seem to be an obvious way to register converter functions with `@converts` or subclass `ModelConverter`.
This might also be a bug where `ModelConverterBase.... | closed | 2022-03-16T17:18:05Z | 2022-06-15T07:56:20Z | https://github.com/aminalaee/sqladmin/issues/93 | [
"enhancement"
] | lovetoburnswhen | 6 |
dmlc/gluon-nlp | numpy | 815 | have `make test` clean up its files | ## Description
When I type `make test` in the gluon-nlp directory, it creates several files and doesn't clean them up:
```
imdb_lstm_200_0000.params
logs
net.params
net.states
test-682b5d15.bpe
test_glob_00
test_glob_01
test_glob_11
test_numpy_dataset.npy
test_numpy_dataset.npz
test_tsv.tsv
```
I think... | open | 2019-07-05T03:35:23Z | 2019-07-05T05:27:38Z | https://github.com/dmlc/gluon-nlp/issues/815 | [
"enhancement"
] | forresti | 3 |
plotly/dash | data-science | 3,154 | dcc.send_data_frame polars support | Currently, dcc.send_data_frame only supports pandas writers. I was wondering if we can add support for [polars](https://github.com/pola-rs/polars) as well. Previously, I had to all my operations in polars and then convert to pandas at the end to utilize dcc.send_data_frame. However, I made a modified workaround current... | closed | 2025-02-06T23:39:03Z | 2025-02-06T23:39:56Z | https://github.com/plotly/dash/issues/3154 | [] | omarirfa | 1 |
OpenInterpreter/open-interpreter | python | 747 | 🌋 LLaVA: Large Language and Vision Assistant support | ### Is your feature request related to a problem? Please describe.
OpenAI is cool but it's also very expensive.
### Describe the solution you'd like
LLAVA could be a great candidate as an alternative to GPT4V. `https://huggingface.co/mys/ggml_llava-v1.5-7b` I was able to load it through LMStudio but unfortunately i... | closed | 2023-11-11T01:55:11Z | 2024-03-18T20:42:09Z | https://github.com/OpenInterpreter/open-interpreter/issues/747 | [
"External"
] | ilteris | 5 |
python-visualization/folium | data-visualization | 1,599 | map.get_bounds() fails for map with GeometryCollection | **Describe the bug**
If you add a GeoJson with a GeometryCollection to a Map, Map.get_bounds fails
**To Reproduce**
```
import folium
m = folium.Map(location=[39.949610, -75.150282], zoom_start=16)
geojson_data = {
"geometries": [
{
"coordinates": [
[
... | closed | 2022-05-26T21:28:07Z | 2022-11-18T10:50:53Z | https://github.com/python-visualization/folium/issues/1599 | [] | blackary | 2 |
flasgger/flasgger | rest-api | 436 | Backward incompatible change in apispec 4.0.0 | ### References
Breaking Commit: https://github.com/marshmallow-code/apispec/commit/ee8002b466aeebb753bdf93047198b3ff63f02d0#diff-d2965e63925ff25611aef4a29719e18095c4a035c9a855e65d4d8ea7908298b8
Code that is broken: https://github.com/flasgger/flasgger/blob/master/flasgger/marshmallow_apispec.py#L128
### Logs
``... | closed | 2020-10-17T17:28:18Z | 2020-12-23T09:50:45Z | https://github.com/flasgger/flasgger/issues/436 | [] | kyrivanderpoel | 0 |
miguelgrinberg/Flask-Migrate | flask | 439 | Detect if flask-migrate is running in create app | In the create_app function I have a function that adds a job to Flask-APScheduler, the interval is retrieved from the database.
```
from app.jobs import AddUpdateJob
with app.app_context():
AddUpdateJob()
```
The problem is that when `flask db upgrade` is run it fails because it tries to add the... | closed | 2021-09-28T15:36:21Z | 2021-09-28T18:12:15Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/439 | [
"question"
] | coolhva | 2 |
babysor/MockingBird | deep-learning | 70 | 合并preprocess audio to one step | closed | 2021-08-31T14:13:25Z | 2021-08-31T14:13:40Z | https://github.com/babysor/MockingBird/issues/70 | [] | babysor | 0 | |
Significant-Gravitas/AutoGPT | python | 9,678 | Make tests clean up their created DB objects | Migration `20250318043016_update_store_submissions_format` fails locally for me because some of the integration tests leave behind their test data in the DB and it violates one of the added uniqueness constraints:
<img src="https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/352c8f65-88bf-41c1-b4e7-a301f23... | open | 2025-03-24T13:58:43Z | 2025-03-24T13:59:14Z | https://github.com/Significant-Gravitas/AutoGPT/issues/9678 | [
"DX",
"tech debt"
] | Pwuts | 0 |
jumpserver/jumpserver | django | 14,736 | [Question] dfdf | ### Product Version
df bdfbd
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [X] Online Installation (One-click command installation)
- [ ] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] Source Code
##... | closed | 2024-12-28T19:13:49Z | 2024-12-30T06:13:42Z | https://github.com/jumpserver/jumpserver/issues/14736 | [
"🤔 Question"
] | antonewaccount | 1 |
langmanus/langmanus | automation | 93 | o-series model does not support temperature=0 | Error log:
```bash
litellm.exceptions.UnsupportedParamsError: litellm.UnsupportedParamsError: O-series models don't support temperature=0.0. Only temperature=1 is supported. To drop unsupported openai params from the call, set `litellm.drop_params = True`
```
I am tried o1 and o1-preview on Azure. Both of them reporte... | open | 2025-03-21T06:25:05Z | 2025-03-24T05:15:29Z | https://github.com/langmanus/langmanus/issues/93 | [
"bug"
] | AspadaX | 2 |
miguelgrinberg/Flask-Migrate | flask | 352 | error when using "flask db migrate" | I am coming back to a flask project that i was building earlier in the year and trying to reestablish the database connection to a new clean db.
Previously, i could do `flask db migrate` flask db upgrade` with no problem however, i am receiving an error
```
AssertionError: The sqlalchemy extension was not regist... | closed | 2020-06-23T17:12:47Z | 2020-06-27T21:28:37Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/352 | [
"question"
] | francis-chang | 1 |
iterative/dvc | data-science | 10,437 | dvc exp apply - fails | Hi,
I just created a new dvc repo. I destroy my previous repo and init a new one.
Then I simply create a new pipeline and run an experiment then when trying to apply the experiment I hit this issue.
```bash
dvc exp apply -vv test
```
```python
2024-05-21 17:22:22,313 DEBUG: v3.50.0 (pip), CPython 3.10.12 ... | closed | 2024-05-21T17:31:45Z | 2024-07-24T15:09:50Z | https://github.com/iterative/dvc/issues/10437 | [
"awaiting response"
] | marioperezj | 4 |
litestar-org/litestar | pydantic | 3,913 | Bug: Unexpected logger behaviour. Unable to use build-in default logger in Litestar | ### Description
Hi,
I am currently using Litestar for my new services. And after FastAPI I can't get the logger to work correctly.
First. During development we use std readable custom logs. And on the server we use json logs. I didn't find this fix in the documentation in sours, I guess it's not there. Additio... | open | 2024-12-25T00:32:47Z | 2024-12-25T14:23:15Z | https://github.com/litestar-org/litestar/issues/3913 | [
"Bug :bug:"
] | RoTorEx | 4 |
waditu/tushare | pandas | 1,050 | 复权因子和复权数据似乎有问题? | sz00001 = ts.pro_bar(ts_code='000001.SZ',adj='hfq',start_date='20190501')
| close | ts_code | trade_date
-- | -- | -- | --
1334.18 | 000001.SZ | 20190524
1327.70 | 000001.SZ | 20190523
1339.58 | 000001.SZ | 20190522
1356.87 | 000001.SZ |
登录雪球,检查
20190524的后复权close的值为: 1529.60
采用pro.daily 和 pro.adj_fac... | closed | 2019-05-26T03:09:26Z | 2019-05-26T13:30:29Z | https://github.com/waditu/tushare/issues/1050 | [] | ztp1978 | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,557 | problem with proxy | Hello,
I already realized that it is not recommended to use proxies but based on my infrastructure I really needed to activate globaleaks after a proxy (Nginx Proxy Manager).
Is there any way to configure?
Globaleaks Version: v4.12.5 | closed | 2023-07-25T08:37:09Z | 2023-07-25T17:51:52Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3557 | [] | carlosribeiro | 2 |
deeppavlov/DeepPavlov | tensorflow | 767 | Logs for Tensorboard when tuning pre-trained model | Hello!
It would be nice to save logs for tensorboard when training pre-trained model as a continuation of already saved logs.
Thank you! | closed | 2019-03-18T12:49:46Z | 2023-07-07T06:03:15Z | https://github.com/deeppavlov/DeepPavlov/issues/767 | [
"enhancement"
] | dilyararimovna | 3 |
cobrateam/splinter | automation | 388 | CookieManager.add does not support path etc (only name/value) | `selenium/webdriver/remote/webdriver.py` allows for additional keys, like `path`, `domain`, `secure` and `expiry`:
```
def add_cookie(self, cookie_dict):
"""
Adds a cookie to your current session.
:Args:
- cookie_dict: A dictionary object, with required keys - "name" and "value";
optional key... | closed | 2015-04-15T04:13:25Z | 2021-07-19T18:46:31Z | https://github.com/cobrateam/splinter/issues/388 | [] | blueyed | 0 |
jmcnamara/XlsxWriter | pandas | 833 | feature request: insert_image() with SVG format | ### Feature Request: insert_image() with format *.svg
Dear developers,
1, Are there any plans to support "*.svg" format in the function of "worksheet.insert_image()" ?
2,What is the format of the icon in the sample code? is svg?
`worksheet.conditional_format('A1:C1', {'type': 'icon_set', 'icon_style': '3_traffi... | closed | 2021-10-14T02:21:49Z | 2021-10-26T04:27:08Z | https://github.com/jmcnamara/XlsxWriter/issues/833 | [
"feature request"
] | ShangChien | 2 |
mwaskom/seaborn | data-science | 3,701 | Feature Request: Continuous axes heat map | Feature Request:
Continuous axes heat map.
This would function similarly to the existing heatmap feature but allow for continuous axes rather than purely categorical.
On the backend, it would behave more similarly to a 2d histplot, but instead of performing a count of data the function would accept an array_li... | closed | 2024-05-31T03:55:38Z | 2025-01-26T15:39:56Z | https://github.com/mwaskom/seaborn/issues/3701 | [] | HThawley | 1 |
blacklanternsecurity/bbot | automation | 1,627 | Occasional CPU Spikes in 2.0 | 
| closed | 2024-08-04T00:01:35Z | 2024-11-14T05:11:11Z | https://github.com/blacklanternsecurity/bbot/issues/1627 | [
"bug"
] | TheTechromancer | 2 |
WeblateOrg/weblate | django | 13,545 | Something wrong spotted in #11373 | ### Describe the issue
Today I just revisited #11373 and tried to manually removed the ending `</b>` in https://hosted.weblate.org/translate/f-droid/website/zh_Hans/?checksum=440af90d7078d5eb#history. It then displayed a toast which read “Following fixups were applied to translation: Unsafe HTML”.
So it seems that th... | closed | 2025-01-16T14:54:43Z | 2025-01-16T15:29:43Z | https://github.com/WeblateOrg/weblate/issues/13545 | [] | Geeyun-JY3 | 1 |
hankcs/HanLP | nlp | 622 | 句子”仍有很长的路要走“分词错误 | <!--
这是HanLP的issue模板,用于规范提问题的格式。本来并不打算用死板的格式限制大家,但issue区实在有点混乱。有时候说了半天才搞清楚原来对方用的是旧版、自己改了代码之类,浪费双方宝贵时间。所以这里用一个规范的模板统一一下,造成不便望海涵。除了注意事项外,其他部分可以自行根据实际情况做适量修改。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](htt... | closed | 2017-09-08T07:58:17Z | 2020-01-01T11:08:07Z | https://github.com/hankcs/HanLP/issues/622 | [
"ignored"
] | iwaller | 3 |
akfamily/akshare | data-science | 4,985 | AKShare 接口问题报告 | **详细问题描述**
1. 请先详细阅读文档对应接口的使用方式:https://akshare.akfamily.xyz:已阅
2. 操作系统版本,目前只支持 64 位操作系统:macOS
3. Python 版本,目前只支持 3.8 以上的版本:3.11
4. AKShare 版本,请升级到最新版:1.14.13
5. 接口的名称和相应的调用代码
申万指数 index_realtime_sw、index_hist_sw 2个接口
6. 接口报错的截图或描述
正常请求时:Connection to www.swhyresearch.com timed out. 不是知道是不是IP被ban了
我换了个 ip,报错... | closed | 2024-06-22T03:22:33Z | 2024-06-22T09:21:18Z | https://github.com/akfamily/akshare/issues/4985 | [
"bug"
] | callcter | 2 |
kennethreitz/responder | graphql | 15 | test error : No module named 'graphene' | My last two tests raised a `ModuleNotFoundError: No module named 'graphene'`, [here](https://travis-ci.org/kennethreitz/responder/builds/440734486?utm_source=github_status&utm_medium=notification) and [here](https://travis-ci.org/kennethreitz/responder/builds/440723390) | closed | 2018-10-12T17:23:03Z | 2018-10-12T17:59:35Z | https://github.com/kennethreitz/responder/issues/15 | [] | taoufik07 | 1 |
mirumee/ariadne-codegen | graphql | 190 | how to use `remote_schema_headers` ? | I don't understand how to configure `remote_schema_headers` in `pyproject.toml`.
Something like
```
[tool.ariadne-codegen]
schema_path = "schema.graphql"
queries_path = "queries.graphql"
remote_schema_headers = {"Authorization" = "Bearer: token"}
```
isn't even valid toml.
Could anyone kindly share an ... | closed | 2023-08-05T19:07:09Z | 2023-08-05T19:32:59Z | https://github.com/mirumee/ariadne-codegen/issues/190 | [] | dd-ssc | 1 |
d2l-ai/d2l-en | tensorflow | 2,253 | Error in the section GoogleLeNet | When running the notebook using TensorFlow in google Colab, I encountered the following error

It is in the section of GoogLeNet | closed | 2022-08-17T22:09:40Z | 2023-05-15T14:28:17Z | https://github.com/d2l-ai/d2l-en/issues/2253 | [] | COD1995 | 3 |
cookiecutter/cookiecutter-django | django | 4,970 | Why doesn't add RunServerPlus options for reload in windows when using docker? | ## Description
What are you proposing? How should it be implemented?
Add this code when window = y when generating project, for reloading django code in window.
```
end of base.py
# RunServerPlus
# ------------------------------------------------------------------------------
{% if cookiecutter.windows == ... | closed | 2024-04-05T08:34:59Z | 2024-04-16T18:23:06Z | https://github.com/cookiecutter/cookiecutter-django/issues/4970 | [
"enhancement"
] | quroom | 3 |
exaloop/codon | numpy | 405 | Custom exceptions failed to compile | This code works as expected in python but failed to compile.
```
class CustomException(Exception):
pass
def raise_exception():
raise CustomException("custom exception raised")
raise_exception()
```
this is the command to compile.
`codon build -release -exe custom_exception.py`
And the output:
... | closed | 2023-06-09T21:48:34Z | 2024-11-10T06:12:19Z | https://github.com/exaloop/codon/issues/405 | [
"bug",
"stdlib"
] | likecodingloveproblems | 6 |
pandas-dev/pandas | python | 61,141 | BUG: astype transforms NA to "NA" | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-03-17T20:26:18Z | 2025-03-19T18:58:21Z | https://github.com/pandas-dev/pandas/issues/61141 | [
"Bug",
"Missing-data",
"Strings"
] | latot | 6 |
amidaware/tacticalrmm | django | 1,935 | Automated Patch Policies for Workstation get applied to Servers too | **Server Info (please complete the following information):**
- OS: Debian 12
- RMM Version 0.19.2
**Installation Method:**
- [ ] Standard
**Agent Info (please complete the following information):**
- Agent version 2.8
- Agent OS: Windows Server 2022
**Describe the bug**
We have created 2 Automation P... | open | 2024-07-26T08:19:13Z | 2024-07-26T08:21:00Z | https://github.com/amidaware/tacticalrmm/issues/1935 | [] | PIT-IT | 0 |
vvbbnn00/WARP-Clash-API | flask | 205 | [Bug] WARNING:app_background:429 Client Error: Too Many Requests for url: https://api.cloudflareclient.com/v0i2308311933/reg | **为了更快地定位问题并减少不必要的麻烦,请在发起issue前检查是否已有相关issue存在,
谢谢!**
**📜 检查表**
- [ ] 我已了解目前issue主要处理`bug`和接收`feature request`
,其他类型的问题(如操作、配置问题,客户端问题等)应发布在[discussions](https://github.com/vvbbnn00/WARP-Clash-API/discussions)
中,否则该issue可能被关闭。
- [ ] 我确认这是由本项目引起的bug,而非Cloudflare
WARP自身服务限制、客户端不支持等其他原因造成的(若不确定,请同样发布在[di... | closed | 2024-05-15T02:03:01Z | 2024-06-12T07:03:29Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/205 | [] | 907739769 | 2 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 235 | foundIndex倒序查找问题 | 需要查找的对象是一个由TextControl组成的消息队列,现在我需要获取的是最新的一条消息,而它又排在索引的最后一位,亦也无法确定一共有多少条消息。foundIndex貌似不支持输入负数。请问应该如何精准定位位于索引最后一位的控件? | open | 2023-02-13T01:42:41Z | 2023-06-23T09:36:43Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/235 | [] | Kaguya233qwq | 1 |
Miserlou/Zappa | flask | 1,431 | Endpoint request timed out -- sometimes django application while calling apis on ios device | ## Context
Django application deployed using zappa with production environment. Apis are delivered through django rest framework.
Python 3.6
## Expected Behavior
When endpoint is called from any device, it should work
## Actual Behavior
Sometimes when the endpoint is called from the ios device, it returns en... | open | 2018-03-05T13:40:35Z | 2019-09-24T04:42:21Z | https://github.com/Miserlou/Zappa/issues/1431 | [] | codalprashant | 3 |
allure-framework/allure-python | pytest | 828 | Pyright check is failing for functions call decorated with allure step | [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugi... | open | 2024-09-17T15:00:15Z | 2025-03-20T08:57:23Z | https://github.com/allure-framework/allure-python/issues/828 | [] | vbotay | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.