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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,250 | "BAD signature" for Debian bulleys | gpg --verify Release.gpg globaleaks_4.9.9_all.deb
gpg: Signature made Thu 30 Jun 2022 08:35:21 AM UTC
gpg: using RSA key B353922AE4457748559E777832E6792624045008
gpg: BAD signature from "GlobaLeaks software signing key <info@globaleaks.org>" [unknown]
from my machine
lsb_release -a
No LSB mo... | closed | 2022-07-20T00:19:11Z | 2022-08-10T21:45:14Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3250 | [] | ship3262 | 4 |
jofpin/trape | flask | 186 | Can't find Google Maps and Goo.Gl APIs | Ngrok token can be found in free but google map ali is not grtting in free qnd goo.gl is no longer available | open | 2019-11-07T04:32:13Z | 2019-11-07T04:32:13Z | https://github.com/jofpin/trape/issues/186 | [] | mr-sparx | 0 |
2noise/ChatTTS | python | 794 | 在运行官方给的Advanced Usage示例时报错 | 运行Basic Usage没有问题,但运行Advanced Usage时出现以下报错
Traceback (most recent call last):
File "xxx/test1.py", line 10, in <module>
rand_spk = chat.sample_random_speaker()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "xxx/ChatTTS/ChatTTS/core.py", line 160, in sample_random_speaker
return self.speaker.sampl... | closed | 2024-10-21T07:51:17Z | 2024-10-29T14:24:51Z | https://github.com/2noise/ChatTTS/issues/794 | [] | AstronautBase | 3 |
apragacz/django-rest-registration | rest-api | 186 | Setting to disable new user registration (the `/register` endpoint) | ### Checklist
* [x] I read [Contribution Guidelines](https://github.com/apragacz/django-rest-registration/blob/master/CONTRIBUTING.md#issues)
* [x] I searched [the documentation](https://django-rest-registration.readthedocs.io/) to ensure that the requested feature is not already implemented and described
* ... | closed | 2022-03-14T14:52:09Z | 2022-03-23T12:07:55Z | https://github.com/apragacz/django-rest-registration/issues/186 | [
"type:feature-request"
] | 1ace | 4 |
skypilot-org/skypilot | data-science | 4,915 | [k8s] Make `ports: ingress` reuse API server's nginx controller | Currently if users deploy the API server with our helm chart, we create an ingress controller and expose it through a NodePort svc (or optionally, LoadBalancer svc).
We can (and should) piggyback on this existing ingress controller for exposing ports via [`ports: ingress` mode](https://docs.skypilot.co/en/latest/refer... | open | 2025-03-07T19:54:58Z | 2025-03-10T05:11:51Z | https://github.com/skypilot-org/skypilot/issues/4915 | [
"k8s"
] | romilbhardwaj | 2 |
apache/airflow | data-science | 47,889 | OperatorExtra links xcom keys should be pushed to xcom db | ### Body
After #45481, we need to check if the operator extra links are being pushed to the right place and not to the custom xcom backend.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | open | 2025-03-18T06:22:41Z | 2025-03-18T06:24:56Z | https://github.com/apache/airflow/issues/47889 | [
"area:core",
"area:core-operators",
"area:task-sdk"
] | amoghrajesh | 0 |
apache/airflow | data-science | 47,720 | Issue running task of an asset decorated dag | ### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Serialisation issue is coming when triggering a dag which is asset decorated and decorator has name attribute.
<img width="1563" alt="Image" src="https://github.com/user-attachment... | closed | 2025-03-13T11:06:19Z | 2025-03-18T08:58:36Z | https://github.com/apache/airflow/issues/47720 | [
"kind:bug",
"area:serialization",
"priority:high",
"area:core",
"area:datasets",
"affected_version:3.0.0beta"
] | atul-astronomer | 2 |
streamlit/streamlit | python | 10,615 | cache_data and cache_resource not working with DuckDB on Motherduck connection | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
I have this connections script that connects ... | closed | 2025-03-03T19:37:21Z | 2025-03-04T19:08:39Z | https://github.com/streamlit/streamlit/issues/10615 | [
"type:bug",
"status:won't-fix"
] | digitalghost-dev | 5 |
widgetti/solara | jupyter | 790 | VBox widget not scrollable | I am trying to build a custom widget class that I want to use for popups in a couple of ipyleaflet Markers. The custom widget consists of a main HBox, which itself contains two VBoxes.. something like this:

So far so good.. ... | open | 2024-09-16T10:40:21Z | 2024-09-18T08:36:22Z | https://github.com/widgetti/solara/issues/790 | [] | lopezvoliver | 5 |
xinntao/Real-ESRGAN | pytorch | 232 | error of processing all videos in upload folder | when running
`!python inference_realesrgan_video.py --input upload -n RealESRGANv2-animevideo-xsx2 -s 4 -v -a --half --suffix outx2
`
I'm getting :
```
Traceback (most recent call last):
File "inference_realesrgan_video.py", line 199, in <module>
main()
File "inference_realesrgan_video.py", line 108, ... | closed | 2022-01-24T18:22:11Z | 2022-02-07T21:21:11Z | https://github.com/xinntao/Real-ESRGAN/issues/232 | [] | GeorvityLabs | 3 |
autogluon/autogluon | scikit-learn | 4,221 | Instance Segmentation | Are there any plans to add support for instance segmentation in the future? From what I understand it is currently not supported, correct? | closed | 2024-05-23T12:40:32Z | 2024-06-28T21:41:07Z | https://github.com/autogluon/autogluon/issues/4221 | [
"enhancement",
"module: multimodal"
] | serwansj | 1 |
marcomusy/vedo | numpy | 999 | Decimating a mesh with islands results in missing cells | `mesh.ncells` > `mesh.cells.shape[0]` after `mesh.decimate_pro().clean()`
This causes issues as `mesh.cell_centers()` matches the number of cells returned by `mesh.ncells`. Trying to use `mesh.cell_centers()` and `mesh.cells`. So it looks like `mesh.cells` is missing some cells.
I wasn't able to reproduce this wi... | open | 2023-12-21T22:33:40Z | 2023-12-23T23:01:01Z | https://github.com/marcomusy/vedo/issues/999 | [
"possible bug"
] | JeffreyWardman | 0 |
mljar/mercury | data-visualization | 66 | Unable to run docker container (missing ipython_genutils package) | @pplonski With a clone of the repo, I am unable to run a docker container containing the `mercury_demo` .
The message **Problem while loading notebooks. Please try again later or contact Mercury administrator.** displays
Steps to reproduce:
Clone `https://github.com/MarvinKweyu/mercury-docker-demo` and run the... | closed | 2022-03-15T04:02:26Z | 2022-03-21T11:12:35Z | https://github.com/mljar/mercury/issues/66 | [
"bug"
] | MarvinKweyu | 16 |
zappa/Zappa | flask | 1,094 | Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response code. | <!--- Provide a general summary of the issue in the Title above -->
## Context
When im trying to deploy using _zappa update dev_ im getting this error:
Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response code.
## Expected Behavior
Could not get a valid link s... | closed | 2021-12-21T04:46:07Z | 2022-08-17T06:20:54Z | https://github.com/zappa/Zappa/issues/1094 | [] | mathsmtnx | 5 |
hankcs/HanLP | nlp | 1,751 | 自己训练的pos.bin不能加载 | <!--
提问请上论坛,不要发这里!
提问请上论坛,不要发这里!
提问请上论坛,不要发这里!
以下必填,否则恕不受理。
-->
**Describe the bug**
自己训练的crf模型文件,pos.bin不能加载,但是同时生成的pos.bin.txt就可以加载成功。
**Code to reproduce the issue**
```java
CRFPOSTagger tagger = new CRFPOSTagger(null); // 创建空白标注器
// tagger = new CRFPOSTagger(PKU.POS_MODEL); // 加载
... | closed | 2022-06-24T11:31:58Z | 2022-06-24T21:09:49Z | https://github.com/hankcs/HanLP/issues/1751 | [
"invalid"
] | tianjiangtao | 2 |
joouha/euporie | jupyter | 47 | Remove shadow | Please, how can I remove the shadow?

| closed | 2022-12-02T07:44:50Z | 2022-12-02T13:59:18Z | https://github.com/joouha/euporie/issues/47 | [] | ghost | 2 |
RobertCraigie/prisma-client-py | asyncio | 1,063 | Allow early commiting transaction from inside the context manager before raising an exception | ## Problem
Use case:
```python
async def get_transaction():
async with db.tx() as tx:
yield tx
@router.post("/")
async def endpoint(tx: Annotated[Prisma, Depends(get_transaction)]):
await tx.entity.delete_many()
if not_good:
raise HTTPException()
return "ok"
```
I require the removal ... | open | 2025-01-24T10:04:17Z | 2025-01-24T10:04:17Z | https://github.com/RobertCraigie/prisma-client-py/issues/1063 | [] | rijenkii | 0 |
ijl/orjson | numpy | 369 | Multithreading race condition when lazy loading NUMPY_TYPES | The following code crashes randomly with "Illegal instruction" (tested with orjson 3.8.7 and 3.8.8):
```
import orjson
import multiprocessing.pool
class X:
pass
def mydump(i):
orjson.dumps({'abc': X()}, option=orjson.OPT_SERIALIZE_NUMPY, default=lambda x: None)
# mydump(0)
with multiprocessing.... | closed | 2023-03-27T13:30:08Z | 2023-03-28T15:16:00Z | https://github.com/ijl/orjson/issues/369 | [] | Matthias-Wagner | 2 |
marcomusy/vedo | numpy | 341 | Labelling while plotting time-series data over a network | Hi @marcomusy ,
This is related to the question that was posted [here](https://github.com/marcomusy/vedo/issues/183).
When I run the code below,
```
import networkx as nx
from vedo import *
G = nx.gnm_random_graph(n=10, m=15, seed=1)
nxpos = nx.spring_layout(G)
nxpts = [nxpos[pt] for pt in sorted(nxpo... | closed | 2021-03-14T06:41:17Z | 2021-03-24T16:35:12Z | https://github.com/marcomusy/vedo/issues/341 | [
"bug",
"fixed"
] | DeepaMahm | 1 |
QuivrHQ/quivr | api | 3,168 | Enabling data ingestion pipelines | For now, the ingestion of new data is managed in `backend/worker/quivr_worker/process/process_file.py` or in `backend/core/quivr_core/brain/brain.py` using the `get_processor_class` in `backend/core/quivr_core/processor/registry.py`.
This approach prevents the construction and use of more complex ingestion pipelines,... | closed | 2024-09-06T14:41:33Z | 2024-09-06T15:08:03Z | https://github.com/QuivrHQ/quivr/issues/3168 | [
"area: backend"
] | jacopo-chevallard | 3 |
alteryx/featuretools | scikit-learn | 2,133 | Add the ability to specify custom feature column names and save/recreate them during serialization | - As a user, I wish I could use Featuretools to specify custom column names for the feature columns that are generated when a feature matrix is calculated. Column names are automatically generated based on a variety of factors including the primitive name, the base features and any parameters passed to the primitive, b... | closed | 2022-06-22T22:49:49Z | 2022-06-28T15:36:57Z | https://github.com/alteryx/featuretools/issues/2133 | [
"new feature"
] | thehomebrewnerd | 0 |
LibrePhotos/librephotos | django | 631 | Sub folders are not indexed in Nextcloud watch folder |
## 📝 Description of issue:
My nextcloud watch folder contains many sub folders (organized by date, occasion, etc) and LibrePhotos are only importing a few of those folders. So if `/nextcloud` containers `/nextcloud/photoset1` `nextcloud/photoset2` `/nextcloud/photoset3` it is only importing the photos in photoset 1... | open | 2022-09-06T00:39:27Z | 2022-09-08T01:22:56Z | https://github.com/LibrePhotos/librephotos/issues/631 | [
"bug"
] | gdelosre91 | 2 |
skypilot-org/skypilot | data-science | 4,589 | [AZURE] Job and cluster terminated due to a Runtime error after 2 days running | **Versions:**
skypilot==0.7.0
skypilot-nightly==1.0.0.dev20250107
**Description:**
Job and cluster was terminated by Skypilot without any retry due to this runtime error. The controller free disk space, memory and CPU resources are fine.
`(noleak_yolov5mblob_150102025, pid=1267637) I 01-18 00:41:12 utils.py:95] ===... | open | 2025-01-18T08:34:16Z | 2025-01-18T08:34:16Z | https://github.com/skypilot-org/skypilot/issues/4589 | [] | rafox2005 | 0 |
Miserlou/Zappa | flask | 1,490 | Allow setting of alias along with version, for use with rollback | ## Context
AWS lambdas allow you to set an `alias` along with `versions`, per the [documentation](https://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html). Although this may not be useful within the zappa_settings, having a switch like `--alias` during zappa deploy could allow a user to set this field, and ref... | open | 2018-04-25T18:31:04Z | 2018-04-25T22:57:25Z | https://github.com/Miserlou/Zappa/issues/1490 | [] | chiqomar | 1 |
plotly/plotly.py | plotly | 5,066 | Colorbar is not showing last tick | Hi,
I have added a horizontal colorbar to a heatmap figure and can't get the last tick to show. Here are some of things I tried and thought are the most logical:
```
colorbar= dict(
orientation='h',
y=1.01,
tickformat=".0%",
tickmode='array',
tickvals=[0, 0.... | open | 2025-03-06T11:36:48Z | 2025-03-10T09:19:24Z | https://github.com/plotly/plotly.py/issues/5066 | [
"bug",
"P2"
] | ccpjulia | 2 |
tflearn/tflearn | data-science | 525 | Demonstrate how to use the trained model with new data in examples | This is more of a feature request around examples.
It'd be very useful to extend the examples to demonstrate how one might use the trained models on new data. This is already done for the generative models such as the NLP City Name Generator but when it comes to the classifiers the examples are currently only conce... | open | 2016-12-17T21:10:09Z | 2017-07-02T07:58:21Z | https://github.com/tflearn/tflearn/issues/525 | [
"enhancement",
"contributions welcome"
] | zya | 2 |
httpie/cli | python | 835 | Punycode support | I wanted to use https://twitter.com/rfreebern/status/1214560971185778693 with httpie, alas,
```
» http 👻:6677
http: error: InvalidURL: Failed to parse: http://👻:6677
```
Should resolve to `http://xn--9q8h:6677` | open | 2020-01-10T20:25:26Z | 2021-12-28T12:13:09Z | https://github.com/httpie/cli/issues/835 | [
"enhancement",
"low-priority"
] | forivall | 1 |
davidsandberg/facenet | computer-vision | 411 | How to extract multiple faces in align_dataset_mtcnn.py | I execute:
python src/align/align_dataset_mtcnn.py input output --image_size 160 --margin 32 --random_order
And there are multiple faces in one of those images,but the result only shows one face in each image,how can i modify this code?
Please give me some tips~~~ | closed | 2017-08-06T06:23:22Z | 2017-12-27T00:37:42Z | https://github.com/davidsandberg/facenet/issues/411 | [] | Victoria2333 | 2 |
NullArray/AutoSploit | automation | 556 | Unhandled Exception (534dde169) | Autosploit version: `3.0`
OS information: `Linux-4.15.0-kali2-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py -a -q ****** -C WORKSPACE LHOST 192.168.19.128 -e`
Error meesage: `'access_token'`
Error traceback:
```
Traceback (most recent call):
File "/root/AutoSploit/autosploit/main.py... | closed | 2019-03-11T08:31:20Z | 2019-04-02T20:25:17Z | https://github.com/NullArray/AutoSploit/issues/556 | [] | AutosploitReporter | 0 |
Yorko/mlcourse.ai | plotly | 22 | Решение вопроса 5.11 не стабильно | Даже при выставленных random_state параметрах, best_score лучшей модели отличается от вариантов в ответах.
Подтверждено запуском несколькими участниками.
Возможно влияют конкретные версии пакетов на расчеты.
Могу приложить ipynb, на котором воспроизводится. | closed | 2017-04-03T08:43:37Z | 2017-04-03T08:52:22Z | https://github.com/Yorko/mlcourse.ai/issues/22 | [] | coodix | 2 |
SYSTRAN/faster-whisper | deep-learning | 989 | Duplicate sentences and missing sentences in large-v3 | Duplicate sentences and missing sentences in large-v3 | open | 2024-09-03T08:37:45Z | 2024-09-03T08:37:45Z | https://github.com/SYSTRAN/faster-whisper/issues/989 | [] | tuocheng0824 | 0 |
ipython/ipython | data-science | 14,719 | deprecated `def embed_kernel` whcih should use directly ipykernel | closed | 2025-02-04T10:47:20Z | 2025-02-12T10:33:58Z | https://github.com/ipython/ipython/issues/14719 | [] | Carreau | 0 | |
plotly/dash-table | plotly | 379 | Table triggers render on mouse move | Since the tooltip feature addition, the table is re-rendering on each mouse move. While it's mostly cached an unexpensive vs. an actual full re-render, this still takes ~15ms and happens extremely often.
- there's no need to re-render the table when moving inside a cell, a normal debounce for activating the tooltip... | closed | 2019-02-16T11:29:39Z | 2019-07-09T17:38:20Z | https://github.com/plotly/dash-table/issues/379 | [
"dash-type-bug"
] | Marc-Andre-Rivet | 2 |
graphql-python/graphene-django | graphql | 547 | Retrieve object primary keys with Relay | Hello,
Using Relay, the `id` field is not the primary key of the ingredients objects in the database. Is there a way to get it back ?
```
query {
allIngredients {
edges {
node {
id,
name
}
}
}
}
```
Thanks, | closed | 2018-10-30T16:58:18Z | 2019-04-26T11:10:10Z | https://github.com/graphql-python/graphene-django/issues/547 | [] | JBPressac | 1 |
allenai/allennlp | nlp | 4,949 | Unexpected keyword arguments with textual entailment | Following the code sample at https://demo.allennlp.org/textual-entailment, I stumbled across an issue (discussed in #4192 ), but has not been solved:
```python
pip install allennlp==1.0.0 allennlp-models==1.0.0
from allennlp.predictors.predictor import Predictor
import allennlp_models.tagging
predictor = Predict... | closed | 2021-02-01T13:58:03Z | 2021-04-02T17:06:31Z | https://github.com/allenai/allennlp/issues/4949 | [
"bug"
] | jackcrane | 12 |
strawberry-graphql/strawberry | graphql | 3,779 | Type-safe "optional-nullable" fields | ### Preface
it is a common practice in strawberry that when your data layer have
an optional field i.e
```py
class Person:
name: str
phone: str | None = None
```
and you want to update it you would use `UNSET` in the mutation input
in order to check whether this field provided by the client or not like so:
```... | open | 2025-02-12T06:43:17Z | 2025-03-23T13:31:33Z | https://github.com/strawberry-graphql/strawberry/issues/3779 | [] | nrbnlulu | 16 |
FactoryBoy/factory_boy | django | 446 | SelfAttributes Fail When Called Through PostGeneration functions | I have a simplified set of factory definitions below. If i try to create a WorkOrderKit object, via WorkOrderKitFactory(), it successfully generates a workorderkit with factory_boy 2.6.1 but fails with 2.9.2. I'm wondering if this is a bug or if it worked unintentionally before and this is the intended behavior. (If it... | open | 2018-01-30T18:24:43Z | 2019-09-16T18:17:57Z | https://github.com/FactoryBoy/factory_boy/issues/446 | [
"Bug"
] | marky1991 | 8 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 747 | 高版本的torch报错未发现torch._six | **System information**
* Have I writtenTraceback (most recent call last):
File "C:\Work\Pycharm\faster_rcnn\train_mobilenetv2.py", line 11, in <module>
from train_utils import GroupedBatchSampler, create_aspect_ratio_groups
File "C:\Work\Pycharm\faster_rcnn\train_utils\__init__.py", line 4, in <module>
... | open | 2023-07-18T08:18:50Z | 2023-08-11T14:25:40Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/747 | [] | water107 | 3 |
PaddlePaddle/ERNIE | nlp | 186 | window上用BERT在XNLI任务上Fine-tuning报错 | 在LARK/BERT目录中,执行python -u run_classifier.py --task_name XNLI --use_cuda true --do_train true --do_val true --do_test true --batch_size 8192 --in_tokens true --init_pretraining_params chinese_L-12_H-768_A-12/params --data_dir ./XNLI --checkpoints ./XNLI_checkpoints --save_steps 1000 --weight_decay 0.01 --warmup_prop... | closed | 2019-07-01T12:49:30Z | 2020-05-28T12:53:02Z | https://github.com/PaddlePaddle/ERNIE/issues/186 | [
"wontfix"
] | JiaXiao243 | 3 |
capitalone/DataProfiler | pandas | 1,055 | Support for PySpark | **Is your feature request related to a problem? Please describe.**
Hello, I see that this package supports Pandas, but does it support pyspark? I'd like to use this on large datasets and pandas is insufficient for my use case.
**Describe the outcome you'd like:**
I'd like to be able to run this on large dataset... | open | 2023-10-26T17:46:23Z | 2023-11-20T14:57:27Z | https://github.com/capitalone/DataProfiler/issues/1055 | [
"New Feature"
] | gracemiguel | 2 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 386 | 指令精调之后,除了指令里面的问题能回答,其他回答全是none | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https... | closed | 2023-11-02T12:58:57Z | 2023-11-28T08:42:55Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/386 | [
"stale"
] | Rainlv | 7 |
slackapi/bolt-python | fastapi | 337 | How do I subscribe to block_action using bolt? | How do I subscribe to `block_action` using bolt?
I've found the decorator in the source code, but there are no comprehensive examples and the docs omit it. The decorator takes constrains argument, what do I pass there? I tried "button" and the value that I use for my action blocks, but nothing changes. I am just fr... | closed | 2021-05-11T02:37:46Z | 2021-05-12T22:07:00Z | https://github.com/slackapi/bolt-python/issues/337 | [
"question"
] | DataGreed | 6 |
autogluon/autogluon | scikit-learn | 4,095 | [BUG]ValueError: Model Dlinear is not supported yet. | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via s... | closed | 2024-04-13T13:09:45Z | 2024-04-15T19:53:01Z | https://github.com/autogluon/autogluon/issues/4095 | [
"bug: unconfirmed",
"Needs Triage"
] | isCopyman | 2 |
zalandoresearch/fashion-mnist | computer-vision | 158 | Cant find the csv file of the data set | open | 2020-03-26T13:47:35Z | 2020-04-01T03:34:23Z | https://github.com/zalandoresearch/fashion-mnist/issues/158 | [] | jayanaubale633 | 2 | |
horovod/horovod | tensorflow | 3,260 | Building Horovod 0.23.0 w HOROVOD_GPU=CUDA on a system with ROCM also installed-- Build tries to use ROCM too | **Environment:**
1. Framework: TensorFlow, PyTorch
2. Framework version: 2.7.0, 1.9.1
3. Horovod version: 0.23.0
4. MPI version: MPICH 3.4.2
5. CUDA version: 11.4.2
6. NCCL version: 2.11.4
7. Python version: 3.9.7
8. Spark / PySpark version: NA
9. Ray version: NA
10. OS and version: Ubuntu 20.04
11. GCC vers... | open | 2021-11-05T15:42:58Z | 2021-11-16T12:24:57Z | https://github.com/horovod/horovod/issues/3260 | [
"bug"
] | eugeneswalker | 1 |
zappa/Zappa | django | 397 | [Migrated] When no aws_environment_variables are defined in settings, a zappa update will delete any vars defined in the console | Originally from: https://github.com/Miserlou/Zappa/issues/1010 by [seanpaley](https://github.com/seanpaley)
<!--- Provide a general summary of the issue in the Title above -->
## Context
Title says it - when I have no aws_environment_variables in my zappa_settings.json, any env vars I set manually in the Lambda cons... | closed | 2021-02-20T08:27:54Z | 2024-04-13T15:37:14Z | https://github.com/zappa/Zappa/issues/397 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
Lightning-AI/pytorch-lightning | data-science | 20,511 | Cannot import OptimizerLRSchedulerConfig or OptimizerLRSchedulerConfigDict | ### Bug description
Since I bumped up `lightning` to `2.5.0`, the `configure_optimizers` has been failing the type checker. I saw that `OptimizerLRSchedulerConfig` had been replaced with `OptimizerLRSchedulerConfigDict`, but I cannot import any of them.
### What version are you seeing the problem on?
v2.5
#... | closed | 2024-12-20T15:18:27Z | 2024-12-21T01:42:58Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20511 | [
"bug",
"ver: 2.5.x"
] | zordi-youngsun | 4 |
alpacahq/alpaca-trade-api-python | rest-api | 465 | get_portfolio_history TypeError:: Cannot convert Float64Index to dtype datetime64[ns] | I've used this for months to check my account's current profit/loss % for the day:
```
# Connect to the Alpaca API
alpaca = tradeapi.REST(API_KEY, API_SECRET, APCA_API_BASE_URL, 'v2')
# Define our destination time zone
tz_dest = pytz.timezone('America/New_York')
# Get the current date
today =... | closed | 2021-07-07T16:08:37Z | 2022-01-04T02:15:12Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/465 | [] | BradleyRR | 3 |
eamigo86/graphene-django-extras | graphql | 21 | How to add request.user to serializer? | The codes seems not passing context to serializer when it's called.
`serializer = cls._meta.serializer_class(data=new_obj)`
I would like to add `request.user` when it tries to save, I couldn't find a way to do it.
Anyone has done this before? | closed | 2018-01-26T09:54:55Z | 2018-01-29T18:45:43Z | https://github.com/eamigo86/graphene-django-extras/issues/21 | [] | legshort | 1 |
hbldh/bleak | asyncio | 1,076 | micro:bit disconnected after pairing (In JustWorks setting) and cannot connect to micro:bit again | * bleak version: 0.18.1
* Python version: 3.10.7
* Operating System: Windows10
### Description
I want to connect to micro:bit using bleak's api in windows 10 OS. And use the
> BleakClient.write_gatt_char
to send messge to the micro:bit Event Service (UUID: E95D93AF-251D-470A-A062-FA1922DFA9A8) (Which h... | closed | 2022-10-11T09:49:57Z | 2022-10-13T08:29:15Z | https://github.com/hbldh/bleak/issues/1076 | [
"Backend: WinRT"
] | BitaMatt | 6 |
plotly/dash | jupyter | 2,455 | [BUG] No dialog box for dcc.Download component in Edge browser | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip l... | closed | 2023-03-13T16:48:33Z | 2023-03-13T16:49:00Z | https://github.com/plotly/dash/issues/2455 | [] | Pomurnik | 0 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 112 | ModuleNotFoundError: No module named 'PIL' | Traceback (most recent call last):
File "G:\HivisionIDPhotos\app.py", line 3, in <module>
from demo.processor import IDPhotoProcessor
File "G:\HivisionIDPhotos\demo\processor.py", line 2, in <module>
from hivision import IDCreator
File "G:\HivisionIDPhotos\hivision\__init__.py", line 1, in <module>
... | closed | 2024-09-12T10:14:40Z | 2024-09-12T10:16:01Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/112 | [] | sunsetmuu | 0 |
huggingface/datasets | pytorch | 7,108 | website broken: Create a new dataset repository, doesn't create a new repo in Firefox | ### Describe the bug
This issue is also reported here:
https://discuss.huggingface.co/t/create-a-new-dataset-repository-broken-page/102644
This page is broken.
https://huggingface.co/new-dataset
I fill in the form with my text, and click `Create Dataset`.
::L where {T, L}
# Extract data for the given indices
x = idx === nothing ? dataset.X ... | closed | 2024-12-02T12:04:54Z | 2024-12-02T13:59:36Z | https://github.com/MilesCranmer/PySR/issues/758 | [
"bug"
] | ibengtsson | 9 |
deezer/spleeter | deep-learning | 711 | Latest Python bricked Spleeter | - [x] I didn't find a similar issue already open.
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
Hi there. I hate Python with a passion.
Now... | open | 2022-01-16T21:48:18Z | 2022-01-22T13:54:19Z | https://github.com/deezer/spleeter/issues/711 | [
"bug",
"invalid"
] | CHJ85 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 834 | an abnormal region in the generated image | Hi, Dr Zhu, Thank you for sharing the code of this excellent work.
I use your code for unsupervised image-to-image translation. The generated image looks good on the whole except for a small abnormal region in it. Each generated image contains an abnormal region, however, the other region looks good.
Did you... | open | 2019-11-10T10:06:32Z | 2019-11-13T18:04:45Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/834 | [] | DanChen001 | 1 |
PokeAPI/pokeapi | graphql | 743 | Error with trying to get the evolution chain | So Im trying to get the evolution chain for pokemon using this link:
https://pokeapi.co/api/v2/pokemon-species/2
But it keeps telling me KeyError
Im using discord.py to make this into a command btw | closed | 2022-08-07T00:34:21Z | 2022-08-07T04:03:22Z | https://github.com/PokeAPI/pokeapi/issues/743 | [] | Necrosis000 | 3 |
feature-engine/feature_engine | scikit-learn | 206 | add jupyter notebook examples for the SklearnTransformerWrapper | At the moment there is only 1 notebook showing how to wrap the one hot encoder, simple imputer and standard scaler from sklearn. I would like to separate each one of these in an individual notebook.
In addition, I would like to add notebooks demonstrating how to wrap for example the PowerTransformer, the FunctionTra... | closed | 2020-12-29T10:22:13Z | 2021-04-12T16:16:49Z | https://github.com/feature-engine/feature_engine/issues/206 | [
"jupyter notebook",
"priority"
] | solegalli | 6 |
httpie/cli | python | 1,442 | Test | closed | 2022-10-10T14:17:46Z | 2022-10-10T14:18:09Z | https://github.com/httpie/cli/issues/1442 | [] | AlphaMeta-max | 0 | |
public-apis/public-apis | api | 3,703 | Hi community | Hi community
This message is to clarify and make transparent the current situation of Public APIs, in addition to demonstrating the frustration of us maintainers. So read this if you find it interesting, please.
Well, I keep the Public APIs project together with other 3 developers (@pawelborkar, @marekdano and @y... | closed | 2023-11-20T00:47:01Z | 2023-11-20T01:06:51Z | https://github.com/public-apis/public-apis/issues/3703 | [] | Game77ok | 1 |
amisadmin/fastapi-amis-admin | fastapi | 94 | 无法创建管理员账户 | 参考了 #75,但依然无法新建。是否可以提供详细的例子?以下是代码
```python
# main.py
from fastapi import FastAPI, Request
from adminsite import site, async_database
from sqlmodel import SQLModel
from starlette.middleware.base import BaseHTTPMiddleware
app = FastAPI()
auth = site.auth
auth.backend.attach_middleware(app)
app.add_middle... | closed | 2023-04-20T18:06:34Z | 2023-07-24T01:41:00Z | https://github.com/amisadmin/fastapi-amis-admin/issues/94 | [] | VXenomac | 1 |
nltk/nltk | nlp | 3,316 | punkt model for Arabic needed | Is arabic model not supported any more?
the latest punkt packages do not include arabic.
Is there anyway to get arabic back? | closed | 2024-08-29T09:28:20Z | 2024-10-19T10:39:53Z | https://github.com/nltk/nltk/issues/3316 | [] | snoucair | 2 |
fastapi/sqlmodel | pydantic | 64 | Convert all fields to optional | ### 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... | open | 2021-08-31T20:03:37Z | 2024-02-23T00:15:21Z | https://github.com/fastapi/sqlmodel/issues/64 | [
"feature"
] | nickleman | 5 |
noirbizarre/flask-restplus | api | 482 | api.inherit() not working as intended Swagger allOf Feature | It seems like the api.inherit() / model.inherit() function does not seem perform the same affect on the Rest API as the Swagger allOf feature, which I believe is the intended functionality of the inherit function.
Specifically, I don't think the discriminator value works as Swagger docs intend it to.
Looking at sw... | closed | 2018-06-28T17:30:45Z | 2022-08-26T02:55:05Z | https://github.com/noirbizarre/flask-restplus/issues/482 | [] | srilman | 1 |
aminalaee/sqladmin | sqlalchemy | 606 | relationship + search | ### 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
I have a model in which there is a relationship to another model, if I just open the page, then everything is fine, if I add and start using it, t... | closed | 2023-09-03T17:18:50Z | 2023-09-14T16:14:09Z | https://github.com/aminalaee/sqladmin/issues/606 | [] | sheldygg | 10 |
sanic-org/sanic | asyncio | 2,082 | RFC: Temporary config value overrides | Often times you may need to change a config value for a particular duration, or perhaps for a single route handler. There should be a simple API to manage that.
```python
with app.config.override(RESPONSE_TIMEOUT=99999):
do_something()
# or
app.route("/", config_override={"RESPONSE_TIMEOUT":99999 })(...)... | closed | 2021-03-22T08:48:31Z | 2021-12-14T09:22:09Z | https://github.com/sanic-org/sanic/issues/2082 | [] | ahopkins | 10 |
ccxt/ccxt | api | 24,970 | MEXC wrong signature for broker endpoints | ### Operating System
_No response_
### Programming Languages
JavaScript
### CCXT Version
latest
### Description
There is some mistake in `sign` function for MEXC POST/PUT/DELETE private **broker** endpoints (https://mexcdevelop.github.io/apidocs/broker_en/#create-a-sub-account and others from this page). We need... | closed | 2025-01-21T12:41:16Z | 2025-01-26T14:28:37Z | https://github.com/ccxt/ccxt/issues/24970 | [] | ndubel | 4 |
Tinche/aiofiles | asyncio | 84 | DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead | I'm getting the exception below on Python 3.8:
```
...lib/python3.8/site-packages/aiofiles/os.py:10: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
def run(*args, loop=None, executor=None, **kwargs):
```
```
In [2]: aiofiles.__version__
Out[2]: '0.5.0'
`... | closed | 2020-09-19T11:21:13Z | 2020-10-30T16:05:45Z | https://github.com/Tinche/aiofiles/issues/84 | [] | timkofu | 3 |
explosion/spaCy | machine-learning | 13,761 | Empty coarse-grained POS tags for number in the large Romanian model | Hi, I noticed that the coarse-grained POS tags for numbers in the large Romanian model (`ro_core_news_lg`) is empty rather than `X`. Is this the expected behavior?
## How to reproduce the behaviour
```
import spacy
nlp = spacy.load('ro_core_news_lg')
for token in nlp('2025'):
print(len(token.pos_), token.pos_)
... | open | 2025-02-28T14:39:49Z | 2025-02-28T14:39:49Z | https://github.com/explosion/spaCy/issues/13761 | [] | BLKSerene | 0 |
marcomusy/vedo | numpy | 257 | Unsupported gzip encoding for NRRD reader | I would like to open a volume and slice it with vedo using code example provided by Marco:
```
from vedo import load, show
from vedo.applications import Slicer
file_path = './average_template_100.nrrd'
vol = load(file_path)
plt = Slicer(vol, bg='white', bg2='lightblue', useSlider3D=False)
plt.show()
```
... | closed | 2020-12-02T09:24:23Z | 2020-12-18T07:47:22Z | https://github.com/marcomusy/vedo/issues/257 | [] | nantille | 10 |
jazzband/django-oauth-toolkit | django | 727 | User can delete other users' access tokens | ### Steps to reproduce ###
- Log in as two different users and take note of the access tokens
- Execute `curl -X POST -H 'Authorization: Bearer <access_token_of_user_1>' -H 'Content-Type: application/x-www-form-urlencoded' --data 'token=<access_token_of_user_2>&token_type_hint=access_token&client_id=<client_id>' http... | open | 2019-07-31T18:57:44Z | 2020-10-23T09:54:42Z | https://github.com/jazzband/django-oauth-toolkit/issues/727 | [] | pasiorovuo | 3 |
mckinsey/vizro | pydantic | 390 | Add a tabbed navigation to move between `vizro-core` and `vizro-ai` docs | The Kedro docs (https://docs.kedro.org) has a tabbed navigation.
<img width="1089" alt="image" src="https://github.com/mckinsey/vizro/assets/5180475/5527861a-aba0-45d8-8d36-977226c098f8">
Why can't we have something similar? This shouldn't be a major piece of work and will simply enable users to move between ht... | closed | 2024-03-26T15:05:46Z | 2024-09-23T16:01:12Z | https://github.com/mckinsey/vizro/issues/390 | [
"Help Wanted :pray:",
"Docs :spiral_notepad:",
"Good first issue :baby_chick:"
] | stichbury | 3 |
sherlock-project/sherlock | python | 1,795 | Sherlock | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE.
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you hav... | closed | 2023-05-16T14:03:13Z | 2023-05-24T16:32:10Z | https://github.com/sherlock-project/sherlock/issues/1795 | [
"question"
] | Bhoomikak18 | 4 |
sanic-org/sanic | asyncio | 2,532 | app.create_server fails after version 21.6.2 | **Describe the bug**
Every version after 21.6.2 fails when running app with app.create_server. The error is
```
venv/lib/python3.9/site-packages/sanic/signals.py", line 73, in get
group, param_basket = self.find_route(
TypeError: 'NoneType' object is not callable
```
I realize this isn't the recommended ... | open | 2022-08-19T16:58:58Z | 2024-06-19T18:37:14Z | https://github.com/sanic-org/sanic/issues/2532 | [] | ironhacker | 2 |
allure-framework/allure-python | pytest | 67 | Add six dependency to allure-pytest | closed | 2017-06-27T16:10:02Z | 2017-06-28T16:06:55Z | https://github.com/allure-framework/allure-python/issues/67 | [
"bug"
] | sseliverstov | 0 | |
AirtestProject/Airtest | automation | 677 | 我的页面有几个相同图像,能否指定区域进行touch呢 | 我是ui结合图像进行识别的,我的页面有几个相同图像,我能否根据ui进行指定一个区域范围,airtest就在我指定的区域寻找这个图像,进行touch呢
很多地方都需要指定区域进行touch,不然会错误点击其他的。
谢谢哈 | closed | 2020-01-12T12:11:44Z | 2021-02-27T08:32:14Z | https://github.com/AirtestProject/Airtest/issues/677 | [] | xiaoyuerrocketcat | 3 |
pydantic/pydantic-settings | pydantic | 535 | Don't spit env vars if env_nested_delimiter=None | By default `env_nested_delimiter=None` but this value is not special-cased, leading to surprising (if not ourtight buggy) behavior with `case_sensitive=True`:
```python
class Subsettings(BaseSettings):
foo: str
class Settings(BaseSettings):
subsettings: Subsettings
model_config = Sett... | closed | 2025-02-11T07:18:59Z | 2025-02-19T08:50:28Z | https://github.com/pydantic/pydantic-settings/issues/535 | [
"bug"
] | gsakkis | 1 |
flairNLP/flair | pytorch | 2,777 | How and where to add add_unk = True | Hello, I am training a ner model, apparently I have a wrong tag in my training corpus because during the training process I get this error.

I already checked the corpus several times and I can't fin... | closed | 2022-05-17T19:50:47Z | 2023-01-28T22:16:23Z | https://github.com/flairNLP/flair/issues/2777 | [
"question",
"wontfix"
] | fmafelipe | 5 |
piskvorky/gensim | machine-learning | 2,852 | Reduce gensim surface area | Are there subpackages/submodules that we're not maintaining anymore, and could remove?
- [x] summarization
- [x] HDP
- [x] wordrank
- [x] dependency on pattern
- [x] various wrappers (incl. sklearn) and others.
- [x] simserver documentation
- [x] viz
The goal is to reduce the maintenance burden of the proje... | closed | 2020-06-10T07:34:42Z | 2021-03-19T04:55:15Z | https://github.com/piskvorky/gensim/issues/2852 | [
"breaks backward-compatibility",
"impact HIGH",
"reach LOW",
"housekeeping"
] | mpenkov | 14 |
microsoft/unilm | nlp | 1,349 | FileNotFoundError: [Errno 2] No such file or directory: 'xxx/vqa.train.jsonl' | **Describe**
I am using Beit-3 but I have faced one problem I don't know how to create vqa.train.jsonl.
| open | 2023-11-01T12:11:25Z | 2023-11-03T07:23:45Z | https://github.com/microsoft/unilm/issues/1349 | [] | yanggoumao2 | 2 |
Anjok07/ultimatevocalremovergui | pytorch | 1,275 | My first use of this application got this error. | I tried to remove the vocals from dragonforce through the fire and flames music mp3.
Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with the error details.
Raw Error Details:
Fail: "[ONNXRuntimeError] : 1 : FAIL : bad allocation"
Traceback Error: "
File "UVR... | closed | 2024-04-06T22:58:59Z | 2024-04-06T23:30:46Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1275 | [] | TheKenseiden | 0 |
tiangolo/uwsgi-nginx-flask-docker | flask | 218 | Compatibility of flash-admin url = / " | The relevant codes are as follows
https://github.com/jackadam1981/test_flask_admin.git
If flash-adimn is used, the user-defined URL address is url = '/',
It works well under windows and Linux.
The static file of flash-admin cannot be accessed normally in the container.
#admin = Admin(app,url='/')
... | closed | 2021-03-14T01:50:02Z | 2024-08-29T00:16:57Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/218 | [] | jackadam1981 | 2 |
pykaldi/pykaldi | numpy | 104 | sh: gmm-boost-silence: command not found when running gmm-aligner.py | pykaldi was installed and `python setup.py test` shows that it either skipped or passed all the tests. When I ran the example script examples/alignment/gmm-aligner.py I get the error below.
```
sh: gmm-boost-silence: command not found
ERROR ([5.5.195~1-9daa6]:ExpectToken():io-funcs.cc:203) Failed to read token [st... | closed | 2019-04-02T23:49:46Z | 2019-04-03T22:45:57Z | https://github.com/pykaldi/pykaldi/issues/104 | [] | kkawabat | 3 |
sloria/TextBlob | nlp | 329 | out of vocab words results in neutral sentiment | 
- death is definitely not positive, at least most of the cases the word death implies sad/ negative emotion
- Empathy is strong positive word, but Textblob predicts it as neutral.
| open | 2020-06-08T14:36:51Z | 2020-06-08T14:36:51Z | https://github.com/sloria/TextBlob/issues/329 | [] | preetham-salehundam | 0 |
2noise/ChatTTS | python | 539 | 多次合成音色不稳定 | 使用了固定的音色,也固定了seed,但多次合成音色很不问题。
一句话按标点分割后,分段流式合成,合成完之后听起来音色不够稳定。
```
random.seed(seed)
np.random.seed(seed)
torch.manual_seed(seed)
spk = torch.load('****.pt', map_location=select_device()).detach()
params_infer_code = ChatTTS.Chat.InferCodeParams(
spk_emb=spk,
temperature=0.001
)
... | closed | 2024-07-06T06:40:00Z | 2024-11-21T04:02:21Z | https://github.com/2noise/ChatTTS/issues/539 | [
"documentation",
"question",
"stale"
] | XiaolongJason | 3 |
docarray/docarray | fastapi | 1,475 | docs: hnswlib cosine distance | Specify in the documentation of the `HnswLibDocIndex` that 'cosine' refers to cosine distance, not cosine similarity.
In the hnswlib documentation they claim it to be similarity, but it actually is distance. I opened an [issue](https://github.com/nmslib/hnswlib/issues/456#issuecomment-1521118534) on their side, and the... | closed | 2023-04-28T07:46:49Z | 2023-04-28T08:57:18Z | https://github.com/docarray/docarray/issues/1475 | [] | anna-charlotte | 1 |
dropbox/PyHive | sqlalchemy | 160 | How to get the hive server error msg? | I have a bad sql like
`select * from log where concat_ws('-',year,month,day) between 2017-09-13 and 2017-09-19`
which should has _2017-09-13_ and _2017-09-19_ surrounded by ''.
In beeline, it will result the error msg like
> Error: Error while compiling statement: FAILED: ParseException line 2:0 missing EOF ... | closed | 2017-09-20T04:32:54Z | 2017-09-22T06:08:34Z | https://github.com/dropbox/PyHive/issues/160 | [] | petersunbag | 2 |
autokey/autokey | automation | 61 | Fatal error starting Autokey. 'utf-8' codec can't decode byte 0xd2 in position 0: invalid continuation byte | Classification: Bug
Reproducibility: Always
## Summary
Since this morning, starting autokey-py shows an error dialog and exits:
```
Fatal error starting AutoKey.
'utf-8' codec can't decode byte 0xd2 in position 0: invalid continuation byte
```
## Steps to Reproduce
1. Start autokey-py3.
## Expec... | closed | 2017-01-11T23:44:09Z | 2017-01-12T09:11:10Z | https://github.com/autokey/autokey/issues/61 | [] | jcassee | 2 |
xinntao/Real-ESRGAN | pytorch | 828 | 动漫视频 提取帧和合并帧时使用cpu | 您好,我在用 real 进行动漫视频画质修复的时候,在提取帧和合并帧的时候,电脑一直使用cpu(有核显)进行编码.
我也在网上进行了一下搜索看时候可以在这个时候不适用cpu来进行提取帧和合并帧指令.
我找到了-hwaccel cuvid -c:v h264_nvenc 网上说ffmpeg可以这样可以使用显卡来进行编码,但是这样使用后就会报错.

我也想问一下,能否可以在使用ffmpeg提取帧和合并帧的时候使用g... | open | 2024-07-19T06:24:45Z | 2024-07-19T06:34:59Z | https://github.com/xinntao/Real-ESRGAN/issues/828 | [] | XHBGDXX | 0 |
postmanlabs/httpbin | api | 593 | POSTing to the /redirect-to results in 500 internal server error | Reproduce either using httpbin's own UI or run `curl -X POST "http://httpbin.org/redirect-to" -H "accept: text/html" -H "Content-Type: application/x-www-form-urlencoded" -d "url=http%3A%2F%2Ffoo.bar&status_code=308"`
httpbin responds with
```
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 ... | open | 2020-01-20T12:10:31Z | 2021-04-20T23:55:39Z | https://github.com/postmanlabs/httpbin/issues/593 | [] | PerMalmberg | 1 |
nonebot/nonebot2 | fastapi | 2,451 | Plugin: DALL-E 3绘图 | ### PyPI 项目名
nonebot-plugin-bingimagecreator
### 插件 import 包名
nonebot_plugin_bingimagecreator
### 标签
[{"label":"AI","color":"#ea5252"},{"label":"绘图","color":"#ea5252"}]
### 插件配置项
```dotenv
BING_COOKIES=["cookies1","cookies2","cookies3"]
BING_PROXY="http://127.0.0.1:8001"
```
| closed | 2023-11-07T09:36:56Z | 2023-11-09T06:12:45Z | https://github.com/nonebot/nonebot2/issues/2451 | [
"Plugin"
] | Alpaca4610 | 2 |
littlecodersh/ItChat | api | 222 | 当注册群组为自己所发出的消息时,无法特定群id | 下面这段代码在消息为自己发送的时候无法正常工作。
原因是 msg['FromUserName']为自己的id。
不知道能否在msg增加专门的群id。
在其他一些场景中也遇到如果是自己发送的消息,msg会与别人发的msg信息有很大差别。不好区分的情况。
格式问题sorry。稍微美化了一下。。。。
```
@itchat.msg_register(itchat.content.TEXT,` isGroupChat=True)
def text_replys(msg):
taget_chatroom = itchat.search_chatrooms(CHATROOMNAME)
if taget_... | closed | 2017-02-01T12:49:19Z | 2019-07-03T03:06:31Z | https://github.com/littlecodersh/ItChat/issues/222 | [
"invalid"
] | yangjicai | 4 |
strawberry-graphql/strawberry | django | 3,149 | Automatically sort query/mutations for introspection and in exported GraphQL schema |
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(... | open | 2023-10-13T09:09:19Z | 2025-03-20T15:56:25Z | https://github.com/strawberry-graphql/strawberry/issues/3149 | [] | smhutch | 0 |
igorbenav/FastAPI-boilerplate | sqlalchemy | 68 | Remove `allow_reuse` | ```
PydanticDeprecatedSince20: `allow_reuse` is deprecated and will be ignored; it should no longer be necessary. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.4/migration/
``` | closed | 2023-12-04T03:31:49Z | 2023-12-07T08:03:39Z | https://github.com/igorbenav/FastAPI-boilerplate/issues/68 | [
"bug"
] | igorbenav | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,801 | Nodriver: memory leak on Chromium 122.0.6261.128 | The memory consumption increases over time through each URL until all memory (8GB) runs out, initially, my application only consumes around 500MB.
My machine: Raspberry Pi 4 with 8GB ram
OS: Ubuntu
Chromium version: 122.0.6261.128 | closed | 2024-03-22T02:49:51Z | 2024-03-25T13:26:03Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1801 | [] | nhanvu327 | 7 |
flairNLP/flair | pytorch | 3,124 | [Feature]: Class-dependent label noise simulation | ### Problem statement
Currently Flair allows to generate only uniform label noise, which does not account for any similarities between the data points in the dataset. Generating class-dependent label noise would allow for a more realistic scenario, in which models have to deal with labelling mistakes/inaccuracies.
##... | closed | 2023-02-24T14:53:01Z | 2023-03-30T10:18:00Z | https://github.com/flairNLP/flair/issues/3124 | [
"feature"
] | aynetdia | 0 |
sloria/TextBlob | nlp | 411 | Errors occurred when using Naive Bayes for sentiment classification | 1. As the question, when I use the Bayesian classifier for emotion classification, due to the excessive amount of data, when the amount of data exceeds 10,000, it will be automatically killed by the system, and there is no problem when the amount of data is not large
 | It would be nice to be able to visualize any array. Note that this should be before `__geo_interface__` in the conversion steps.
You might want to do something like the following to ensure the field metadata isn't lost if extension types aren't installed.
```py
if hasattr(obj, "__arrow_c_array__"):
schema, ... | closed | 2024-03-20T20:02:58Z | 2024-03-25T16:29:23Z | https://github.com/developmentseed/lonboard/issues/425 | [] | kylebarron | 0 |
schemathesis/schemathesis | graphql | 1,753 | [BUG] --report flag without arguments is broken. | **Checklist**
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
**Describe the bug**
When running from the CLI wit... | closed | 2023-07-07T08:45:11Z | 2023-08-29T13:50:29Z | https://github.com/schemathesis/schemathesis/issues/1753 | [
"Priority: High",
"Type: Bug",
"Difficulty: Intermediate"
] | phknot | 3 |
nteract/papermill | jupyter | 616 | Reusing dedicated, initialized kernel | Apologies if this is in the wrong place—I wasn't quite sure where to ask a support question.
I'm using Papermill to render notebooks in real-time, and I would like to reduce the overhead involved in starting a new kernel every time I execute a notebook.
Is it possible to either (i) use the current Python session ... | closed | 2021-06-23T17:31:46Z | 2021-08-09T14:37:28Z | https://github.com/nteract/papermill/issues/616 | [] | mhlinder | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.