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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
plotly/plotly.py | plotly | 4,395 | plotly express showing Unicode characters with to_json() | I took some code from the plotly examples on the website and ran it in a notebook.
```py
import plotly.express as px
df = px.data.tips()
fig = px.histogram(df, x="total_bill")
fig.show()
(fig.to_json())[:150]
```
The hover text in the image that shows up in notebook is fine - but when I export the JSON an use... | closed | 2023-10-25T18:22:38Z | 2024-07-11T17:18:52Z | https://github.com/plotly/plotly.py/issues/4395 | [] | AbdealiLoKo | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,675 | syntax error with mysql bulk update via INSERT ... SELECT ... ON DUPLICATE KEY UPDATE | ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10514
<div type='discussions-op-text'>
<sup>Originally posted by **anentropic** October 20, 2023</sup>
I am trying to bulk update via an insert on duplicate, but using `from_select` (instead of list of values as seen here https://github.com/sq... | open | 2023-11-22T19:55:10Z | 2023-11-22T19:55:10Z | https://github.com/sqlalchemy/sqlalchemy/issues/10675 | [
"bug",
"mysql",
"PRs (with tests!) welcome",
"dml"
] | CaselIT | 0 |
deepinsight/insightface | pytorch | 2,188 | [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running BatchNormalization node. | I got this error while testing my new model in http://iccv21-mfr.com/ server. I don't know the root of the problem. Is the problem caused by the model to onnx converter or the version of onnxruntime that is on the server? | open | 2022-12-07T01:06:31Z | 2022-12-08T05:33:38Z | https://github.com/deepinsight/insightface/issues/2188 | [] | Sengli11 | 1 |
Kanaries/pygwalker | pandas | 389 | Pygwalker in Streamlit Python 3.9 | Hi,
Has anyone tested pygwalker in streamlit with python 3.9 in amazon redshift?
Locally, the code runs well, but when deployed into the cloud, we get the below error.
All ideas appreciated, thanks!
ModuleNotFoundError: No Module named '_sqlite3'
| closed | 2024-01-10T13:03:50Z | 2024-01-18T00:54:14Z | https://github.com/Kanaries/pygwalker/issues/389 | [
"fixed but needs feedback"
] | ghost | 1 |
errbotio/errbot | automation | 1,216 | Error in the docs reported by Google search index. | http://errbot.io/en/4.2/_modules/errbot/backends/test.html is probably referenced somewhere but points to nothing. | closed | 2018-05-17T11:48:00Z | 2020-01-19T04:30:42Z | https://github.com/errbotio/errbot/issues/1216 | [
"type: documentation"
] | gbin | 1 |
NullArray/AutoSploit | automation | 963 | Divided by zero exception339 | Error: Attempted to divide by zero.339 | closed | 2019-04-19T16:03:52Z | 2019-04-19T16:35:38Z | https://github.com/NullArray/AutoSploit/issues/963 | [] | AutosploitReporter | 0 |
supabase/supabase-py | flask | 395 | Incorrect padding when setting session from URL encoded access_token | **Describe the bug**
I'm trying to handle the redirects for verify-user and password reset. I have grabbed the access_token and refresh_token from the URL, passed it to the function supabase.auth.set_session(access_token, refresh_token) and I immediately get an 'incorrect padding' error.
I can decode the tokens on ... | closed | 2023-03-16T12:49:32Z | 2023-09-17T15:12:05Z | https://github.com/supabase/supabase-py/issues/395 | [] | philmade | 2 |
tensorpack/tensorpack | tensorflow | 605 | SyncMultiGPUTrainerReplicated-shared GPUs hang | In short: two tensorpack processes, both using `SyncMultiGPUTrainerReplicated` and two same GPUs, hang.
To reproduce:
1. Choose an example using `SyncMultiGPUTrainerReplicated`, e.g. `tensorpack/examples/ResNet/imagenet-resnet.py`.
To make GPUs sharable, prevent one process from consuming all memory by appendi... | closed | 2018-01-23T15:39:17Z | 2018-06-15T08:05:20Z | https://github.com/tensorpack/tensorpack/issues/605 | [
"upstream issue"
] | arrowrowe | 3 |
adbar/trafilatura | web-scraping | 24 | Only one author extracted, even when there are multiple | Example article: https://www.nytimes.com/2020/10/19/us/politics/trump-ads-biden-election.html
This is authored by _Maggie Haberman, Shane Goldmacher and Michael Crowley_, but trafilatura will only show the first one. They are all in the JSON-LD so I think they should all be extracted, and author should be an array. | closed | 2020-10-22T18:04:34Z | 2020-11-06T15:20:48Z | https://github.com/adbar/trafilatura/issues/24 | [] | atestu | 4 |
man-group/arctic | pandas | 71 | Benchmarking | Hello,
it will be nice to provide some benchmarks files
nose-timer can help https://github.com/mahmoudimus/nose-timer
Here is an example which can be extend to Arctic
``` python
import time
import numpy as np
import numpy.ma as ma
import pandas as pd
pd.set_option('max_rows', 10)
pd.set_option('expand_frame_repr', F... | closed | 2015-12-27T11:03:30Z | 2016-04-29T12:08:58Z | https://github.com/man-group/arctic/issues/71 | [
"enhancement"
] | femtotrader | 3 |
microsoft/unilm | nlp | 1,526 | How to perform inference on a single image using fine-tuned LayoutLMv3 model? | I have fine-tuned a LayoutLMv3 model and now I want to utilize it for layout analysis and information extraction on a single image. I have successfully trained this model, but I'm facing some difficulties during the inference phase.
| open | 2024-04-19T09:00:11Z | 2024-07-26T06:09:08Z | https://github.com/microsoft/unilm/issues/1526 | [] | laminggg | 1 |
reiinakano/scikit-plot | scikit-learn | 102 | Add numerical digit precision parameter | Hi there,
I was wondering if there is a way of defining the digit numerical precision of values such as roc_auc.
To see what I mean, let me point you to `sklearn` API such as for [Classification Report](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html), where the parame... | open | 2019-05-31T07:51:25Z | 2019-07-08T10:02:12Z | https://github.com/reiinakano/scikit-plot/issues/102 | [
"enhancement",
"help wanted"
] | romanovzky | 1 |
AirtestProject/Airtest | automation | 1,206 | airtest ios连接的api: connect_device无法连接多台ios | 现在airtest脚本api:connect_device连接ios设备时只能给定127.0.0.1:8100,无法连接多台ios设备?通过tidevice -u uuid wdaproxy启动多台ios设备的wda后,每个设备wda的端口映射到macOs机器不同端口,connect_device参数给定127.0.0.1:不同的端口,实际都是连接的127.0.0.1:8100的设备,无法连接多台设备 | open | 2024-04-16T10:09:16Z | 2024-04-26T07:02:17Z | https://github.com/AirtestProject/Airtest/issues/1206 | [] | csushiye | 4 |
daleroberts/itermplot | matplotlib | 28 | Pandas | I was trying to follow along with the pandas plot tutorial, but none of the examples work.
Perhaps Pandas is not supported?
[pandas visualization tutorial](https://pandas.pydata.org/pandas-docs/version/0.18.1/visualization.html) | closed | 2017-11-25T15:17:12Z | 2021-09-07T13:27:42Z | https://github.com/daleroberts/itermplot/issues/28 | [] | michaelfresco | 3 |
csurfer/pyheat | matplotlib | 7 | Integration with Jupyter Notebooks | It would be really cool to integrate this within Jupyter notebooks through a magic command:

| closed | 2017-02-17T13:17:58Z | 2017-08-19T02:21:12Z | https://github.com/csurfer/pyheat/issues/7 | [
"enhancement"
] | ozroc | 2 |
mirumee/ariadne | api | 165 | Propose a pub/sub contract for resolvers and subscriptions | I propose that we propose a contract/interface that could be implemented over different transports to aid application authors with using pub/sub and observing changes.
I imagine the common pattern would be similar to the one below:
```python
from graphql.pyutils import EventEmitter, EventEmitterAsyncIterator
... | closed | 2019-05-08T16:03:09Z | 2024-01-23T17:43:34Z | https://github.com/mirumee/ariadne/issues/165 | [
"enhancement",
"decision needed"
] | patrys | 3 |
deeppavlov/DeepPavlov | tensorflow | 857 | Download weights from command line | Hi,
Is there a way to download the weights from command line?
For example, when I do `python -m deeppavlov install squad_bert`, it only downloads the code, not the weights.
Lucas | closed | 2019-05-29T09:35:30Z | 2019-05-29T09:47:08Z | https://github.com/deeppavlov/DeepPavlov/issues/857 | [] | lcswillems | 5 |
sqlalchemy/alembic | sqlalchemy | 1,096 | Bug in docs example throws Error InvalidSchemaName even if the schema name is valid and exists. | **Describe the bug**
Alembic tenant is not case sensitive and, if a schema name has uppercase chars, it throws an error (schema not found).
I have used this [alembic tutorial (cookbook) on using support for multiple schemas in Postgres](https://alembic.sqlalchemy.org/en/latest/cookbook.html#rudimental-schema-level-... | closed | 2022-10-09T10:58:11Z | 2022-10-17T12:53:35Z | https://github.com/sqlalchemy/alembic/issues/1096 | [
"bug",
"documentation"
] | alispa | 3 |
seleniumbase/SeleniumBase | pytest | 2,724 | SSL Errors on MacOS when downloading chromedriver | Running Sonoma 14.4.1, reset to factory defaults, with python 3.12.2
The error:
`ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)`
Running `certifi.where()` yields the cacert.pem
`<redacted for length>/lib/python3.12/s... | closed | 2024-04-28T21:09:59Z | 2024-04-29T00:49:28Z | https://github.com/seleniumbase/SeleniumBase/issues/2724 | [
"external",
"can't reproduce",
"UC Mode / CDP Mode"
] | Dylgod | 1 |
timkpaine/lantern | plotly | 172 | add "superstore" like random data | closed | 2018-09-19T16:37:43Z | 2018-09-19T21:03:14Z | https://github.com/timkpaine/lantern/issues/172 | [
"feature",
"datasets"
] | timkpaine | 0 | |
pyqtgraph/pyqtgraph | numpy | 3,267 | ParameterTree drop-down list shows up blank | <!-- In the following, please describe your issue in detail! -->
<!-- If some sections do not apply, just remove them. -->
### Short description
<!-- This should summarize the issue. -->
If I configure a parametertree as a drop-down menu with pre-defined list and default value, the drop-down shows up as empty
### Cod... | closed | 2025-02-27T16:57:39Z | 2025-02-27T19:09:40Z | https://github.com/pyqtgraph/pyqtgraph/issues/3267 | [] | echandler-anl | 2 |
sigmavirus24/github3.py | rest-api | 892 | branch.protect returns 404 instead of bool value | **Issue type**: bug
------
**Versions**
- Python 2.7
- pip 18.1
- github3.py 1.2.0
- requests 2.19.1
- uritemplate 0.3.0,
- python-dateutil 2.7.3
------
**Traceback**:
```
Traceback (most recent call last):
....
status_checks=['required_pull_request_reviews'])
File "/home/vozniak/projects/g... | closed | 2018-10-08T13:05:13Z | 2021-11-01T01:08:44Z | https://github.com/sigmavirus24/github3.py/issues/892 | [] | VolVoz | 7 |
arnaudmiribel/streamlit-extras | streamlit | 21 | Add mentions | As in https://playground.streamlitapp.com/?q=github-mention
Worth trying with other pages, other social networks too | closed | 2022-09-22T08:17:31Z | 2022-09-22T19:37:30Z | https://github.com/arnaudmiribel/streamlit-extras/issues/21 | [
"enhancement"
] | arnaudmiribel | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 278 | 关于执行sh脚本文件的报错 RuntimeError: NCCL error in: ../torch/lib/c10d/ProcessGroupNCCL.cpp:911, unhandled system error, NCCL version 2.7.8 | (CLIP) fumon@LAPTOP-2S5HFEN5:~/Chinese-CLIP-master/Chinese-CLIP-master$ bash run_scripts/muge_finetune_vit-b-16_rbt-base.sh DATAPATH
/home/fumon/anaconda3/envs/CLIP/lib/python3.8/site-packages/torch/distributed/launch.py:178: FutureWarning: The module torch.distributed.launch is deprecated
and will be removed in... | open | 2024-03-25T14:24:00Z | 2024-03-26T16:25:44Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/278 | [] | Fumon554 | 0 |
kennethreitz/responder | graphql | 242 | Ability to modify swagger strings | The built-in openapi support is great! Kudos to that. However, it would be nice if there were ways to modify more swagger strings such as page title, `default`, `description` etc. Not a very important feature but would be nice to have to make swagger docs more customizable.
I am thinking passing common variables wi... | closed | 2018-11-20T09:42:18Z | 2019-03-13T00:22:21Z | https://github.com/kennethreitz/responder/issues/242 | [
"good first issue"
] | here0to0learn | 3 |
deeppavlov/DeepPavlov | tensorflow | 812 | Dialogue Bot for goal-oriented task issue. | from deeppavlov import build_model, configs
bot1 = build_model(configs.go_bot.gobot_dstc2, download=True)
----------------------------------------------------------------------
2019-04-22 06:18:37.365 INFO in 'deeppavlov.core.data.utils'['utils'] at line 63: Downloading from http://files.deeppavlov.ai/datasets/dst... | closed | 2019-04-22T06:23:36Z | 2019-04-23T08:33:43Z | https://github.com/deeppavlov/DeepPavlov/issues/812 | [] | Pem14604 | 2 |
vllm-project/vllm | pytorch | 15,380 | [Usage][UT]:Why the answer is ' 0, 1' | ### Your current environment
INFO 03-24 14:31:22 [__init__.py:256] Automatically detected platform cuda.
Collecting environment information...
PyTorch version: 2.6.0+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.4 LTS (x86_64)
GCC version: (Ubuntu 11.4.0... | open | 2025-03-24T06:35:05Z | 2025-03-24T06:36:17Z | https://github.com/vllm-project/vllm/issues/15380 | [
"usage"
] | Potabk | 0 |
airtai/faststream | asyncio | 1,899 | Feat: add warning for NATS subscriber factory if user sets useless options | **Describe the bug**
The extra_options parameter is not utilized when using pull_subscribe in nats.
Below is the function signature from natspy
``` python
async def subscribe(
self,
subject: str,
queue: Optional[str] = None,
cb: Optional[Callback] = None,
durable: O... | closed | 2024-11-07T10:05:47Z | 2024-11-11T05:58:02Z | https://github.com/airtai/faststream/issues/1899 | [
"enhancement",
"good first issue",
"help wanted"
] | HHongSeungWoo | 4 |
sinaptik-ai/pandas-ai | data-visualization | 871 | index 0 is out of bounds for axis 0 with size 0 | ### System Info
pandasai - 1.5.15
Python - 3.9.13
### 🐛 Describe the bug
smart_df = SmartDataframe(
df,
config={"llm": llm, "custom_head": df.head(2)})
ques = 'Which companies are doing better than American Express in Waste category?'
ans = smart_df.chat(ques, output_type = "datafram... | closed | 2024-01-12T08:23:36Z | 2024-06-01T00:21:02Z | https://github.com/sinaptik-ai/pandas-ai/issues/871 | [] | Devicharith | 1 |
facebookresearch/fairseq | pytorch | 5,004 | What is the license of the TTS models? | #### What is your question?
I have been testing your TTS system for both english and spanish. For the later, I'm using facebook/tts_transformer-es-css10.
Fairseq is MIT licensed, but I can't find anything about the model itself.
Where can I find information about under what license is this model registered?
Mu... | open | 2023-03-03T15:45:31Z | 2023-03-03T15:45:31Z | https://github.com/facebookresearch/fairseq/issues/5004 | [
"question",
"needs triage"
] | ADD-eNavarro | 0 |
labmlai/annotated_deep_learning_paper_implementations | machine-learning | 118 | bracket balance | No opening bracket after mu in ddpm page
https://nn.labml.ai/diffusion/ddpm/index.html

| closed | 2022-04-23T16:15:12Z | 2022-07-02T10:02:49Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/118 | [
"documentation"
] | maloyan | 1 |
marcomusy/vedo | numpy | 658 | Normalized diverging colormap for Volume object | I want to plot a volume object with a diverging colormap of unequal positive and negative fraction. In the case of a 2D plot with python matplotlib I would create the colormap with the "LinearSegmentedColormap" function from "matplotlib.colors", e.g.:
```python
data = np.random.random([100, 100]) * 100 - 70
mini... | closed | 2022-06-08T07:15:58Z | 2022-07-16T16:42:10Z | https://github.com/marcomusy/vedo/issues/658 | [] | MesoBolt | 3 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 115 | no post_url, skipping | Hello
When running the scarper: i got the following error "no post_url, skipping" repeatdly,
no post scraped
I am using "firefox" browser.
Is there a solution? | open | 2024-06-01T20:10:14Z | 2024-07-14T12:49:14Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/115 | [] | saqtam66 | 9 |
oegedijk/explainerdashboard | dash | 80 | hide metrics table Model Performance Metric | Hi @oegedijk,
Is there some way to hide some metrics in model summary, table Model Performance Metric? I read the documentation but not find this functionality. In source code the metrics are get by class ClassifierModelSummaryComponent, but that class d'ont have any parameter to hide. E.g., using the parameter hide_p... | closed | 2021-02-04T02:01:07Z | 2021-02-25T19:55:43Z | https://github.com/oegedijk/explainerdashboard/issues/80 | [] | mvpalheta | 8 |
sunscrapers/djoser | rest-api | 111 | Guidance to setup email sending | Is there guidance on setting up the email function for password reset and activation? Currently my implementation only save an email to the media folder and unable to send it out as email. It will be great to provide some tips on the documentation.
Much appreciate!
| closed | 2016-01-18T02:12:55Z | 2016-01-21T01:48:59Z | https://github.com/sunscrapers/djoser/issues/111 | [] | junhua | 0 |
Ehco1996/django-sspanel | django | 571 | 直接操控中转节点 | closed | 2021-09-01T00:52:23Z | 2021-12-28T00:36:55Z | https://github.com/Ehco1996/django-sspanel/issues/571 | [] | Ehco1996 | 0 | |
onnx/onnxmltools | scikit-learn | 375 | lgb BUG | 
| open | 2020-03-16T02:13:13Z | 2020-04-15T10:54:47Z | https://github.com/onnx/onnxmltools/issues/375 | [] | yuanjie-ai | 1 |
scanapi/scanapi | rest-api | 503 | --browse option does not work on MacOS | ## Bug report
### Environment
- Operating System: MacOS
- Python version: 3.9.0
- ScanAPI version: main, unreleased
### Description of the bug
<!-- A clear and concise description of what the bug is. -->
`--browser` CLI flag does not open the browser automatically.
https://github.com/scanapi/scanapi/pu... | closed | 2021-08-25T20:54:34Z | 2021-08-27T14:50:06Z | https://github.com/scanapi/scanapi/issues/503 | [
"Bug",
"CLI"
] | camilamaia | 4 |
zappa/Zappa | django | 549 | [Migrated] Unable to access json event data | Originally from: https://github.com/Miserlou/Zappa/issues/1458 by [joshlsullivan](https://github.com/joshlsullivan)
Hi there, when I deploy Zappa, I'm unable to access json data from the Lambda event. If I print the event data, this is what I get:
`[DEBUG] 2018-03-24T14:40:37.991Z 517bfc13-2f71-11e8-9ff3-ed7722cf9e... | closed | 2021-02-20T12:22:36Z | 2024-04-13T16:37:17Z | https://github.com/zappa/Zappa/issues/549 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
seleniumbase/SeleniumBase | web-scraping | 2,402 | Could not connect to the CAPTCHA service. Please try again. | Hello, Im using seleniumbase with uc=True.
The Problem is that I still get detected on a site where i want a bot to checkout. The message "Could not connect to the CAPTCHA service. Please try again." pops up and im not redirected to the checkout page. Is there a workaround? or some settings I have to add? | closed | 2023-12-31T13:42:45Z | 2023-12-31T15:05:50Z | https://github.com/seleniumbase/SeleniumBase/issues/2402 | [
"question",
"UC Mode / CDP Mode"
] | JakobReal-rgb | 1 |
LAION-AI/Open-Assistant | python | 2,849 | Admin interface: Change display name | Currently the display name field of a user in the admin interface is read-only.
Extend the functionality of the [admin/manage_user](https://github.com/LAION-AI/Open-Assistant/blob/main/website/src/pages/admin/manage_user/%5Bid%5D.tsx) page and allow editing of the display name. | closed | 2023-04-23T08:23:28Z | 2023-04-27T11:04:45Z | https://github.com/LAION-AI/Open-Assistant/issues/2849 | [
"website",
"good first issue"
] | andreaskoepf | 1 |
huggingface/datasets | nlp | 6,867 | Improve performance of JSON loader | As reported by @natolambert, loading regular JSON files with `datasets` shows poor performance.
The cause is that we use the `json` Python standard library instead of other faster libraries. See my old comment: https://github.com/huggingface/datasets/pull/2638#pullrequestreview-706983714
> There are benchmarks that... | closed | 2024-05-04T15:04:16Z | 2024-05-17T16:22:28Z | https://github.com/huggingface/datasets/issues/6867 | [
"enhancement"
] | albertvillanova | 5 |
Esri/arcgis-python-api | jupyter | 1,506 | clone_items() operation with copy_data=False stills copies data | **Describe the bug**
We have run into cases where the `clone_items()` operation with `copy_data = False` stills copies data from the source Portal to the target Portal.
**To Reproduce**
This happened for services published as dynamic map services from ArcMap that had feature access enabled. for the same Map Servic... | closed | 2023-03-24T22:30:07Z | 2024-10-01T10:30:38Z | https://github.com/Esri/arcgis-python-api/issues/1506 | [
"bug"
] | mhogeweg | 2 |
amidaware/tacticalrmm | django | 1,598 | Feature Request: Cross platform scripting | Please add scripting/programming languages that are (relatively) easy to support across all platforms. Modern languages have the ability to embed files into the binary making them truly single binary applications. Deploying the application is a matter of downloading the release file, uncompressing it if necessary, and ... | closed | 2023-08-15T21:16:38Z | 2024-03-28T00:39:50Z | https://github.com/amidaware/tacticalrmm/issues/1598 | [] | NiceGuyIT | 2 |
pyppeteer/pyppeteer | automation | 84 | UnicodeDecodeError on Response body | Unable to obtain Response body for requests of non-text objects, such as images, as `Response.json()` and `Response.text()` throw UnicodeDecodeErrors. The following snippet produces output including `gif` and `png`:
```python
browser = await pyppeteer.launch()
try:
page = await browser.newPage()
@page.on... | open | 2020-04-17T13:09:25Z | 2020-04-20T03:51:29Z | https://github.com/pyppeteer/pyppeteer/issues/84 | [
"fixed-in-2.1.1"
] | benjimin | 5 |
aimhubio/aim | data-visualization | 2,597 | Does aim server support horizontal scaling? | ## ❓Question
I have a single pod aim server deployed in my k8s cluster, and would like to understand if it's recommended to horizontally scale it to multiple pods, and whether there's any caveat in doing so.
My rationale:
1. Minimize downtime when I need to redeploy aim server, or when the underlying node is tak... | open | 2023-03-17T06:56:36Z | 2023-03-20T23:12:16Z | https://github.com/aimhubio/aim/issues/2597 | [
"type / question"
] | jiyuanq | 3 |
openapi-generators/openapi-python-client | fastapi | 224 | Add object-oriented client option | First of all, thank you for this great project, the code is very nice and I think it really has a lot of potential.
**Is your feature request related to a problem? Please describe.**
As mentioned in https://github.com/triaxtec/openapi-python-client/issues/171, the current approach arguably needs a little too much... | closed | 2020-10-28T13:15:50Z | 2023-08-13T02:10:12Z | https://github.com/openapi-generators/openapi-python-client/issues/224 | [
"✨ enhancement"
] | fyhertz | 5 |
huggingface/datasets | nlp | 6,756 | Support SQLite files? | ### Feature request
Support loading a dataset from a SQLite file
https://huggingface.co/datasets/severo/test_iris_sqlite/tree/main
### Motivation
SQLite is a popular file format.
### Your contribution
See discussion on slack: https://huggingface.slack.com/archives/C04L6P8KNQ5/p1702481859117909 (internal)
In ... | closed | 2024-03-25T11:48:05Z | 2024-03-26T16:09:32Z | https://github.com/huggingface/datasets/issues/6756 | [
"enhancement"
] | severo | 3 |
chezou/tabula-py | pandas | 248 | Warning: Format 14 cmap table is not supported and will be ignored | While reading PDF file I am getting this as warning, and also some tables are not getting read.
WARNING: Format 14 cmap table is not supported and will be ignored.
If anybody here faced same issue or warning, please help. | closed | 2020-07-16T15:54:43Z | 2020-07-16T15:54:59Z | https://github.com/chezou/tabula-py/issues/248 | [] | MSOANCAH | 1 |
Kanaries/pygwalker | pandas | 353 | Create calculated measure in Pygwalker | **Is your feature request related to a problem? Please describe.**
I'm always frustrated when I want to flexibly create a calculated field in the UI.
**Describe the solution you'd like**
I can create a field and describe the results of this field through sql, like superset.
**Describe alternatives you've consid... | closed | 2023-12-12T07:37:31Z | 2025-03-01T02:53:32Z | https://github.com/Kanaries/pygwalker/issues/353 | [
"enhancement"
] | longxiaofei | 6 |
tfranzel/drf-spectacular | rest-api | 840 | Download openapi json file locally during build | **Describe the bug**
I would like to download the drf-spectacular openapi schema into the project repository during my project build stage so that I can use it for CI/CD purposes later. Is that possible?
**To Reproduce**
python manage.py collectstatic
**Expected behavior**
Collectstatic or whatever other comma... | closed | 2022-10-24T21:25:10Z | 2024-12-05T11:37:31Z | https://github.com/tfranzel/drf-spectacular/issues/840 | [] | elaamrani | 4 |
geopandas/geopandas | pandas | 2,825 | DOC: avoid warning on geopandas import by setting USE_PYGEOS=0 env variable in readthedocs? | closed | 2023-03-08T13:28:07Z | 2023-03-08T14:45:07Z | https://github.com/geopandas/geopandas/issues/2825 | [
"documentation"
] | jorisvandenbossche | 1 | |
ets-labs/python-dependency-injector | asyncio | 184 | What is the purpose of containers? | The dependency-injector contains so called "containers".
I do not understand the purpose of containers. Why not just a class with fields initialized to providers (so that each field of the class would hold a provider) or just a dict whose values contain providers? | closed | 2018-02-07T20:57:34Z | 2018-02-12T08:16:09Z | https://github.com/ets-labs/python-dependency-injector/issues/184 | [
"question"
] | vporton | 2 |
aio-libs-abandoned/aioredis-py | asyncio | 1,225 | Necessary issues to resolve | EDIT I am in the process of moving aioredis to redis-py at RedisLabs. Apologies for the wait.
---
Several issues will be resolved by #1156 which will probably be included in 2.1.0. Issues to be resolved with potential fixes:
- [x] https://github.com/aio-libs/aioredis-py/issues/1115
- ~~Just delete the `__d... | open | 2021-11-30T03:06:37Z | 2022-07-26T00:38:21Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/1225 | [
"help wanted"
] | Andrew-Chen-Wang | 13 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,473 | [Bug]: Batch size, batch count | never mind | closed | 2024-04-09T18:37:00Z | 2024-04-09T18:38:34Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15473 | [
"bug-report"
] | Petomai | 0 |
robinhood/faust | asyncio | 399 | [Question] Integrating Faust with FastAPI framework | Hi all,
Sorry for not following the issue template as this is not a bug issue but a question.
Description
I am currently investigating possibilities on integration with [FastAPI](https://fastapi.tiangolo.com), and was wondering if anyone in the community already had an experience with setting up a simple Faust ... | open | 2019-08-09T14:38:45Z | 2020-12-01T05:51:01Z | https://github.com/robinhood/faust/issues/399 | [] | aorumbayev | 4 |
marimo-team/marimo | data-visualization | 3,712 | Cross Origin Assets not loading on Playground via AJAX | ### Describe the bug
I'm not sure that this is actually a bug, but it does seem like a nice thing to be able to do. Most mapping SDKs load mercator tiles with AJAX from servers on other domains. I think due to the CSP on the playground page, it is preventing any of those assets from being loaded due to them being cros... | open | 2025-02-06T21:55:05Z | 2025-02-08T00:20:52Z | https://github.com/marimo-team/marimo/issues/3712 | [
"bug",
"upstream"
] | jtbaker | 1 |
onnx/onnx | deep-learning | 6,180 | Shape inference crash on Conv | # Bug Report
### Describe the bug
```
import onnx
import onnx.parser
model = """
<
ir_version: 9,
opset_import: ["" : 11]
>
graph (float[7,6,1,5] in0, float in1, float[7,2,3,2,1] in2) => () {
out0 = Conv <auto_pad = "NOTSET", group = 1> (in0, in1, in2)
}
"""
onnx.shape_inference.infer_shape... | closed | 2024-06-14T10:41:22Z | 2024-07-08T22:46:54Z | https://github.com/onnx/onnx/issues/6180 | [
"bug"
] | mgehre-amd | 0 |
InstaPy/InstaPy | automation | 6,422 | Commenting issue! | Hello.My bot working good and typing comment into comment area but dont click the post comment button.
Here is my bot codes;
from instapy import InstaPy
from instapy import smart_run
session = InstaPy(username="tugrann", password="xxxxxxxxx")
with smart_run(session):
session.set_relationship_bounds(... | open | 2021-12-04T17:56:19Z | 2022-02-16T10:22:15Z | https://github.com/InstaPy/InstaPy/issues/6422 | [] | tugran | 4 |
sammchardy/python-binance | api | 1,044 | how to cancel OCO order with orderListId | **Describe the bug**
--Trying to CACCEL OCO order with following commands
result = client.cancel_order(symbol=TRADE_SYMBOL,orderListId=10035)
--it seems issue with orderListId argument. logs for OCO order (pasted in the last) showing orderListId=10035.
--following error received.
error from callback <function on... | open | 2021-09-25T08:26:14Z | 2022-07-17T20:09:59Z | https://github.com/sammchardy/python-binance/issues/1044 | [] | adnan-ulhaque | 2 |
streamlit/streamlit | deep-learning | 10,481 | Make sidebar allowable in fragment? | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Any chance we can allow sidebar to be usable in a fragment?
### Why?
It would be nice to have a viz control... | open | 2025-02-21T17:28:32Z | 2025-02-21T21:14:33Z | https://github.com/streamlit/streamlit/issues/10481 | [
"type:enhancement",
"feature:st.sidebar",
"feature:st.fragment"
] | msquaredds | 1 |
aleju/imgaug | machine-learning | 736 | bb.extract_from_image gives negative values | Hi,
I have a small image (60,60), with an even smaller bounding box. I want to extend the bounding box by a constant value (or until the image border is reached). I dont want zero-padding. I used:
`img2 = bb.extend(all_sides=20).extract_from_image(img, pad=False)`
This seems not to work, when the bb overshoots t... | open | 2020-12-08T10:53:54Z | 2020-12-08T10:53:54Z | https://github.com/aleju/imgaug/issues/736 | [] | mfruhner | 0 |
minimaxir/textgenrnn | tensorflow | 238 | ImportError: cannot import name 'multi_gpu_model' from 'tensorflow.keras.utils' | help please ImportError: cannot import name 'multi_gpu_model' from 'tensorflow.keras.utils' when I from textgenrnn import textgenrnn please | closed | 2021-10-12T22:43:24Z | 2021-12-30T01:39:48Z | https://github.com/minimaxir/textgenrnn/issues/238 | [] | ghost | 3 |
ploomber/ploomber | jupyter | 682 | Re-using tasks | (This issue discusses a few approaches for re-using tasks. The objective is to open the discussion to add a new example that showcases this)
## Re-using tasks in different `pipeline.yaml` files via `import_tasks_from`
This directive allows composing pipelines. [Typically used](https://docs.ploomber.io/en/latest/d... | closed | 2022-03-25T23:38:43Z | 2022-09-06T01:49:35Z | https://github.com/ploomber/ploomber/issues/682 | [] | edublancas | 0 |
arogozhnikov/einops | numpy | 274 | einops compatible with ONNX export? | Getting some einops related bugs when trying to export to ONNX.
```
/home/bryan/venv/gpu/lib/python3.10/site-packages/einops/packing.py:149: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as ... | closed | 2023-08-09T02:27:54Z | 2023-08-10T05:42:29Z | https://github.com/arogozhnikov/einops/issues/274 | [
"question"
] | bryanhpchiang | 3 |
tartiflette/tartiflette | graphql | 639 | ERROR: Failed building wheel for tartiflette |
## Report a bug
Please provide the steps to reproduce your problem and, if possible, a full reproducible environment. **As we are working directly with containers, please provide the Dockerfile sample or the Docker image name**
* [ ] **Explain with a simple sentence the expected behavior**
* [ ] **Tartiflette ... | open | 2023-10-23T18:18:31Z | 2023-10-23T18:18:51Z | https://github.com/tartiflette/tartiflette/issues/639 | [] | ILugaro | 0 |
pytest-dev/pytest-selenium | pytest | 50 | Implement cloud providers as plugins | I think it would make sense for the various cloud providers (Sauce Labs, BrowserStack, TestingBot) to be reimplemented as plugins. This would give more flexibility than the current implementation as each provider has different features and API models. I'm not sure of the best approach, but suspect that we could impleme... | closed | 2016-01-19T19:59:30Z | 2016-02-24T11:18:00Z | https://github.com/pytest-dev/pytest-selenium/issues/50 | [
"enhancement"
] | davehunt | 2 |
gee-community/geemap | jupyter | 1,017 | Map.addLayerControl() doesn't seem to be working | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- geemap version: 0.13.1
- Python version: 3.9.12 (conda 4.12.0)
- Operating System: Windows 11
### Description
I'm new to geemap and was looking around a bit and following along the instructions on th... | closed | 2022-04-13T19:07:42Z | 2022-10-11T09:01:41Z | https://github.com/gee-community/geemap/issues/1017 | [
"bug"
] | meesterp | 5 |
mlfoundations/open_clip | computer-vision | 599 | Batch Inferencing | How to batch inference to get
image_features, text_features.
Facing dimension issue
# Stack all the images into a single tensor
image_tensors = torch.stack([preprocessor_openCLIP(img) for img in crop_imgs], dim=0)
print('img shape batch ', image_tensors.shape)
# Tokenize the query strings
tex... | closed | 2023-08-17T13:39:42Z | 2023-09-15T22:08:37Z | https://github.com/mlfoundations/open_clip/issues/599 | [] | nilesh23041999 | 1 |
seleniumbase/SeleniumBase | web-scraping | 3,051 | Please add "tel:" to def assert_no_404_errors(self, multithreaded=True, timeout=None): | Hello,
You have a great exception handler for "data:" "mailto:" etc. links.
Please add also "tel:" to the list, so that tests don't fail in this case.
Best,
Thomas | closed | 2024-08-23T11:16:54Z | 2024-08-29T03:15:18Z | https://github.com/seleniumbase/SeleniumBase/issues/3051 | [
"enhancement"
] | Th0mas89 | 2 |
jupyterlab/jupyter-ai | jupyter | 677 | Contributor documentation: Add guidance on contributing a new provider | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
<!--
Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol... | open | 2024-03-05T23:56:41Z | 2024-03-06T02:28:54Z | https://github.com/jupyterlab/jupyter-ai/issues/677 | [
"documentation"
] | dlqqq | 1 |
nschloe/tikzplotlib | matplotlib | 303 | Multiple Errors with Plotting |
I'm trying to save the plot generated by the attached (in the zip file) as a tikz file.
[thermophysical_properties.zip](https://github.com/nschloe/matplotlib2tikz/files/3317378/thermophysical_properties.zip)
The plot should look like the attached pdf.
[Thermophysical.pdf](https://github.com/nschloe/matplotlib2... | closed | 2019-06-23T00:43:55Z | 2019-10-23T18:35:26Z | https://github.com/nschloe/tikzplotlib/issues/303 | [] | terryphi | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 866 | get_preprocessing_fn | preprocess_input = get_preprocessing_fn('resnet18', pretrained='imagenet')
...
img = preprocess_input(img)
What range of pixels should i put there? [0, 1] or [0,255]. Does it depends on specific preprocessing function? Or it's always the same rule? | closed | 2024-03-26T08:24:23Z | 2024-05-26T10:52:41Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/866 | [
"Stale"
] | isayoften | 2 |
iperov/DeepFaceLab | deep-learning | 5,590 | 自动驾驶更新笔记 | 您好,
看了您总结的内容非常全面, 可否引荐下本人的笔记,把我对自动驾驶的理解分享给大家,希望大家和我一起不断完善相关内容
谢谢您
[Autopilot-Updating-Notes](https://github.com/nwaysir/Autopilot-Updating-Notes) | open | 2022-11-26T03:59:53Z | 2023-06-17T16:46:43Z | https://github.com/iperov/DeepFaceLab/issues/5590 | [] | gotonote | 2 |
robotframework/robotframework | automation | 4,924 | WHILE `on_limit` missing from listener v2 attributes | WHILE loops got an `on_limit` option for controlling what to do if the loop limit is reached in RF 6.1 (#4562). It seems we forgot to add that to the attributes passed to `start/end_keyword` methods of the listener v2 API. The User Guide claims it would be there which makes the situation worse. | closed | 2023-11-02T16:19:29Z | 2023-11-07T09:15:05Z | https://github.com/robotframework/robotframework/issues/4924 | [
"bug",
"priority: medium",
"alpha 1",
"effort: small"
] | pekkaklarck | 0 |
sinaptik-ai/pandas-ai | pandas | 1,141 | Provide custom chart name to save in charts_directory while chatting with the PandasAI | ### 🚀 The feature
Passing custom_path to save charts is available but giving custom names to charts is still missing.
So, I am requesting this feature to be added.
### Motivation, pitch
I am working on a project where I need to save the charts generated through PandasAI with custom names to display to the user as ... | closed | 2024-05-02T04:48:59Z | 2024-08-08T16:04:31Z | https://github.com/sinaptik-ai/pandas-ai/issues/1141 | [] | satyamj3 | 0 |
SciTools/cartopy | matplotlib | 2,036 | Ordnance Survey WMTS Out of Date | ### Description
The Web Tile Retrieval class for Ordnance Survey's map data uses an out-of-date API and so does not work when you try to use it. This class exists in `cartopy.io.img_tiles`.
OS has a new API service called the [OS Data Hub](https://osdatahub.os.uk/) that has replaced the previous API, so we should... | closed | 2022-04-20T14:13:57Z | 2022-12-02T09:02:34Z | https://github.com/SciTools/cartopy/issues/2036 | [
"Type: Infrastructure",
"Component: Raster source"
] | dchirst | 0 |
gradio-app/gradio | data-science | 10,702 | Cannot get selected row in a sorted list (missing documentation) | ### Describe the bug
After much experimentation, I cannot get the gr.DataFrame listener `show_selected()` to determine which row was clicked after the table is sorted, or the underlying df is modified. target.index[0] always shows the visual row that was clicked, regardless of any changes in the underlying data, and... | closed | 2025-03-01T02:27:00Z | 2025-03-06T15:54:02Z | https://github.com/gradio-app/gradio/issues/10702 | [
"docs/website"
] | rbpasker | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,761 | Allow formatting of the text in the Disclaimer field. | ### Proposal
The information that can be given in this field can be extensive and it would be interesting if the text could be given a certain format in order to differentiate different sections of the disclaimer.
I think allowing a few HTML tags like `<b>,` `<strong>`, `<i>` and `<h1>` to `<h6>` would be enough ... | closed | 2023-11-07T14:55:10Z | 2023-11-07T18:00:31Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3761 | [] | v-j-f | 1 |
2noise/ChatTTS | python | 796 | How to improve inference latency performance? | ```
2024-10-22 03:26:36.033 | INFO | app:generate_audio:73 - Refined text: ['but since [uv_break] 波 卡 [uv_break] like [uv_break] like 里 法, like pocari sweat, [uv_break] the drink. [uv_break], and [uv_break] 东 方 民 族, [uv_break] eastern cultures and peoples, are super different,']
2024-10-22 03:26:36.033 | INFO ... | open | 2024-10-22T13:31:06Z | 2024-10-30T13:29:58Z | https://github.com/2noise/ChatTTS/issues/796 | [
"documentation",
"help wanted",
"algorithm",
"performance"
] | twocode | 1 |
apify/crawlee-python | web-scraping | 389 | Would be great with a user guide. | Would be great with a user guide.
"Just" drag the .gerberset on Main.py does nothing.
_Originally posted by @martin323232 in https://github.com/CRImier/Panelizer2PnP/issues/1_ | closed | 2024-08-02T01:45:17Z | 2024-08-02T06:58:54Z | https://github.com/apify/crawlee-python/issues/389 | [] | Koppom94 | 0 |
pallets/quart | asyncio | 111 | Conceptual Theory | Flask is not ASGI framework, but it supports async and await keywords in their routes, what does that mean. Will that not make flask an async. Can you compare performance if flask used with async-await keywords and using a new ASGI framework like Quart? | closed | 2020-10-16T16:43:44Z | 2022-07-05T01:58:52Z | https://github.com/pallets/quart/issues/111 | [] | jaytimbadia | 3 |
litestar-org/litestar | api | 3,840 | Bug: WebSocket connection fails due to 'GET' method being sent instead of None (Litestar expects None) | ### Description
When using Litestar with Socketify as the ASGI server for handling WebSocket connections, I encountered a MethodNotAllowedException with the following traceback. The error seems to stem from the fact that Socketify is sending a 'GET' method in the ASGI scope, whereas Litestar expects the method to be N... | closed | 2024-10-25T08:24:42Z | 2025-03-20T15:55:01Z | https://github.com/litestar-org/litestar/issues/3840 | [
"Bug :bug:"
] | gangstand | 3 |
encode/databases | asyncio | 197 | Please include docs and tests directories in the tarball | Hi,
Thanks for writing databases! I use it at work (after trying several other solutions).
Could you re-add docs/ and tests/ directories to the tarball published on PyPI?
I use this tarball to generate [Debian package](https://packages.debian.org/python3-databases) and I want to ship .md files and run tests duri... | closed | 2020-04-27T12:34:23Z | 2020-04-28T06:37:19Z | https://github.com/encode/databases/issues/197 | [] | p1otr | 2 |
hzwer/ECCV2022-RIFE | computer-vision | 91 | Transparent PNG support | Seeing that recently EXR support was added, is it possible to support transparency (alpha channel) for PNG input and output (using `--img --png`) for inference_video.py?
This would enable interpolation of transparent GIFs. | closed | 2021-01-11T15:26:08Z | 2022-12-11T09:58:53Z | https://github.com/hzwer/ECCV2022-RIFE/issues/91 | [] | n00mkrad | 19 |
saleor/saleor | graphql | 17,178 | Bug: Stripe payment gateway not found - Unhandled Runtime Error Error: No available payment gateways | ### What are you trying to achieve?
Stripe checkout form on default storefront checkout page
### Steps to reproduce the problem
Install the default storefront, enable the stripe plugin for the channel in the admin and generate the webhook, then visit the default storefront and stripe payment form doesn't load
... | open | 2024-12-18T19:29:41Z | 2025-03-18T10:45:37Z | https://github.com/saleor/saleor/issues/17178 | [
"bug",
"triage"
] | chillpilllike | 3 |
LibrePhotos/librephotos | django | 696 | Integrate pull request preview environments | I would like to support LibrePhotos by implementing [Uffizzi](https://github.com/UffizziCloud/uffizzi) preview environments.
Disclaimer: I work on [Uffizzi](https://github.com/UffizziCloud/uffizzi).
Uffizzi is a Open Source full stack previews engine and our platform is available completely free for LibrePhotos (and... | open | 2022-12-12T14:46:29Z | 2023-01-16T08:37:56Z | https://github.com/LibrePhotos/librephotos/issues/696 | [
"enhancement"
] | jpthurman | 0 |
plotly/dash | flask | 2,813 | How does dash combine with flask jwt? | My previous project used flask jwt for authentication. After switching to dash, how can I support jwt? | closed | 2024-03-25T08:31:51Z | 2024-04-02T18:01:37Z | https://github.com/plotly/dash/issues/2813 | [] | jaxonister | 1 |
davidsandberg/facenet | tensorflow | 457 | Retrain final layer and export frozen graph | I'm trying to build a real-time facial recognition app ([inspired by this repo](https://github.com/datitran/object_detector_app)), which uses Tensorflow object detectors within a video stream. I was able to detect faces, but not _differentiate_ them, which motivated me to discover facenet. The app allows us to load a f... | open | 2017-09-13T14:28:49Z | 2018-04-18T07:21:49Z | https://github.com/davidsandberg/facenet/issues/457 | [] | thisisandreeeee | 1 |
nschloe/tikzplotlib | matplotlib | 87 | Legend title support | So far, mpl2tikz does not support legend titles. Consider this mwe,
``` python
import numpy as np
import matplotlib.pyplot as plt
plt.plot([1,2], label="foo")
plt.plot([1,3], label="bar")
plt.legend(loc="lower right", title="title")
from matplotlib2tikz import save as tikz_save
tikz_save("legend_title_mwe.tex")
... | closed | 2016-02-29T17:35:35Z | 2019-03-19T20:06:10Z | https://github.com/nschloe/tikzplotlib/issues/87 | [] | pylipp | 1 |
aiogram/aiogram | asyncio | 1,073 | Add possibility to get message by given chat_id and message_id | ### aiogram version
3.x
### Problem
I'm can't find possibility to get a message object by given chat_id and message_id.
But there are situations when this can be useful.
Telegram API [have a method](https://core.telegram.org/method/messages.getMessages)
Pyrogram [also](https://docs.pyrogram.org/api/methods/get_... | closed | 2022-11-26T20:58:24Z | 2022-11-27T06:31:54Z | https://github.com/aiogram/aiogram/issues/1073 | [
"enhancement",
"wontfix",
"3.x"
] | DustinByfuglien | 1 |
microsoft/nni | data-science | 5,623 | this is my configlist,i have determined the names of conv modules to be pruned,but it will still prune other conv modules which are not in the op_names list.Why? | config_list = [{
'sparsity': 0.6,
'op_types':['Conv2d'],
'op_names':['conv1',
'layer1.0.conv1.0','layer1.0.conv2.pwconv','layer1.0.conv3.0','layer1.0.downsample.0',
'layer1.1.conv1.0','layer1.1.conv2.pwconv','layer1.1.conv3.0',
'layer1.2.conv1.0','laye... | open | 2023-06-28T14:20:08Z | 2023-06-30T02:37:40Z | https://github.com/microsoft/nni/issues/5623 | [] | yang-ming-uc | 0 |
gunthercox/ChatterBot | machine-learning | 1,495 | Alows statements to be excluded if text contains any word in a provided list | * The `filter` method on each storage adapter should accept a key word argument `exclude_text_words`.
* If `exclude_text_words` is provided (a list of words to exclude), the statements returned by the filter method should not include statements who's text contains one of the specified words. | closed | 2018-11-18T16:35:09Z | 2018-11-25T14:53:06Z | https://github.com/gunthercox/ChatterBot/issues/1495 | [
"feature"
] | gunthercox | 0 |
encode/uvicorn | asyncio | 2,008 | Improve GitHub templates (issues, PRs and discussions) | People should first create discussions, and the discussion should provide an MRE, if it's supposed to be a bug report. | closed | 2023-06-14T10:31:43Z | 2023-07-07T06:37:38Z | https://github.com/encode/uvicorn/issues/2008 | [
"good first issue"
] | Kludex | 0 |
polarsource/polar | fastapi | 5,299 | Create BillingEntry model | `BillingEntry` is an intermediate data ledger bridging the gap between `Event` and `OrderItem`.<br><br>It's filled during a billing period to keep track of the "things" we need to invoice when the next cycle starts.<br><br>More details in #5114 | open | 2025-03-18T13:33:31Z | 2025-03-18T13:33:31Z | https://github.com/polarsource/polar/issues/5299 | [
"v1.5"
] | frankie567 | 0 |
napari/napari | numpy | 7,513 | Add test coverage for test matrix job without numba | ## 🧰 Task
We don't have codecov set up for running napari without numba / without compiled backends. See https://github.com/napari/napari/pull/7346#discussion_r1911619401. We should set that up because a substantial fraction of our users might experience napari that way. | closed | 2025-01-11T02:48:36Z | 2025-01-15T23:32:01Z | https://github.com/napari/napari/issues/7513 | [
"task"
] | jni | 2 |
ploomber/ploomber | jupyter | 256 | Notebooks saver from NotebookRunner.develop() have verbose metadata | papermill empty metadata is added:
```python
+
x = 1
```
becomes:
```python
# + {"papermill": {}}
x = 1
```
| closed | 2020-09-18T21:09:53Z | 2020-12-30T22:43:51Z | https://github.com/ploomber/ploomber/issues/256 | [] | edublancas | 0 |
MaartenGr/BERTopic | nlp | 1,559 | auto_reduce_topic fails when all documents are outliers |
auto_reduce_topic assumes that there is at least one unique non-outlier topic and throws an error if there isn't. | open | 2023-10-04T17:08:43Z | 2023-10-05T10:53:46Z | https://github.com/MaartenGr/BERTopic/issues/1559 | [] | aw578 | 1 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,490 | [Bug]: AMD GPU xFormers 0.0.28 do not support,GPU works but turn out nothing but error | ### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-09-16T12:28:22Z | 2024-12-17T04:38:16Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16490 | [
"bug-report"
] | PennyFranklin | 6 |
deezer/spleeter | tensorflow | 72 | About pretrained models | <!-- Please respect the title [Discussion] tag. -->
How many steps you trained models for 2stems/4stems. Are you train the model using the config file which you provided? I trained 2stems model myself using default config file and musdb18 dataset, but can't get clean vocals output. | closed | 2019-11-10T04:41:46Z | 2019-11-14T22:50:13Z | https://github.com/deezer/spleeter/issues/72 | [
"question",
"model",
"training"
] | DickyQi | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.