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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
torchbox/wagtail-grapple | graphql | 306 | feat: url_path(hostname: String) query | Headless builders typically represent a single site and they know which site that is. Currently headless sites need to parse url_path to stripe out the 'site path' from a given set of pages. To simplify URL construction for headless sites it would be nice if they could fetch url_paths relative to a given site.
*... | open | 2023-01-20T15:59:42Z | 2023-08-24T14:21:49Z | https://github.com/torchbox/wagtail-grapple/issues/306 | [] | dopry | 7 |
activeloopai/deeplake | data-science | 2,797 | [FEATURE] Customizable location for .activeloop directory and handling multiple users with the same client | ### Description
I'm developing an API using Deeplake. The API can be called by different users, each user can specify its own Activeloop token which is used in the API like this:
```python
deeplake = DeepLake(
dataset_path=f"hub://{deeplake_organisation}/{deeplake_repository}",
token=active... | closed | 2024-03-14T19:37:04Z | 2024-03-26T15:43:00Z | https://github.com/activeloopai/deeplake/issues/2797 | [
"enhancement"
] | maximevw | 2 |
huggingface/datasets | deep-learning | 6,488 | 429 Client Error | Hello, I was downloading the following dataset and after 20% of data was downloaded, I started getting error 429. It is not resolved since a few days. How should I resolve it?
Thanks
Dataset:
https://huggingface.co/datasets/cerebras/SlimPajama-627B
Error:
`requests.exceptions.HTTPError: 429 Client Error: Too M... | open | 2023-12-11T15:06:01Z | 2024-06-20T05:55:45Z | https://github.com/huggingface/datasets/issues/6488 | [] | sasaadi | 2 |
ivy-llc/ivy | pytorch | 27,896 | Unnecessary key-word argument `device` in `ivy.blackman_window()` function call | In the following function call, the argument `device` is passed,
https://github.com/unifyai/ivy/blob/06508027180ea29977b4cafd316d536247cb5664/ivy/data_classes/array/experimental/creation.py#L170-L172
From the actual definition of `blackman_window` there is no argument `device`
https://github.com/unifyai/ivy/blob/065... | closed | 2024-01-11T08:12:36Z | 2024-01-11T13:28:42Z | https://github.com/ivy-llc/ivy/issues/27896 | [] | Sai-Suraj-27 | 0 |
psf/black | python | 3,716 | Shouldn't max-line-length be 80 when using bugbear? | **Is this related to a problem? Please describe.**
The [documentation](https://black.readthedocs.io/en/latest/the_black_code_style/current_style.html#line-length) suggests using `flake8-bugbear` instead of just bumping `max-line-length` to 88, as bugbear already handles a line max 10% longer than `max-line-length`. ... | closed | 2023-06-04T10:25:10Z | 2023-06-12T19:20:33Z | https://github.com/psf/black/issues/3716 | [
"T: documentation",
"C: configuration"
] | Alveel | 3 |
PeterL1n/RobustVideoMatting | computer-vision | 47 | hardsigmoid replacement | I've been trying to export an onnx model replacing the hardsigmoid operator.
I have modified the site-packages/torch/onnx/symbolic_opset9.py file this way:
@parse_args("v")
def hardswish(g, self):
hardsigmoid = g.op('HardSigmoid', self, alpha_f=1 / 6)
return g.op("Mul", self, hardsigmoid)
@parse_arg... | closed | 2021-09-27T11:54:57Z | 2022-03-18T09:29:17Z | https://github.com/PeterL1n/RobustVideoMatting/issues/47 | [] | livingbeams | 15 |
collerek/ormar | fastapi | 782 | Field Accessor Operation on Other Fields | Implement Field Accessor Similar to `F()` Expressions in Django.
```python
>>> await Person.objects.filter(age__ge=18).update(each=True, age=Person.age + 1)
```
```python
>>> await Movie.objects.filter(Movie.budget > Movie.revenue).all()
```
| open | 2022-08-13T07:25:10Z | 2022-08-13T07:25:10Z | https://github.com/collerek/ormar/issues/782 | [
"enhancement"
] | SepehrBazyar | 0 |
healthchecks/healthchecks | django | 35 | Cron syntax | It would be great if one could just insert the cron syntax. Got any ideas about that?
| closed | 2016-01-20T15:22:48Z | 2017-01-15T11:40:04Z | https://github.com/healthchecks/healthchecks/issues/35 | [] | tdgroot | 6 |
jackmpcollins/magentic | pydantic | 421 | Higher-order prompt-functions | Prompt-functions should be able to create other prompt functions. This would allow for some form of prompt-optimization and self-improvement.
Example:
```python
from magentic import prompt, PromptFunction
@prompt("Create a prompt-function that returns the sum of two numbers in natural language")
def make_language_pl... | open | 2025-02-02T06:09:49Z | 2025-02-02T06:09:49Z | https://github.com/jackmpcollins/magentic/issues/421 | [] | jackmpcollins | 0 |
ddbourgin/numpy-ml | machine-learning | 46 | implementation of Lasso regression | I don't see any lasso regression model in linear models.Can i implement the lasso regression model? | open | 2020-02-27T08:16:37Z | 2020-06-26T08:40:38Z | https://github.com/ddbourgin/numpy-ml/issues/46 | [
"model request"
] | sparkingdark | 3 |
xorbitsai/xorbits | numpy | 364 | FEAT: implement `groupby.rolling` | ### Is your feature request related to a problem? Please describe
`groupby.rolling` is a frequet operation in financial scenarios. Alghouth there is an [alternative way](https://gist.github.com/UranusSeven/ff6ef4c43e60957d76dbdb6e6125ecdd) to do the same thing, we'd better support it.
### Describe the solution you'... | closed | 2023-04-13T08:44:41Z | 2023-05-23T10:24:35Z | https://github.com/xorbitsai/xorbits/issues/364 | [
"feature"
] | UranusSeven | 1 |
litestar-org/litestar | api | 3,766 | Bug: schema_extra does not recognize upstream JSONSchema property/key names | ### Description
With code generated for other (non-litestar) JSONSchema consumers, using upstream names (such as `uniqueItems` instead of `unique_items`) inside of `schema_extra` results in a ValueError.
### URL to code causing the issue
_No response_
### MCVE
```python
from typing import Annotated, Any, Dict
imp... | closed | 2024-09-30T02:54:57Z | 2025-03-20T15:54:57Z | https://github.com/litestar-org/litestar/issues/3766 | [
"Bug :bug:"
] | charles-dyfis-net | 1 |
praw-dev/praw | api | 1,541 | Unable to update subreddit sidebar on old reddit after updating from 7.0.0 to 7.1.0 | **Describe the bug**
Upgraded praw from version 7.0.0 to 7.1.0 and am unable to update my sub's sidebar after the update. When I downgraded back to 7.0.0 it started working again with no code change. This issue affects "old reddit"
**To Reproduce**
Steps to reproduce the behavior:
1. Upgrade from 7.0.0 to 7.1... | closed | 2020-07-22T14:49:54Z | 2021-05-31T00:54:40Z | https://github.com/praw-dev/praw/issues/1541 | [
"Stale",
"Auto-closed - Stale"
] | studoggery | 4 |
christabor/flask_jsondash | plotly | 14 | Use real data for voronoi | Currently it uses fake data.
| closed | 2016-05-04T22:09:50Z | 2016-05-04T22:34:51Z | https://github.com/christabor/flask_jsondash/issues/14 | [] | christabor | 0 |
roboflow/supervision | pytorch | 1,293 | Help in gathering commonly used supervision functions. | We will be releasing a supervision cheatsheet soon - something of a similar style as https://github.com/a-anjos/python-opencv/blob/master/cv2cheatsheet.pdf
First, we need to gather a list of code snippets in a Colab. We'll then go over it and copy out a subset of the functions into the PDF.
Partial submissions ar... | closed | 2024-06-19T08:02:12Z | 2024-06-26T10:39:04Z | https://github.com/roboflow/supervision/issues/1293 | [
"help wanted"
] | LinasKo | 12 |
scrapy/scrapy | python | 6,662 | items.py fields order not respected if input_processor arg is not passed | ### Description
In the exported ouput the order of the items' fields is not respected. The fields who have the arg input_processor passed when declared will always come first
### Steps to Reproduce
in items.py
```python
first_name = scrapy.Field(ouput_processor=TakeFirst())
last_name = scrapy.Field(input_processor=Ma... | open | 2025-02-07T21:31:32Z | 2025-03-13T05:20:36Z | https://github.com/scrapy/scrapy/issues/6662 | [
"enhancement"
] | AmmarSalmi | 3 |
lorien/grab | web-scraping | 113 | Cookie reusing seems broken in 0.6.6 | Easy to check by using request_head property.
I check the same code by old 0.4.13 version — everything works ok.
| closed | 2015-04-26T16:45:05Z | 2015-05-11T21:11:21Z | https://github.com/lorien/grab/issues/113 | [] | craw1er | 14 |
clovaai/donut | computer-vision | 311 | Issue with Fine-Tuning: Incorrect Answers When Querying Specific Questions |
I recently fine-tuned a model Donut for DocVQA. The fine-tuning process completed successfully, but I encountered an issue during inference. When I ask a question that should correspond to a specific answer in the ground truth, the model often returns a different answer.
For example, my dataset contains the followin... | open | 2024-08-30T12:57:16Z | 2024-09-13T01:45:43Z | https://github.com/clovaai/donut/issues/311 | [] | dikyridhlo | 2 |
graphql-python/graphene | graphql | 839 | Setting a schema name different than class name | Is it possible to do something like:
```py
class MyGraphQlSong(graphene.ObjectType):
__name__ = 'Song'
id = graphene.String()
artist = graphene.String()
album = graphene.String()
```
So that `MyGraphQlSong` is created in the schema just as `Song`, such as:
```graphql
type Song {
id: String
art... | closed | 2018-10-05T04:38:25Z | 2019-03-16T21:58:50Z | https://github.com/graphql-python/graphene/issues/839 | [] | zhammer | 5 |
sqlalchemy/alembic | sqlalchemy | 430 | Wrong execution order when using multiple merges | **Migrated issue, originally created by Lucas Kahlert ([@f3anor](https://github.com/f3anor))**
Consider the following migration history
```
* merge_a8_p5 (app, plugin) (head) (mergepoint)
| \
| \
| \
| \
| * a8 (app) (branchpoint)
| |
| |
| * a7 (app)
| |
| |
* p5 (app, plugin)
| |
|... | closed | 2017-05-22T10:48:24Z | 2017-05-23T14:54:59Z | https://github.com/sqlalchemy/alembic/issues/430 | [
"bug",
"execution model"
] | sqlalchemy-bot | 12 |
wkentaro/labelme | deep-learning | 540 | How to change the order of labellist???? | By default, the order of labellist depends on which categroy I labelled first.
For example, if I label sky then label tree, the id of sky will be 0, and id of tree would be 1.
Is there any possible means that I can change the id of sky to 1, and id of tree to 0???
Thx!!! | closed | 2020-01-07T09:25:07Z | 2020-01-27T02:04:48Z | https://github.com/wkentaro/labelme/issues/540 | [] | SJHNJU | 1 |
gunthercox/ChatterBot | machine-learning | 2,098 | learn_response from feedback is not working | Hi,
I am trying to build a chat bot in French that learns new questions and answers thanks to the feedback given by the user. But when I ask the bot the same question it just learnt, it doesn't work, it still give a random answer like for the question: "What is the capital city of Germany?" I give it the answer "Berli... | open | 2021-01-11T13:50:53Z | 2021-12-24T22:49:57Z | https://github.com/gunthercox/ChatterBot/issues/2098 | [] | feryah | 4 |
PeterL1n/BackgroundMattingV2 | computer-vision | 147 | About bar | Do you always need a current background image as a reference? Is this a hassle in practice | closed | 2021-08-19T02:38:49Z | 2021-08-19T06:37:27Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/147 | [] | fangzong12 | 0 |
aidlearning/AidLearning-FrameWork | jupyter | 201 | compile and install python 3.10.1 cause aid-desktop can't run | I need python3.9+ in aidlux. So I install it by source code. Then I found that aid-desktop keep loading. Click three times into error mode, and then run `startx` is the same. | closed | 2021-12-22T05:49:55Z | 2022-07-25T02:42:27Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/201 | [] | LY1806620741 | 2 |
WeblateOrg/weblate | django | 13,304 | Ability to download the statistics | ### Describe the problem
We recently had a business review with our localization vendor. They reported that they would love to see a feature allowing them to download the wordcount statistics into a local log for each language. They spend alot of time manually doing this task and would improve efficiency if it could ... | closed | 2024-12-16T10:27:52Z | 2025-02-12T13:53:40Z | https://github.com/WeblateOrg/weblate/issues/13304 | [
"enhancement"
] | PadraigDillon1 | 5 |
voila-dashboards/voila | jupyter | 792 | Citation for voila? | How would you like me to cite voila? Is there a manuscript or should I just cite this repo? | open | 2020-12-30T22:14:20Z | 2020-12-31T16:56:01Z | https://github.com/voila-dashboards/voila/issues/792 | [] | markperri | 2 |
PrefectHQ/prefect | data-science | 17,080 | `cancelled_flow_query` very slow | ### Bug summary
[`subflow_query`](https://github.com/PrefectHQ/prefect/blob/4aca32202851a3b7c4dc5927ce4a3a1dcec749e9/src/prefect/server/services/cancellation_cleanup.py#L87) in the cancellation_cleanup service queries all columns in the `flow_run` table. This has a HUGE effect on the query runtime. From what I can see... | closed | 2025-02-10T20:51:46Z | 2025-02-20T16:11:28Z | https://github.com/PrefectHQ/prefect/issues/17080 | [
"bug",
"great writeup"
] | mattijsdp | 3 |
nltk/nltk | nlp | 3,025 | AttributeError: 'SubPattern' object has no attribute 'pattern' | i have installed ntlk using
```
pip install -U nltk
```
When running codes on Python 3.9, it runs successfully:
```
import nltk
nltk.download('stopwords')
from nltk.corpus import stopwords
```
However, when I run above codes in jupyter notebook, it shows error:
```
Output exceeds the [size limit](comm... | closed | 2022-07-21T19:18:08Z | 2022-07-27T11:15:17Z | https://github.com/nltk/nltk/issues/3025 | [] | Neoxs | 2 |
pytest-dev/pytest-cov | pytest | 669 | Pytest-cov is extremely slow with xdist too | Please go over all the sections and search
https://pytest-cov.readthedocs.io/en/latest/ or
https://coverage.readthedocs.io/en/latest/
before opening the issue.
# Summary
When I run our tests with pytest-xdist, our entire tests about 1035 of them gets done in less than 35min
However, when we use `pytest-cov` i... | open | 2024-12-03T06:52:16Z | 2025-01-20T19:38:37Z | https://github.com/pytest-dev/pytest-cov/issues/669 | [] | emjeyforta | 1 |
explosion/spaCy | nlp | 13,586 | Issue template link points to wrong address | <!-- Describe the problem or suggestion here. If you've found a mistake and you know the answer, feel free to submit a pull request straight away: https://github.com/explosion/spaCy/pulls -->
## Which page or section is this issue related to?
### CONTRIBUTING.md
Under the "Submitting Issues" section of the Contrib... | open | 2024-08-01T20:06:17Z | 2024-08-01T20:14:07Z | https://github.com/explosion/spaCy/issues/13586 | [] | samrxh | 0 |
deepset-ai/haystack | pytorch | 8,956 | docs: remove `dataframe` from `Document` docs and `ExtractedTableAnswer` | `dataframe` and `ExtractedTableAnswer` have been removed in https://github.com/deepset-ai/haystack/pull/8906.
This change will be released in 2.11.0.
We should remove them from https://docs.haystack.deepset.ai/v2.11-unstable/docs/data-classes | closed | 2025-03-04T11:09:11Z | 2025-03-04T13:49:36Z | https://github.com/deepset-ai/haystack/issues/8956 | [
"type:documentation",
"P1"
] | anakin87 | 1 |
pytest-dev/pytest-xdist | pytest | 1,069 | Geven monkey patching not being set in subprocesses | Hi,
I have a simple test file of:
```python
from gevent.monkey import is_module_patched, saved
def test_auto():
if not is_module_patched("threading"):
print(saved)
print(saved.keys())
exit("not patched!")
```
When I run pytest normally with monkey patching it works:
```p... | open | 2024-04-17T11:41:49Z | 2025-02-12T14:30:41Z | https://github.com/pytest-dev/pytest-xdist/issues/1069 | [] | ddorian | 10 |
openapi-generators/openapi-python-client | rest-api | 179 | Generated client fails flake8 due to trailing comma | **Describe the bug**
A trailing comma in the type signature of the endpoint_macros template causes Union types to include a trailing comma after the last type in the union.
**To Reproduce**
We run the following script to generate our client:
``` bash
#!/usr/bin/env bash
set -x # added for clarity below
rm -rf... | closed | 2020-09-03T23:46:15Z | 2020-09-04T13:34:21Z | https://github.com/openapi-generators/openapi-python-client/issues/179 | [
"🐞bug"
] | dtkav | 0 |
ionelmc/pytest-benchmark | pytest | 208 | asv (airspeed-velocity) integration | [asv](https://github.com/airspeed-velocity/asv) is a project that can run benchmarks and create a nice website with the results and comparisons to previous versions. I would be really nice if it was possible to use pytest-benchmark as the data provider, as it has a nicer API to write tests and is integrated with pytest... | open | 2021-07-11T16:56:55Z | 2022-01-25T14:52:57Z | https://github.com/ionelmc/pytest-benchmark/issues/208 | [] | FFY00 | 2 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 90 | the inference python,how long will the testing demo | Thank you for your excellent work. But I look at the code, there is no inference.py. How long will it be open source? Thank you very much. | closed | 2019-02-21T12:05:54Z | 2019-12-10T06:43:05Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/90 | [] | chenjun2hao | 1 |
piccolo-orm/piccolo | fastapi | 899 | Properly fix `slotscheck` for Python 3.12 | When we upgraded to Python 3.12 slotscheck started failing because we inherit from `Generic` which no longer defines `__slots__`:
https://github.com/piccolo-orm/piccolo/blob/6cb005bac644e24fbcdb923cc8a51d146e08b8fc/piccolo/engine/base.py#L27
In this PR https://github.com/piccolo-orm/piccolo/pull/888 we stopped ru... | closed | 2023-11-03T15:02:25Z | 2023-11-04T14:00:50Z | https://github.com/piccolo-orm/piccolo/issues/899 | [
"enhancement",
"testing"
] | dantownsend | 0 |
pywinauto/pywinauto | automation | 862 | For pywinauto.controls.uia_controls.MenuWrapper, the menu_select method throws an AttributeError: 'MenuWrapper' object has no attribute 'visible' | ## Expected Behavior
No attribute error when calling the menu_select("menu path") method on the MenuWrapper class.
## Actual Behavior
For pywinauto.controls.uia_controls.MenuWrapper, the menu_select method throws an AttributeError: 'MenuWrapper' object has no attribute 'visible'
## Steps to Reproduce the Proble... | open | 2019-12-06T14:15:49Z | 2019-12-15T18:10:11Z | https://github.com/pywinauto/pywinauto/issues/862 | [
"bug",
"enhancement"
] | ajujayapal | 5 |
vimalloc/flask-jwt-extended | flask | 463 | OIDC multiple JWK keys | Due to some configuration exploration on my dev okta domain, I was getting signature validation errors that were due to multiple keys being presented at the jwks_uri endpoint. I was able to resolve by grabbing the last key rather than first, but was wondering if this is really an appropriate fix.
https://github.com/... | closed | 2022-01-31T16:15:18Z | 2023-05-26T17:14:39Z | https://github.com/vimalloc/flask-jwt-extended/issues/463 | [] | roivant-matts | 6 |
521xueweihan/HelloGitHub | python | 2,233 | 100 days | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习)-->
- 类别:
<!--请用 20 个左右的字描述它是做什么的,类似文章标题让人一目了然 -->
- 项目... | closed | 2022-06-01T01:32:36Z | 2022-06-01T01:32:42Z | https://github.com/521xueweihan/HelloGitHub/issues/2233 | [
"恶意issue"
] | chengturbo | 1 |
mckinsey/vizro | data-visualization | 233 | Add support for Latex in Markdown | ### What's the problem this feature will solve?
Use Latex in Markdown. dcc.Markdown supports MathJax: https://dash.plotly.com/dash-core-components/markdown#latex
### Describe the solution you'd like
Use Latex in Markdown of vm.Card to format my formulas
### Alternative Solutions
-
### Additional conte... | closed | 2023-12-20T15:22:13Z | 2024-01-03T09:24:10Z | https://github.com/mckinsey/vizro/issues/233 | [
"Feature Request :nerd_face:"
] | Et9797 | 1 |
postmanlabs/httpbin | api | 17 | Setting multiple cookies at once | It would be useful to be able to set multiple cookies at once so that server would return more than one `set-cookie` header. The need came out while investigating https://github.com/shazow/urllib3/issues/3
| closed | 2011-12-04T11:35:29Z | 2018-04-26T17:50:55Z | https://github.com/postmanlabs/httpbin/issues/17 | [] | piotr-dobrogost | 2 |
frol/flask-restplus-server-example | rest-api | 79 | Response fields filtering/masking | Hi,
I'd like to know if there is an easy way to modify the patch to mask the response fields by a query parameter (like /api/users?fields=email,name), I've tried the restplus approach with the X-Fields but that no longer works with the patch.
I thought the way to go would be to use a schema factory as shown in ... | open | 2017-11-06T12:05:03Z | 2019-04-17T12:52:57Z | https://github.com/frol/flask-restplus-server-example/issues/79 | [
"enhancement",
"help wanted"
] | DanielCardonaRojas | 3 |
google/seq2seq | tensorflow | 266 | Unknown Error from nmt toy example(bleu/value) | What I ran were following lines, which is exactly the same example on the tutorial page(nmt)
ad26kr@ubuntu:~/utils/seq2seq$ python -m bin.train --config_paths="
./example_configs/nmt_small.yml,
./example_configs/train_seq2seq.yml,
./example_configs/text_metrics_bpe.yml" --model_params "
... | open | 2017-06-30T04:07:11Z | 2017-12-04T04:10:44Z | https://github.com/google/seq2seq/issues/266 | [] | yanghoonkim | 4 |
scikit-learn/scikit-learn | python | 30,999 | Attributes decleared in document and does not exist in ConfusionMatrixDisplay class | ### Describe the issue linked to the documentation
In the class `ConfusionMatrixDisplay` in the file `sklearn/metrics/_plot/confusion_matrix.py`
There are extra attributes that does not exist in the class
Attributes:
```
im_: matplotlib AxesImage Image representing the confusion matrix.
text_: ndarray of shape (n_cl... | closed | 2025-03-16T11:45:50Z | 2025-03-18T08:09:25Z | https://github.com/scikit-learn/scikit-learn/issues/30999 | [
"Documentation",
"Needs Triage"
] | Daizwpa | 2 |
littlecodersh/ItChat | api | 991 | 可以与jenkins集成吗?将jenkins构建的结果推送到普通微信群中 | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | open | 2023-07-12T04:43:37Z | 2023-07-12T04:43:37Z | https://github.com/littlecodersh/ItChat/issues/991 | [] | staxiangbo | 0 |
TencentARC/GFPGAN | deep-learning | 425 | July | https://github.com/Afreenrubel | open | 2023-08-08T15:22:41Z | 2023-08-08T15:22:41Z | https://github.com/TencentARC/GFPGAN/issues/425 | [] | Afreenrubel | 0 |
flaskbb/flaskbb | flask | 640 | When I install a minimal plugin, it breaks the portal | Hi, I wrote a super simple plugin which adds an atom feed to flaskbb: https://git.sr.ht/~exelotl/flaskbb-plugin-atom
If I run `pip install flaskbb-plugin-atom` (in my virtualenv) then the flaskbb portal plugin stops working, as pictured below:
. Pyproject.toml only requires version >=4.1.
```python
.venv/lib/python3.11/site-packages/strawberry/types/types.py:16: in <module>
... | closed | 2023-06-20T23:55:31Z | 2023-06-21T09:15:13Z | https://github.com/strawberry-graphql/strawberry/issues/2871 | [
"bug"
] | coady | 1 |
plotly/dash-table | dash | 765 | [BUG] DashTable and Wildcard / Pattern Matching callbacks not working | **Describe your context**
I want to use a datatables 'data' attribute (or any other) in a callback but using the new pattern matching callbacks.
This results in a seemingly unrelated JS error (parsing problem?)
```
Failed to execute 'addRule' on 'CSSStyleSheet': Failed to parse the rule '#{"action":"test",... | closed | 2020-04-14T15:11:39Z | 2021-05-26T09:33:08Z | https://github.com/plotly/dash-table/issues/765 | [
"dash-type-bug",
"size: 0.2"
] | christianwengert | 9 |
pydantic/pydantic-settings | pydantic | 102 | Why is get_field_value an @abstractmethod of PydanticBaseSettingsSource? | Sorry for opening this as an issue. It is more a question or a discussion.
I implement some custom sources for my settings object and with pydantic-settings v2 I have to implement `get_field_value`.
This method it is never used because my class inherits from `PydanticBaseSettingsSource`, but the `get_field_valu... | open | 2023-07-05T06:11:41Z | 2023-08-26T22:25:20Z | https://github.com/pydantic/pydantic-settings/issues/102 | [] | fnep | 9 |
jwkvam/bowtie | plotly | 24 | use msgpack instead of json | ```
table = SmartGrid()
```
then if there are hyphens in the data
```
table.get()
```
hangs.
edit: Have now also encountered this with drop down widgets. Workaround has still remained to replace the hyphens with some other character.
| closed | 2016-09-17T07:52:30Z | 2016-11-16T05:52:20Z | https://github.com/jwkvam/bowtie/issues/24 | [] | jwkvam | 1 |
OpenBB-finance/OpenBB | machine-learning | 6,163 | [Bug] Installing openbb-core also installs ruff, prevents upgrade to ">=0.2.0 | **Describe the bug**
The `openbb-core` package, required to install `openbb`, defines `ruff` as a dependency in the main group, and not the dev group.
Compare:
https://github.com/samueldg/OpenBBTerminal/blob/47541d4c957d7ab366e3b5f07615b4a7a9916c7e/openbb_platform/core/pyproject.toml#L25
with the (correct) ... | closed | 2024-03-04T21:05:17Z | 2024-05-21T10:48:39Z | https://github.com/OpenBB-finance/OpenBB/issues/6163 | [
"bug"
] | samueldg | 2 |
huggingface/datasets | nlp | 7,175 | [FSTimeoutError] load_dataset | ### Describe the bug
When using `load_dataset`to load [HuggingFaceM4/VQAv2](https://huggingface.co/datasets/HuggingFaceM4/VQAv2), I am getting `FSTimeoutError`.
### Error
```
TimeoutError:
The above exception was the direct cause of the following exception:
FSTimeoutError Trac... | closed | 2024-09-26T15:42:29Z | 2025-02-01T09:09:35Z | https://github.com/huggingface/datasets/issues/7175 | [] | cosmo3769 | 7 |
StackStorm/st2 | automation | 6,097 | ActionRunners get stuck when there is transient connection loss to RabbitMQ/ Zookeeper | ## SUMMARY
We have st2 HA setup in k8s environment. We use zookeeper for coordination backend . We observed that actionrunners/schedulers/workflowengines are hung when there is transient connectivity issues with Mongo/RabbitMQ/Zookeeper.
Mongo/rabbitmq/zk containers get restarted due to k8s maintenance operations
... | open | 2023-12-14T14:26:43Z | 2023-12-21T07:07:06Z | https://github.com/StackStorm/st2/issues/6097 | [] | sravs-dev | 1 |
aleju/imgaug | deep-learning | 432 | Which transforms work on heatmaps (or depth) | I get NaN losses when I use RGBD data for training. I split the RGBD as RGB (augment_images is applied on this) and D (augment_heatmap is appleid on this) and then concatenated.
I use fliplr and crop&pad. was wondering if these are not compatible with heatmap augmentation?? | open | 2019-09-18T08:13:15Z | 2020-06-02T17:00:52Z | https://github.com/aleju/imgaug/issues/432 | [] | ApoorvaSuresh | 4 |
iperov/DeepFaceLab | deep-learning | 5,693 | Continue to extract faces from my own extracted frames when extracting faces is interrupted (Error in fetching the last index. ) | ## Expected behavior
Continue to extract faces from my own extracted frames when extracting faces is interrupted
## Actual behavior
Click to continue, there will be an error
`Error in fetching the last index. Extraction cannot be continued.`
## Steps to reproduce
Multiple "_" in the filename
Reas... | open | 2023-07-01T08:28:17Z | 2023-07-01T20:59:38Z | https://github.com/iperov/DeepFaceLab/issues/5693 | [] | Jeffrey-deng | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 993 | Extremely Large Loss | Hi, I am now trying to debug my code since I made some minor modifications based on the default settings. When I try to train on the cycle gan model, both D_A and G_A losses go to a really large scale (3000 and -3000) after 10 epochs training. This is really weird since my original training (same dataset) only has D_A ... | closed | 2020-04-15T21:49:03Z | 2020-04-17T16:45:32Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/993 | [] | Songloading | 2 |
ivy-llc/ivy | tensorflow | 28,626 | Fix Frontend Failing Test: paddle - activations.tensorflow.keras.activations.relu | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-03-17T23:56:20Z | 2024-03-25T12:47:12Z | https://github.com/ivy-llc/ivy/issues/28626 | [
"Sub Task"
] | ZJay07 | 0 |
ultralytics/ultralytics | python | 19,246 | Yolov8 obb prediction box rotation angle is very small | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I trained the Yolov8 obb model and found that the rotation angle was very sm... | closed | 2025-02-14T08:52:56Z | 2025-02-14T18:45:26Z | https://github.com/ultralytics/ultralytics/issues/19246 | [
"question",
"OBB"
] | Joazs | 2 |
kennethreitz/records | sqlalchemy | 109 | Unable to commit with PyMySQL driver | I inserted new rows but when I make a SELECT query I don't see the new inserts. I then learned that commit has to be done with PyMySQL driver. There are two ways to do this: call `commit()` on the connection or use autocommit=True when connection is opened. This is mentioned on StackOverflow: https://stackoverflow.com/... | closed | 2017-08-25T06:01:22Z | 2018-04-28T22:24:39Z | https://github.com/kennethreitz/records/issues/109 | [
"invalid"
] | arvindpdmn | 1 |
AutoGPTQ/AutoGPTQ | nlp | 147 | How to use multiple GPUs | 请教一下怎么使用多个gpu来启动创建好的模型 | open | 2023-06-08T05:23:01Z | 2023-06-08T06:15:43Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/147 | [
"enhancement"
] | benyuereal | 1 |
mars-project/mars | scikit-learn | 2,405 | [BUG] ActorCaller.call is at risk got hang! | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
ActorCaller._listen is at risk and will not remake related futures after the client closed. It will happen when the client.recv got successfull... | closed | 2021-08-30T13:06:46Z | 2021-08-31T04:16:15Z | https://github.com/mars-project/mars/issues/2405 | [] | Catch-Bull | 0 |
PokeAPI/pokeapi | graphql | 1,209 | Castform form/variety mixup | Hello PokéAPI team :)
I'm currently playing around with the API and looking at the underlying data with interest. I note already that there is a lot of discussion around forms and varieties (am working based on the explanation: https://github.com/PokeAPI/pokeapi/issues/401.
Castform (id 351) has 1 form on its Pokémon... | open | 2025-02-25T22:48:43Z | 2025-03-09T23:13:43Z | https://github.com/PokeAPI/pokeapi/issues/1209 | [] | bladekey88 | 2 |
deepspeedai/DeepSpeed | deep-learning | 6,878 | How can DeepSpeed be configured to prevent the merging of parameter groups | The optimizer has been re-implemented to group parameters and set different learning rates for each group. However, after using DeepSpeed, all the `param_groups` are merged into one. How can this be prevented?
```
{
"fp16": {
"enabled": "auto",
"loss_scale": 0,
"loss_scale_window": 1000,
... | open | 2024-12-16T14:30:54Z | 2024-12-18T11:32:04Z | https://github.com/deepspeedai/DeepSpeed/issues/6878 | [] | CLL112 | 3 |
tensorflow/tensor2tensor | deep-learning | 1,759 | Librispeech , when decoding , vocabulary is None | Hi , have you solved it ? When t2t_decode , an error comes, it says "the location
in docding:586:inputs_ids=vocabulary.encode(inputs) , 'NoneType' object has no atrribute 'encode'" .
some question:
1、The content in decode_from_file is whether "the path to real testdata file" or "testfile file" ?
2、vocabulary is gen... | closed | 2019-11-29T02:35:48Z | 2019-12-03T02:53:39Z | https://github.com/tensorflow/tensor2tensor/issues/1759 | [] | hl312 | 3 |
miguelgrinberg/flasky | flask | 348 | Question about current_user._get_current_object() | I try to understand Flask Web example 11-3 app/main/views.py
```python
post=Post(body=form.body.data,
author=current_user._get_current_object())
```
but I was thinking about something, why don't use current_user.id?
i try to create a View Function
```python
@blog.route('/blog_post/c', methods=['GET', ... | closed | 2018-04-16T13:57:00Z | 2018-09-01T03:45:25Z | https://github.com/miguelgrinberg/flasky/issues/348 | [
"question"
] | shaoeChen | 2 |
brightmart/text_classification | nlp | 101 | The input_y of (p8_TextRNN_train.py) | When training p8_TextRNN_train.py,is there anyone meeting the follow problem?
Sometimes it can work as a normal one, Sometimes it doesn't work as follows……

| closed | 2018-12-18T14:58:59Z | 2018-12-20T15:18:25Z | https://github.com/brightmart/text_classification/issues/101 | [] | Amanda2024 | 1 |
pytorch/pytorch | numpy | 149,132 | scaled_dot_product_attention crashes on apple silicon | ### 🐛 Describe the bug
This following python code fails and ends the process on macos 15.3.1 (M1 Pro).
```python
import torch
import torch.nn.functional as F
print(torch.__version__)
device = torch.device('mps')
B=2
T=3
n_kv_head = 2
n_q_head = 4
dim = 8
attn_mask = torch.ones((T, T)).to(device)
q = torch.rand... | closed | 2025-03-13T16:52:15Z | 2025-03-14T21:25:58Z | https://github.com/pytorch/pytorch/issues/149132 | [
"module: crash",
"triaged",
"module: mps",
"module: sdpa"
] | jjh42 | 1 |
fastapi/sqlmodel | fastapi | 16 | ERROR: Could not find a version that matches sqlalchemy2-stubs | ### 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 | 2021-08-25T14:36:18Z | 2022-08-30T17:42:17Z | https://github.com/fastapi/sqlmodel/issues/16 | [
"question",
"answered"
] | jet10000 | 3 |
deepspeedai/DeepSpeed | machine-learning | 6,618 | [BUG] Long sequence parallelism (Ulysses) got error list index out of range | **Describe the bug**
test ulysses got error list index out of range
**To Reproduce**
test ulysses with [test_ulysses.py](https://github.com/microsoft/DeepSpeedExamples/blob/uly-hf/post_training/sequence_parallelism/test_ulysses.py)
torchrun --nproc_per_node=8 test_ulysses.py
**Expected behavior**
work fine
**ds_rep... | closed | 2024-10-10T03:41:30Z | 2024-10-14T02:21:57Z | https://github.com/deepspeedai/DeepSpeed/issues/6618 | [
"bug",
"training"
] | Lzhang-hub | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 299 | Is there any way to make this work on macOS? | This is as far as I got:
```
python3 ./demo_cli.py
WARNING:tensorflow:From /tmp/Real-Time-Voice-Cloning/synthesizer/models/modules.py:91: The name tf.nn.rnn_cell.RNNCell is deprecated. Please use tf.compat.v1.nn.rnn_cell.RNNCell instead.
Arguments:
enc_model_fpath: encoder/saved_models/pretrained.pt
... | closed | 2020-03-10T20:36:07Z | 2020-07-04T22:15:01Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/299 | [] | mrichman | 3 |
Kanaries/pygwalker | pandas | 277 | Allow single spec file same for multiple cell (different Dataframes) visualization | **Issue:**
Current functionality does not allow saving different visualizations(different Jupyter cells and different data frames) to a single config file.
If you plan to share your repo with someone for collaboration, this clutters the filespace.
| open | 2023-10-21T02:58:33Z | 2023-11-06T01:53:31Z | https://github.com/Kanaries/pygwalker/issues/277 | [
"enhancement"
] | rishabh-dream11 | 3 |
kennethreitz/responder | flask | 342 | api.add_route() give 200 OK without proper method when a class is used for endpoint. | Here is the code.
```python
import responder
api = responder.API()
class some_empty_api:
pass
api.add_route('/route/{anything}', endpoint=some_empty_api)
if __name__ == '__main__':
api.run()
```
This code returns `200 OK` to any incoming request like `http://root_url/route/some_string`.
I... | closed | 2019-03-30T07:53:36Z | 2019-04-08T07:07:36Z | https://github.com/kennethreitz/responder/issues/342 | [] | wtkmn | 1 |
ultralytics/ultralytics | deep-learning | 19,178 | Should I train my model with non-paper cup objects as defective?(YOLO11) | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I am developing a model for classifying paper cups as either acceptable or d... | open | 2025-02-11T07:47:40Z | 2025-02-11T09:27:33Z | https://github.com/ultralytics/ultralytics/issues/19178 | [
"question"
] | kkoma-dev | 1 |
serengil/deepface | deep-learning | 724 | Output of find being truncated when running through CLI | I'm trying to make an application of mine (in C++) that calls the deepface CLI to recognize faces on a image, but when I call the CLI from my application, the output is truncated compared to the output from a terminal window.
After some tests, looks like to me that deepface grabs the terminal window size and trunca... | closed | 2023-04-18T13:55:52Z | 2023-04-19T19:47:31Z | https://github.com/serengil/deepface/issues/724 | [
"dependencies"
] | TyrasNistru | 3 |
fastapi/sqlmodel | pydantic | 312 | TypeError: issubclass() arg 1 must be a class | ### 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 | 2022-04-23T23:47:10Z | 2022-04-24T21:43:04Z | https://github.com/fastapi/sqlmodel/issues/312 | [
"question"
] | Maypher | 1 |
plotly/dash-html-components | dash | 154 | dev instructions lead to failure | to reproduce: follow the documentation exactly
**first error**: no dash-generate-components found
solution: pip install dash
**second error**: no yaml found
solution: pip install pyyaml | open | 2020-03-15T17:46:36Z | 2020-03-15T17:46:36Z | https://github.com/plotly/dash-html-components/issues/154 | [] | bpostlethwaite | 0 |
scikit-hep/awkward | numpy | 3,122 | Is awkward-cpp not linking properly in MacOS now? | ### Version of Awkward Array
HEAD
### Description and code to reproduce
I wanted to narrow in on the segfault that pyarrow 16.1.0 introduces in our tests/test_0080_flatpandas_multiindex_rows_and_columns.py test (reported in https://github.com/scikit-hep/awkward/pull/3119#issuecomment-2112965368), so that I can repor... | closed | 2024-05-15T22:14:44Z | 2024-05-30T12:20:42Z | https://github.com/scikit-hep/awkward/issues/3122 | [
"bug (unverified)",
"installation"
] | jpivarski | 16 |
python-restx/flask-restx | api | 4 | Setup CI | TODO | closed | 2020-01-10T14:56:48Z | 2020-01-11T12:15:39Z | https://github.com/python-restx/flask-restx/issues/4 | [] | SteadBytes | 2 |
unit8co/darts | data-science | 2,226 | [BUG] Memory Issue while importing models from darts | Using darts v 0.23.1
Ananconda Python 3.8.x
AMD 64
After I install the package and try to import any model I get the below error. Tried to replicate on a different computer and this did not occur. Any reason for this error and possible ways to fix the below?
Logs:
from darts.models import FFT
Traceback (... | closed | 2024-02-13T13:26:57Z | 2024-04-17T07:10:27Z | https://github.com/unit8co/darts/issues/2226 | [
"bug",
"triage"
] | aChatterjee13 | 2 |
albumentations-team/albumentations | machine-learning | 1,592 | [Documentation] Create FAQ as markdown document that contributor's could update. | Right now, we have an outdated FAQ on the website, and it is unclear for contributors:
1. How to update FAQ.
2. How people can ask questions and we could collect and, when needed, add them to the FAQ.
To address 1, I believe we should create:
`docs/FAQ.md`
And automatically parse and add it to the website... | closed | 2024-03-18T17:26:58Z | 2024-10-31T03:01:47Z | https://github.com/albumentations-team/albumentations/issues/1592 | [
"documentation"
] | ternaus | 0 |
proplot-dev/proplot | data-visualization | 223 | Twin axes plotted content hidden beneath original twin | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
When you use twinx() to share axis of a "ax.contourf" and a... | closed | 2020-08-26T09:16:16Z | 2021-06-30T03:03:05Z | https://github.com/proplot-dev/proplot/issues/223 | [
"bug"
] | lacstorm | 1 |
marimo-team/marimo | data-science | 3,460 | Type at `https://docs.marimo.io/getting_started/key_concepts/` | ### Documentation is
- [ ] Missing
- [ ] Outdated
- [ ] Confusing
- [x] Not sure?
### Explain in Detail
"Reproducible" is misspelled as "reproducibile" within ```## Editing notebooks```
### Your Suggestion for Changes
Correct the spelling to "reproducible" | closed | 2025-01-16T06:53:45Z | 2025-01-16T13:38:38Z | https://github.com/marimo-team/marimo/issues/3460 | [
"documentation"
] | ozan-ozbeker-wvu | 0 |
nolar/kopf | asyncio | 115 | Docs example on owner references missing body argument. | > <a href="https://github.com/GrahamDumpleton"><img align="left" height="50" src="https://avatars2.githubusercontent.com/u/507637?v=4"></a> An issue by [GrahamDumpleton](https://github.com/GrahamDumpleton) at _2019-06-16 03:33:38+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/issues/115
>  ... | closed | 2020-08-18T19:44:39Z | 2020-08-23T20:46:13Z | https://github.com/nolar/kopf/issues/115 | [
"documentation",
"archive"
] | kopf-archiver[bot] | 0 |
fastapi-users/fastapi-users | asyncio | 1,405 | Misleading documentation: Beanie does not support extending settings via inheritance | ## Describe the bug
https://fastapi-users.github.io/fastapi-users/latest/configuration/databases/beanie/
In the documentation for how to configure the User model for Beanie the documentation mentions that `BeanieBaseUser` is pre-configured to create a unique index on id and email but that the consumer of this lib... | open | 2024-07-02T10:10:30Z | 2024-07-02T13:42:26Z | https://github.com/fastapi-users/fastapi-users/issues/1405 | [
"bug"
] | dotKokott | 1 |
falconry/falcon | api | 2,110 | Replace the obsolete JS media type | [RFC-4329](https://www.rfc-editor.org/rfc/rfc4329) is obsolete.
According to [RFC-9239](https://www.rfc-editor.org/rfc/rfc9239),
- Changed the intended usage of the media type "text/javascript" from OBSOLETE to COMMON.
- Changed the intended usage for all other script media types to obsolete. | closed | 2022-09-28T09:03:52Z | 2023-06-04T09:42:07Z | https://github.com/falconry/falcon/issues/2110 | [
"good first issue",
"maintenance"
] | euj1n0ng | 6 |
encode/uvicorn | asyncio | 1,719 | after release of 0.19.0 run() got an unexpected keyword argument 'debug' | closed | 2022-10-20T06:13:22Z | 2023-10-08T14:15:07Z | https://github.com/encode/uvicorn/issues/1719 | [] | yt605155624 | 2 | |
robotframework/robotframework | automation | 4,538 | Libdoc doesn't handle parameterized types like `list[int]` properly | Like in Browser lib, `List[Permission]` or `Dict[str, int]`.
See
https://marketsquare.github.io/robotframework-browser/Browser.html#New%20Context | closed | 2022-11-18T08:35:06Z | 2023-03-15T12:50:14Z | https://github.com/robotframework/robotframework/issues/4538 | [
"bug",
"priority: medium",
"backwards incompatible",
"deprecation",
"alpha 1",
"effort: medium"
] | Snooz82 | 11 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,035 | Got some issues with new UC version (3.4) | First issue:
```Traceback (most recent call last):
File "/infrastructure/goldenmoth/goldenmoth/command_runner.py", line 213, in run_command
result, error, fragment_id = run_function(command)
File "/infrastructure/goldenmoth/goldenmoth/worker.py", line 8, in wrapper
return_value = f(*args, **kwargs)
... | open | 2023-02-05T09:11:23Z | 2023-03-25T07:43:01Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1035 | [] | ben-elbert | 16 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 151 | field Related doesnt support association_proxy | ```
def related_model(self):
return getattr(self.model, self.attribute or self.name).property.mapper.class_
```
This function assumes that the attribute is always a property - but association_proxies do not have a property. They have a remote_attr. | closed | 2018-10-23T03:41:56Z | 2018-11-03T17:03:21Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/151 | [] | AbdealiLoKo | 0 |
neuml/txtai | nlp | 522 | Add benchmark script | Add script to calculate benchmarks for txtai's sparse keyword, dense and hybrid indexes. Also add logic to calculate these same metrics for other similar libraries for comparison. | closed | 2023-08-17T13:19:08Z | 2023-08-17T13:27:45Z | https://github.com/neuml/txtai/issues/522 | [] | davidmezzetti | 0 |
ycd/manage-fastapi | fastapi | 74 | How to run on multiple ports ? | How to run on multiple ports ? | closed | 2022-04-26T09:01:24Z | 2022-06-19T06:38:40Z | https://github.com/ycd/manage-fastapi/issues/74 | [] | sc0der | 1 |
jowilf/starlette-admin | sqlalchemy | 306 | Error handling for unique constraint on model Column | Hi, at the moment one of my columns has a unique constraint. Can error handling please be added to elegantly deal with a user entering a duplicate. Not sure if this is already included somewhere since presumably user emails cannot be duplicate?
| closed | 2023-09-23T05:24:48Z | 2023-12-04T00:56:39Z | https://github.com/jowilf/starlette-admin/issues/306 | [] | samearcher | 1 |
HIT-SCIR/ltp | nlp | 636 | LTP没有精确模式、全模式、搜索引擎模式之分了吗 | ltp.pipeline()
没有精确模式、全模式、搜索引擎模式之分了吗,如果想要搜索引擎模式分词,怎么设置啊 | open | 2023-03-22T02:09:49Z | 2023-04-03T05:41:10Z | https://github.com/HIT-SCIR/ltp/issues/636 | [] | liyanfu520 | 2 |
serengil/deepface | deep-learning | 1,256 | [iOS SDK]: <a short description of my proposal> | ### Description
Hi, Can you please create iOS SDK of your SDK so that I can use it on iOS too?
### Additional Info
_No response_ | closed | 2024-06-11T12:42:06Z | 2024-06-11T13:41:48Z | https://github.com/serengil/deepface/issues/1256 | [
"enhancement"
] | pkr5637 | 1 |
vaexio/vaex | data-science | 2,094 | [BUG-REPORT] Dataframes with no columns raise errors for various operations | I'm able to create dataframes with zero columns, but representing it produces the following
```python
>>> import vaex
>>> df = vaex.from_dict({})
>>> df
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".../vaex/packages/vaex-core/vaex/dataframe.py", line 4221, in __repr__
r... | open | 2022-06-22T11:41:39Z | 2024-07-12T11:22:45Z | https://github.com/vaexio/vaex/issues/2094 | [] | honno | 1 |
ydataai/ydata-profiling | jupyter | 1,522 | Unable to compute correlation among columns of my datasets | ### Current Behaviour
The report should not contained the correlations
It sued to work using previous release of ydata-profiling
/home/spark/.local/lib/python3.10/site-packages/ydata_profiling/model/correlations.py:66: UserWarning: There was an attempt to calculate the auto correlation, but this failed.
To hide t... | open | 2023-12-29T15:08:28Z | 2023-12-29T15:08:42Z | https://github.com/ydataai/ydata-profiling/issues/1522 | [
"needs-triage"
] | tboz38 | 0 |
snarfed/granary | rest-api | 450 | add snippet generation | One use case I'm hitting more often is generating "snippets" of activites, ie human-readable summaries. "Alice posted X," "Bob replied Y to Z," "Eve followed Frank," etc., along with links to each of the component posts/objects and people. Bridgy and Bridgy Fed both have their own code for this, BF possibly more than o... | open | 2022-12-07T19:57:36Z | 2022-12-07T19:58:53Z | https://github.com/snarfed/granary/issues/450 | [] | snarfed | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,096 | How do I understand if the training is good? | Hi, thanks for your great work. I have trained my datasets with cycle_gan model for 400 epoch. I have generated results with different epochs and qualitatively they have been similar since the 100 epoch, that is, there are samples that are better at the end of the 100 epoch and others at the end of the 400 epoch. So i... | open | 2020-07-19T17:11:23Z | 2023-06-14T04:44:43Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1096 | [] | GZeta95 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.