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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pytest-dev/pytest-xdist | pytest | 395 | pytest_runtest_logreport() check for item_index ruins custom test threading logic inside workers | I'm trying to implement ordering and parallel execution of tests inside worker with threading.
For example I have a list of tests to execute defined like:
```
test02
test02, test01
test02
```
I use pytest_generate_tests() hook to order tests and add '_parallel' postfix for simultaneous tests.
Then I use pytes... | closed | 2018-12-20T05:21:38Z | 2019-01-16T12:45:31Z | https://github.com/pytest-dev/pytest-xdist/issues/395 | [] | sosadchuk | 11 |
home-assistant/core | python | 140,740 | Constant "Login attempt failed" errors... | ### The problem
Hi there,
i get these error messages daily. HAOS is running locally, and is **not** available from the internet. The reported IP in the log is sometimes from my Macbook, sometimes an iPhone.
Please advise...
Thank you!
### What version of Home Assistant Core has the issue?
core-2025.3.3
### What ... | open | 2025-03-16T17:35:44Z | 2025-03-20T12:58:10Z | https://github.com/home-assistant/core/issues/140740 | [
"integration: http"
] | notDavid | 3 |
modelscope/modelscope | nlp | 742 | modelscope/SkyPile-150B | **General Question**
Before asking a question, make sure you have:
* Searched the tutorial on modelscope [doc-site](https://modelscope.cn/docs)
* Googled your question.
* Searched related issues but cannot get the expected help.
* The bug has not been fixed in the latest version.
Please @ corresponding peo... | closed | 2024-01-31T01:19:09Z | 2024-05-28T01:49:43Z | https://github.com/modelscope/modelscope/issues/742 | [
"Stale"
] | LiuChen19960902 | 3 |
Lightning-AI/pytorch-lightning | deep-learning | 20,407 | update dataset at "on_train_epoch_start", but "training_step" still get old data | ### Bug description
I use `trainer.fit(model, datamodule=dm)` to start training.
"dm" is an object whose class inherited from `pl.LightningDataModule`, and in the class, I override the function:
```python
def train_dataloader(self):
train_dataset = MixedBatchMultiviewDataset(self.args, self.tokenizer,
... | open | 2024-11-08T16:22:03Z | 2024-11-18T22:48:19Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20407 | [
"bug",
"waiting on author",
"loops"
] | Yak1m4Sg | 1 |
bmoscon/cryptofeed | asyncio | 817 | Huobi and Okex liquidations error | *Errors*
2022-04-05 13:26:29,347 : ERROR : OKEX: Error: {'event': 'error', 'msg': "channel:liquidations,instId:ETH-USDT-SWAP doesn't exist", 'code': '60018'}
/cryptofeed/exchange.py", line 139, in std_symbol_to_exchange_symbol raise UnsupportedSymbol(f'{symbol} is not supported on {self.id}') cryptofeed.exception... | closed | 2022-04-07T10:28:40Z | 2022-05-01T19:20:55Z | https://github.com/bmoscon/cryptofeed/issues/817 | [
"bug"
] | Nootski | 0 |
xuebinqin/U-2-Net | computer-vision | 97 | Did u2net face generation was trained with the same loss function? | open | 2020-11-22T06:12:23Z | 2020-11-22T17:16:41Z | https://github.com/xuebinqin/U-2-Net/issues/97 | [] | shgidi | 3 | |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,724 | [Bug]: OSError: [WinError -1073741795] Windows Error 0xc000001d | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [X] 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-05-06T17:51:04Z | 2024-05-06T17:51:04Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15724 | [
"bug-report"
] | samuelkurt | 0 |
svc-develop-team/so-vits-svc | pytorch | 155 | [Help]: | ### 请勾选下方的确认框。
- [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。
- [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。
- [X] 我未在使用由第三方用户提供的一键包/环境包。
### 系统平台版本号
win10
### GPU 型号
3060
### Python版... | closed | 2023-04-15T05:46:54Z | 2023-08-01T09:16:49Z | https://github.com/svc-develop-team/so-vits-svc/issues/155 | [
"help wanted"
] | yifenglv46 | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,651 | [feature] regex substitution for each line of result | **Version and OS**
v0.46.04 / Docker
**Is your feature request related to a problem? Please describe.**
Yes: I'm trying to extract a list of links from a list from [this page](https://www.promocatalogues.fr/offres/tapis-diatomite). I'm using an XPath expression like this:
//div[@id="js-default-offers"]//a[c... | closed | 2024-09-21T20:03:11Z | 2024-09-21T20:09:05Z | https://github.com/dgtlmoon/changedetection.io/issues/2651 | [
"enhancement"
] | brunetton | 1 |
allenai/allennlp | pytorch | 4,773 | SNLI-VE dataset reader and model | SNLI-VE is here: https://github.com/necla-ml/SNLI-VE
The VQA reader and model should serve as an example, but there will likely be significant differences. | closed | 2020-11-07T00:01:16Z | 2020-12-24T00:31:57Z | https://github.com/allenai/allennlp/issues/4773 | [] | dirkgr | 3 |
anselal/antminer-monitor | dash | 36 | KeyError: 'POOLS' | i'm running it on ubuntu 16.04.
i tried to add more than 70 L3+ miners to the monitor list.
here's what i see most of the times:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1997, in __call__
return self.wsgi_app(environ, start_response)
File "/us... | closed | 2017-12-22T19:26:16Z | 2018-04-24T06:30:54Z | https://github.com/anselal/antminer-monitor/issues/36 | [
":dancing_men: duplicate"
] | merttokgozoglu | 8 |
gee-community/geemap | streamlit | 1,488 | [Charts] Change the charting backend from bqplot to plotly | Colab already has plotly pre-installed. We can probably switch the charting backend from bqplot to plotly. The plotly FigureWidget provides similar functionality to bqplot.
https://plotly.com/python/figurewidget-app/ | closed | 2023-04-06T03:04:07Z | 2024-08-18T00:40:30Z | https://github.com/gee-community/geemap/issues/1488 | [
"Feature Request"
] | giswqs | 2 |
seleniumbase/SeleniumBase | pytest | 2,581 | Break out UC Mode's `driver.reconnect(timeout)` method into two new methods: `driver.disconnect()` and `driver.connect()` | ### Break out UC Mode's `driver.reconnect(timeout)` method into two new methods: `driver.disconnect()` and `driver.connect()`
---
This will allow a bit more flexibility, such as the ability to perform non-Selenium actions between the `driver.disconnect()` and the `driver.connect()` calls.
Note that during the ... | closed | 2024-03-09T21:47:35Z | 2024-03-09T23:17:06Z | https://github.com/seleniumbase/SeleniumBase/issues/2581 | [
"enhancement",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
microsoft/qlib | deep-learning | 1,613 | AttributeError: 'float' object has no attribute 'lower' | 我执行 python scripts/data_collector/yahoo/collector.py 从yahoo finance下载美股数据。
之后运行qlib自带例子,出现如下错误
AttributeError: 'float' object has no attribute 'lower'

类似错误 https://github.com/microsoft/qlib/issues/1428
| closed | 2023-07-23T01:37:49Z | 2023-10-24T03:15:34Z | https://github.com/microsoft/qlib/issues/1613 | [
"bug"
] | quant2008 | 2 |
coqui-ai/TTS | python | 3,602 | [Bug] AttributeError: 'TTS' object has no attribute 'is_multi_lingual' | ### Describe the bug
因为huggingface.co连接有问题所以下载的本地模型,最后出现了奇怪的错误
The local model downloaded because there is a problem with the connection in huggingface.co, and finally there is a strange error.
### To Reproduce
import torch
from TTS.api import TTS
# Get device
device = "cuda" if torch.cuda.is_available()... | closed | 2024-02-23T10:09:17Z | 2024-11-12T06:53:36Z | https://github.com/coqui-ai/TTS/issues/3602 | [
"bug",
"wontfix"
] | Niggling | 11 |
keras-team/keras | pytorch | 20,596 | Loss functions applied in alphabetical order instead of by dictionary keys in Keras 3.5.0 | **Environment info**
* Google Colab (CPU or GPU)
* Tensorflow 2.17.0, 2.17.1
* Python 3.10.12
**Problem description**
There seems to be a change in Keras 3.5.0 that has introduced a bug for models with multiple outputs.
The problem is not present in Keras 3.4.1.
Passing a dictionary as `loss` to model.compil... | closed | 2024-12-05T06:41:41Z | 2025-02-13T02:55:54Z | https://github.com/keras-team/keras/issues/20596 | [
"keras-team-review-pending",
"type:Bug"
] | malcolmlett | 6 |
arogozhnikov/einops | numpy | 351 | Explicitly document expand-like semantics of einops.repeat | That's something that was brought 3 or 4 times in issues, so it better be documented in docstring and maybe somewhere in wiki | open | 2024-11-22T06:37:50Z | 2024-11-22T06:45:11Z | https://github.com/arogozhnikov/einops/issues/351 | [] | arogozhnikov | 0 |
keras-team/keras | pytorch | 20,531 | AttributeError: module 'keras_nlp' has no attribute 'models' | <string>:1: SyntaxWarning: invalid escape sequence '\/'
<string>:1: SyntaxWarning: invalid escape sequence '\/'
<string>:1: SyntaxWarning: invalid escape sequence '\/'
<string>:1: SyntaxWarning: invalid escape sequence '\/'
<string>:1: SyntaxWarning: invalid escape sequence '\/'
<string>:1: SyntaxWarning: invalid ... | closed | 2024-11-21T14:59:13Z | 2024-11-29T16:42:00Z | https://github.com/keras-team/keras/issues/20531 | [
"type:support",
"stat:awaiting response from contributor"
] | iwqculrbud | 4 |
man-group/notebooker | jupyter | 95 | MongoDB queries should work with sharded libraries | closed | 2022-06-08T15:36:34Z | 2023-10-11T15:31:02Z | https://github.com/man-group/notebooker/issues/95 | [
"enhancement"
] | jonbannister | 0 | |
ml-tooling/opyrator | streamlit | 4 | Finalize docker export capabilities | **Feature description:**
Finalize capabilities to export an opyrator to a Docker image.
The export can be executed via command line:
```bash
opyrator export my_opyrator:hello_world --format=docker my-opyrator-image:latest
```
_💡 The Docker export requires that Docker is installed on your machine._
Af... | closed | 2021-04-19T10:01:47Z | 2023-07-27T14:30:30Z | https://github.com/ml-tooling/opyrator/issues/4 | [
"feature",
"stale"
] | lukasmasuch | 6 |
iperov/DeepFaceLab | machine-learning | 552 | Feature request: add a button on converter gui to apply current config to ALL previous frames | Hello,
now there is only the "M" key to apply the current config to only the previous frame. In my opinion would be very useful a key like the "/" key to apply the current config to ALL previous frames | closed | 2020-01-12T10:38:50Z | 2020-03-28T05:42:18Z | https://github.com/iperov/DeepFaceLab/issues/552 | [] | Heisen-burger | 0 |
keras-team/autokeras | tensorflow | 1,308 | Docker Image errors on mnist dataset | ### Bug Description
<!---
A clear and concise description of what the bug is.
-->
The mnist demonstration fails with the latest docker image. According to DockerHub the latest build is six months old.
Run output is:
```
Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex... | open | 2020-08-24T18:49:37Z | 2020-08-25T06:11:39Z | https://github.com/keras-team/autokeras/issues/1308 | [
"bug report",
"pinned"
] | knorthover | 0 |
syrupy-project/syrupy | pytest | 560 | Writing snapshots is not thread safe | **Describe the bug**
If one runs `pytest -n auto tests --snapshot-update` then one thread will overwrite the results of another thread in the same snapshot file or directory.
**To reproduce**
Steps to reproduce the behavior:
1. Run your test suite with multiple threads enabled with the snapshot update flag
2... | closed | 2021-10-20T18:16:47Z | 2021-10-25T14:39:30Z | https://github.com/syrupy-project/syrupy/issues/560 | [
"bug"
] | zbyte64 | 2 |
wemake-services/django-test-migrations | pytest | 58 | Dependabot can't resolve your Python dependency files | Dependabot can't resolve your Python dependency files.
As a result, Dependabot couldn't update your dependencies.
The error Dependabot encountered was:
```
Creating virtualenv django-test-migrations-aTEqW9gF-py3.8 in /home/dependabot/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...
[Packa... | closed | 2020-03-26T08:34:55Z | 2020-03-26T08:34:56Z | https://github.com/wemake-services/django-test-migrations/issues/58 | [] | dependabot-preview[bot] | 0 |
errbotio/errbot | automation | 1,498 | Constant Errors When Reading from RTM Stream | ### I am...
* [ ] Reporting a bug
* [ ] Suggesting a new feature
* [X ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version: 6.4.1
* slackclient version: 1.3.2
* OS version: Ubuntu 18 / Mac OSX
* Python version: 3... | closed | 2021-01-12T23:08:25Z | 2021-01-15T15:51:30Z | https://github.com/errbotio/errbot/issues/1498 | [] | pchang388 | 2 |
littlecodersh/ItChat | api | 875 | 这框架目前不更新了,大家可以看这个 https://wkteam.gitbook.io/api/ 缺点是收费 | closed | 2019-09-27T05:47:12Z | 2020-03-30T08:39:06Z | https://github.com/littlecodersh/ItChat/issues/875 | [] | WangPney | 6 | |
axnsan12/drf-yasg | django | 484 | Not showing post parameters for ObtainAuthToken view | ObtainAuthToken https://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication
` url(r'^api-token-auth/', CustomAuthToken.as_view())`
Why django-rest-swagger is showing them by default?
i did this way https://drf-yasg.readthedocs.io/en/stable/custom_spec.html#the-swagger-auto-schema-decorat... | closed | 2019-10-29T02:06:46Z | 2020-02-17T17:04:52Z | https://github.com/axnsan12/drf-yasg/issues/484 | [] | AlexByte | 3 |
jumpserver/jumpserver | django | 14,906 | [Bug] Jumserver 3.10.17 模版信息 授权 ,新增资产后需要重新授权; | ### Product Version
3.10.17
### Product Edition
- [ ] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command installation)
- [ ] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] Source Code
###... | closed | 2025-02-20T10:15:42Z | 2025-02-20T10:16:24Z | https://github.com/jumpserver/jumpserver/issues/14906 | [
"🐛 Bug"
] | wangjingang | 0 |
dot-agent/nextpy | pydantic | 41 | Add support for Anthropic models | closed | 2023-09-11T05:46:57Z | 2023-11-18T04:00:14Z | https://github.com/dot-agent/nextpy/issues/41 | [] | anubrag | 1 | |
lanpa/tensorboardX | numpy | 115 | Problem with specifying run name | I created the summary writer object like follows:
`self.writer = SummaryWriter('logs', self.name + '_' + datetime.now().strftime('%D-%T'))`
Scalars I render in multiple experiments end up displayed in single run named '.', so I can't distinguish between experiments. I used tensorboard packed with tensorflow-1.1 and... | closed | 2018-03-29T06:59:46Z | 2018-03-31T10:08:11Z | https://github.com/lanpa/tensorboardX/issues/115 | [] | akamaus | 2 |
dask/dask | pandas | 11,722 | `da.Array.__setitem__` blindly assumes that the chunks are writeable | If one calls `da.Array.__getitem__(idx).__setitem__(())` where idx selects a scalar, all seems fine but crashes on `compute()`.
The object returned by `__getitem__` is another da.Array, which is writeable, but internally the chunk contains a `np.generic`, which is not.
Moving on to `__setitem__`, dask blindly assumes t... | closed | 2025-02-06T16:54:12Z | 2025-02-07T06:36:18Z | https://github.com/dask/dask/issues/11722 | [
"array",
"bug",
"p2"
] | crusaderky | 0 |
prkumar/uplink | rest-api | 157 | Is there any approach of adopting HTTP stream from uplink calls via the corresponding supported parameter of requests.session.Session.send | requests actually supports this as we have adopted in daily development.
After going through the code of uplink it seems that the final parameters of requests.session.request is shadowed by hard coded values from uplink.execution.DefaultRequestExecution.send
However not being 100% sure on this thus I an trying to ... | closed | 2019-04-17T11:43:54Z | 2019-04-20T01:31:53Z | https://github.com/prkumar/uplink/issues/157 | [] | xiamubobby | 1 |
fbdesignpro/sweetviz | pandas | 124 | Add an argument to silence the progress bar | Is it possible to add an argument to silence the progress bar ?
We want to use SweetViz in an automatique pipeline and store the report in a database.
We already have a lot of logs in our process, hence we would love to get rid of the progress bar logs.
We can deactivate tqdm before loading SweetViz, but that woul... | closed | 2022-10-04T15:45:58Z | 2023-11-16T14:12:44Z | https://github.com/fbdesignpro/sweetviz/issues/124 | [
"feature request"
] | LexABzH | 4 |
vitalik/django-ninja | rest-api | 600 | [BUG] Cannot use different pagination classes for the same item schema | **Describe the bug**
This was a real headache of a bug to track down.
```py
@router.get(
path="/foo",
response={200: list[MySchema]},
)
@paginate(FooPagination)
def list_foo(request):
...
@router.get(
path="/bar",
response={200: list[MySchema]},
)
@paginate(BarPagination)
def li... | open | 2022-10-29T12:30:43Z | 2022-11-20T14:08:55Z | https://github.com/vitalik/django-ninja/issues/600 | [] | denizdogan | 2 |
litestar-org/litestar | asyncio | 3,998 | Bug: link format in rate limit | ### Description
something in the rate limit link is off

### URL to code causing the issue
_No response_
### MCVE
```python
# Your MCVE code here
```
### Steps to reproduce
```bash
1. Go to '...'
2. Click on '....'
3. Scrol... | closed | 2025-02-14T06:52:32Z | 2025-02-17T18:37:30Z | https://github.com/litestar-org/litestar/issues/3998 | [
"Bug :bug:",
"Documentation :books:"
] | euri10 | 0 |
xonsh/xonsh | data-science | 5,496 | Macs and Next don't have a login shell | _Originally posted by @bestlem in https://github.com/xonsh/xonsh/issues/5488#issuecomment-2162391775_
> I also work on Macs and Next which don't have a login shell. On other Unixes the login shell will already have been read, So I am used to having to get $PATH set by something and I don't want that i... | closed | 2024-06-13T03:11:54Z | 2024-06-13T15:14:02Z | https://github.com/xonsh/xonsh/issues/5496 | [
"xonshrc",
"integration-with-other-tools"
] | anki-code | 6 |
scikit-tda/kepler-mapper | data-visualization | 185 | Filter out nodes in graph based on number of elements | **Is your feature request related to a problem? Please describe.**
I have a point cloud with approximately 2000 data points. The clustering is based on a precomputed distance matrix. The graph produced by Mapper has a lot of nodes with between 1 and 5 elements, cluttering the visualization of the graph/ complex.
**... | open | 2020-01-06T16:38:57Z | 2021-03-08T22:41:14Z | https://github.com/scikit-tda/kepler-mapper/issues/185 | [] | holmbuar | 18 |
ray-project/ray | python | 50,955 | [core] raylet memory leak | ### What happened + What you expected to happen
Seeing consistent memory growth in raylet process on a long-running cluster:
<img width="1371" alt="Image" src="https://github.com/user-attachments/assets/ebcdf7f7-0c1e-4ae7-91f0-7d18a0d7d183" />
<img width="1361" alt="Image" src="https://github.com/user-attachments/as... | closed | 2025-02-27T18:02:35Z | 2025-03-08T00:20:31Z | https://github.com/ray-project/ray/issues/50955 | [
"bug",
"P0",
"core"
] | zcin | 1 |
tensorflow/tensor2tensor | deep-learning | 1,483 | code for "Model-Based Reinforcement Learning for Atari" | where can i find the code for "Model-Based Reinforcement Learning for Atari" https://arxiv.org/pdf/1903.00374.pdf
which said the code is in https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/rl
| closed | 2019-03-12T18:20:57Z | 2019-03-13T17:25:22Z | https://github.com/tensorflow/tensor2tensor/issues/1483 | [] | daiwk | 2 |
JaidedAI/EasyOCR | machine-learning | 1,249 | while running custom easyocr,This error is occured ,How to fix these | line 231, in __init__
self.recognizer, self.converter = get_recognizer(recog_network, network_params,\
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
line 173, in get_recognizer
model.load_state_dict(new_state_dict)
line 2189, in load_state_dict
raise RuntimeErr... | open | 2024-05-08T05:09:36Z | 2025-01-31T01:56:34Z | https://github.com/JaidedAI/EasyOCR/issues/1249 | [] | sumathipriya | 1 |
python-restx/flask-restx | flask | 335 | Incorrect error handler response when exception contains a `data` field | If you create a handler for an exception that has a `data` attribute, then the response data is not what you returned from the handler but rather whatever is in that data attribute. This causes problems with popular Python libraries such as marshmallow.
For example, consider the following
```
class MyError(Except... | open | 2021-06-09T16:49:31Z | 2021-06-09T16:52:56Z | https://github.com/python-restx/flask-restx/issues/335 | [
"bug"
] | mcsimps2 | 1 |
hbldh/bleak | asyncio | 1,180 | bleak should have a consistent cross-platform exception if no Bluetooth is available on a device | * bleak version: probably 0.19.5 (`bleak` seem to have no `.__version__`)
* Python version: 3.8.10
* Operating System: Win7/Win10, MacOS
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.64
### Description
Trying to use `BleakScanner.discover` if no bluetooth hardware is present or if bluetooth is turned... | open | 2022-12-22T14:03:31Z | 2022-12-23T10:57:32Z | https://github.com/hbldh/bleak/issues/1180 | [
"enhancement",
"Backend: BlueZ",
"Backend: Core Bluetooth",
"Backend: WinRT"
] | MarkusPiotrowski | 2 |
pywinauto/pywinauto | automation | 1,035 | Is it possible to identify the title of the window | I recently started using pywinauto . I am trying to fetch the title of the pop-up window.
FYI Application background is UIA.
So I am curious that is it possible to find the title of the pop-up window using pywinauto. | open | 2021-01-27T05:40:26Z | 2021-06-23T12:35:54Z | https://github.com/pywinauto/pywinauto/issues/1035 | [
"question"
] | sana-aawan | 2 |
localstack/localstack | python | 11,445 | bug: describe-security-group-rules output not consistent | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have a security group with one ingress and one egress rule. When using the `describe-security-group-rules` call with a security-group-id filter, it correctly returns the two rules. However, if I try to use... | closed | 2024-09-02T16:18:04Z | 2024-09-06T20:18:41Z | https://github.com/localstack/localstack/issues/11445 | [
"type: bug",
"aws:ec2",
"status: backlog"
] | dnlopes | 1 |
babysor/MockingBird | pytorch | 166 | 求教这个项目有发相应论文不 | closed | 2021-10-23T05:00:19Z | 2022-03-07T15:43:14Z | https://github.com/babysor/MockingBird/issues/166 | [] | leona66 | 2 | |
charlesq34/pointnet | tensorflow | 274 | [Part segmentation] wrong concatenation with out5 | Dear authors and all,
I do want to discuss about the feature concatenation code for part segmentation, specifically, where concatenates local features and global feature in file **pointnet/part_seg/pointnet_part_seg.py**.
According to the detail network architecture described in the supplement of main paper, featur... | open | 2021-03-29T07:37:47Z | 2021-03-29T07:37:47Z | https://github.com/charlesq34/pointnet/issues/274 | [] | hyunjinku | 0 |
erdewit/ib_insync | asyncio | 628 | ib.trades() results change after calling ib.reqAllOpenOrders() | I am noticing that in my current IB account, I have a limit order placed from the TWS GUI that only shows up in trades after ib.reqAllOpenOrders() is called.
**Example:**
```
ib = IBC.connect()
trades = ib.trades()
[t for t in trades if t.contract.localSymbol == 'ASNS']
```
**Returns:**
[Trade(contract=... | closed | 2023-08-26T17:19:46Z | 2023-08-26T18:07:17Z | https://github.com/erdewit/ib_insync/issues/628 | [] | jakemdrew | 2 |
streamlit/streamlit | data-science | 10,679 | Changes in Modularized Components Not Auto-Reflecting | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
I've modularized my Streamlit app for better ... | closed | 2025-03-07T12:42:36Z | 2025-03-21T14:54:56Z | https://github.com/streamlit/streamlit/issues/10679 | [
"type:bug",
"status:cannot-reproduce"
] | G0v1ndD3v | 4 |
pydata/bottleneck | numpy | 191 | Preparing to release bottleneck 1.3.0 | I am getting ready to release bottleneck 1.2.2. The only thing left to do is testing.
The following people gave test reports on the pre-release of bottleneck 1.2.1, so I'm pinging you again in case you have time to test this release (the master branch): @cgohlke @itdaniher @toobaz @shoyer and anyone else. | closed | 2018-05-30T17:08:40Z | 2019-11-19T06:23:41Z | https://github.com/pydata/bottleneck/issues/191 | [] | kwgoodman | 40 |
marimo-team/marimo | data-science | 3,775 | on module change: restart kernel | ### Description
Who knows how impure some modules are. Based on a particular loading they might 'remember' or there may be a `global` state.
### Suggested solution
Restart the kernel to (almost) go back to the Jupyter way of ensuring reproducibility.
### Alternative
using `marimo run` (which for now starts from th... | open | 2025-02-13T00:31:01Z | 2025-02-13T00:31:21Z | https://github.com/marimo-team/marimo/issues/3775 | [
"enhancement"
] | majidaldo | 0 |
ionelmc/pytest-benchmark | pytest | 50 | Error in pygal.graph.box import is_list_like | version: pytest-benchmark-3.0.0
How to reproduce:
py.test <file> --benchmark-histogram
output:
File "/usr/local/lib/python2.7/dist-packages/pytest_benchmark/histogram.py", line 8, in <module>
raise ImportError(exc.args, "Please install pygal and pygaljs or pytest-benchmark[histogram]")
ImportError: (('cannot im... | closed | 2016-04-25T01:40:59Z | 2017-03-27T19:28:23Z | https://github.com/ionelmc/pytest-benchmark/issues/50 | [] | kirotawa | 3 |
plotly/dash | data-science | 2,984 | [QUESTION] Does Dash have an official logo | Does Dash have a purely official logo image that doesn't include the word `plotly`. | closed | 2024-09-05T09:17:24Z | 2024-09-26T16:19:08Z | https://github.com/plotly/dash/issues/2984 | [
"feature",
"P2"
] | CNFeffery | 5 |
autogluon/autogluon | scikit-learn | 4,073 | [BUG] TimeSeriesPredictor predict bug, similar to #2208, not fixed in v0.8.2 despite claims | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [X] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via s... | closed | 2024-04-10T05:12:50Z | 2024-04-19T16:57:51Z | https://github.com/autogluon/autogluon/issues/4073 | [
"bug: unconfirmed",
"Needs Triage"
] | Ai-Ya-Ya | 2 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,040 | I used the same paramters and same safetensor,but my result is much worse than WebUI,ppppplease give me some advises! [Bug]: | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] 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
- [ ] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | closed | 2024-06-18T06:19:34Z | 2024-06-19T19:49:57Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16040 | [] | OMTHSJUHW | 1 |
tox-dev/tox | automation | 2,686 | Tox 4 fails to parse a `tox.ini` with a testenv named `flake8` and a config section named `flake8` | ## Issue
Tox runs the wrong install and test commands when an equally named (?) section is available in `tox.ini`.
Python linter `flake8` supports configuration by adding a `[flake8]` section to `tox.ini`. We have a `[testenv:flake8]` in tox.ini that runs the flake8 test within tox. Under tox3, this setup worked ... | closed | 2022-12-12T14:44:16Z | 2022-12-12T14:48:01Z | https://github.com/tox-dev/tox/issues/2686 | [] | whyscream | 1 |
clovaai/donut | nlp | 24 | Finetuning Document classification | Hi there,
thank you for publishing this model!
If i want to classify documents into different classes, not 16 as in [RVL-CDIP](https://www.cs.cmu.edu/~aharley/rvl-cdip) , but let's say only 8, do i have to use and train from the [donut-base](https://huggingface.co/naver-clova-ix/donut-base/tree/official) or i ca... | closed | 2022-08-15T18:50:35Z | 2022-09-11T21:26:55Z | https://github.com/clovaai/donut/issues/24 | [] | sandorkonya | 6 |
HumanSignal/labelImg | deep-learning | 297 | (Ubuntu)QXcbConnection: Could not connect to display. Aborted (core dumped) | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
- **OS:**
- **PyQt version:**
Hello, i followed the README and the end i run this line: ' python3 labelImg.py' with Ubuntu 16.04 +Python3 +Qt5.
But i got the problem :
QXcbConnection: Could not c... | closed | 2018-05-14T08:32:42Z | 2018-06-08T00:36:38Z | https://github.com/HumanSignal/labelImg/issues/297 | [] | ineslyl | 6 |
HumanSignal/labelImg | deep-learning | 340 | Add box dimensions feature | Very useful app!! It would be nice if you could add a box dimensions feature when you can see the number of pixels on each axis (the one that is saved in the xml file). Also it would be very nice if the user ccan modify the box acording to these dimensions. A dimenetion checker would also be very useful (eg. if one axi... | open | 2018-08-04T17:42:09Z | 2018-12-12T15:32:25Z | https://github.com/HumanSignal/labelImg/issues/340 | [] | christoschatzakis | 1 |
lepture/authlib | django | 599 | Next tag / release | The last release or tag is from 25.06.2023.
Since then, various PR and bugfixes have been merged.
Are there any plans for the next tag / release? | closed | 2023-11-28T13:20:00Z | 2023-12-18T11:14:03Z | https://github.com/lepture/authlib/issues/599 | [] | dklimpel | 1 |
dunossauro/fastapi-do-zero | sqlalchemy | 135 | Projetos de conclusão (TCC) | Essa issue foi feita para você compartilhar o seu projeto final com todas as pessoas que estão fazendo o curso e aprender um pouco com quem também está fazendo.
Compartilhe seu repositório da seguinte forma:
| Link do projeto | Seu @ no git | Comentário (opcional) |
| ---------------------- |--------------------... | open | 2024-05-03T04:13:06Z | 2025-02-18T22:40:05Z | https://github.com/dunossauro/fastapi-do-zero/issues/135 | [
"agrupador"
] | dunossauro | 26 |
chezou/tabula-py | pandas | 282 | Does not correctly output mandarn | <!--- Provide a general summary of your changes in the Title above -->
The mandarin displays in the terminal once extracted from the pdf, but when it is written to an output file (.csv or .json) it writes each character out as "?"
command used to view mandarin in-terminal:
_df = tabula.read_pdf("path/to/file.pdf... | closed | 2021-06-24T19:00:07Z | 2021-06-24T19:00:56Z | https://github.com/chezou/tabula-py/issues/282 | [] | tmgcassidy | 1 |
StructuredLabs/preswald | data-visualization | 159 | [BUG] Iris example "entrypoint not defined" | **Describe the bug**
When running the new Iris example, the error `Error: entrypoint not defined in preswald.toml under [project] section.` is raised and the demo is unable to run.
**To Reproduce**
Steps to reproduce the behavior:
1. Change directory to `examples/iris`
2. Run `preswald run` in terminal
3. See error
... | open | 2025-03-07T17:05:27Z | 2025-03-07T17:18:02Z | https://github.com/StructuredLabs/preswald/issues/159 | [
"bug"
] | joshlavroff | 1 |
strawberry-graphql/strawberry | graphql | 3,134 | Add documentation for provided federated schema directives | Strawberry helpfully provides a bunch of federated schema directives we can use:
https://github.com/strawberry-graphql/strawberry/blob/628e4980b50e317cf99999aef052b8bb095370df/strawberry/federation/schema_directives.py
There's no reference to the provided directives in documentation, so I didn't even know they exis... | closed | 2023-10-05T13:59:37Z | 2025-03-20T15:56:24Z | https://github.com/strawberry-graphql/strawberry/issues/3134 | [] | bradleyoesch | 2 |
miguelgrinberg/python-socketio | asyncio | 1,101 | Session not found in AsyncNamespace | **Describe the bug**
Unable to save session in AsyncNamespace handlers
**To Reproduce**
Steps to reproduce the behavior:
server .py
```python
# server.py
from typing import Any
import uvicorn
from fastapi import FastAPI
from socketio import AsyncNamespace
import socketio
sio: Any = socketio.AsyncServer(... | closed | 2022-12-17T05:14:23Z | 2022-12-17T12:32:14Z | https://github.com/miguelgrinberg/python-socketio/issues/1101 | [
"question"
] | devamin | 1 |
ydataai/ydata-profiling | pandas | 1,031 | ProfileReport not generated | ### Current Behaviour
getting KeyError: 'Requested level (var1) does not match index name (None)'

, or more precisely when using the resulting learned model.
The training data is in CONLLU format. For the sentence "Allora ùn ti dicu nulla, ùn ti dicu nulla !", the CONLLU is the following :
```
# text = Allora ùn ti dicu nulla, ùn ti dicu n... | closed | 2023-04-14T16:15:46Z | 2023-05-08T15:25:08Z | https://github.com/flairNLP/flair/issues/3194 | [] | lkevers | 4 |
sqlalchemy/alembic | sqlalchemy | 801 | How to check or edit the autogenerated migration? | When we autogenerate the migration through alembic, I would like to ensure that the migration file generated passes few checks. For example, if we add an index to a column the autogenerated file should automatically add `postgresql_concurrently=True` to the attribute.
Is there any programmatical way to verify the a... | closed | 2021-02-24T06:35:34Z | 2021-02-24T18:12:07Z | https://github.com/sqlalchemy/alembic/issues/801 | [
"question"
] | sp1rs | 3 |
plotly/dash-core-components | dash | 643 | Additional languages code Markdown | referring issue #562
https://github.com/plotly/dash-core-components/pull/562#issuecomment-530517744
> are there others we should add by default? With the caveat that we don't want to include all available languages, that would be too big. So we should also document the process to make & use your own hljs build (htt... | open | 2019-09-12T15:04:58Z | 2019-10-03T23:54:46Z | https://github.com/plotly/dash-core-components/issues/643 | [] | Luvideria | 1 |
comfyanonymous/ComfyUI | pytorch | 6,372 | add cache for api object_info | ### Feature Idea
if my installation of comfy have lot of customs nodes, then the api will cost tens of seconds, sometime cost minutes, to load. So may be add a short time cache for this api is need.
@routes.get("/object_info")
async def get_object_info(request):
with folder_paths.cache_h... | open | 2025-01-07T02:53:52Z | 2025-01-07T09:02:01Z | https://github.com/comfyanonymous/ComfyUI/issues/6372 | [
"Feature"
] | OneThingAI | 1 |
onnx/onnx | scikit-learn | 6,104 | Clarification of Reshape semantics for attribute 'allowzero' NOT set, zero volume | # Ask a Question
### Question
The Reshape documentation is not clear on whether reshaping from [0,10] to new shape [0,1,-1] is legal when attribute 'allowzero' is NOT set.
The relevant sentence is:
> At most one dimension of the new shape can be -1. In this case, the value is inferred from the size of the ten... | open | 2024-04-29T15:02:27Z | 2024-05-06T21:53:42Z | https://github.com/onnx/onnx/issues/6104 | [
"question",
"topic: spec clarification"
] | ArchRobison | 3 |
psf/black | python | 4,163 | Latest docker images fail to run blackd with an ImportError | <!--
Please make sure that the bug is not already fixed either in newer versions or the
current development version. To confirm this, you have three options:
1. Update Black's version if a newer release exists: `pip install -U black`
2. Use the online formatter at <https://black.vercel.app/?version=main>, which w... | closed | 2024-01-22T12:45:24Z | 2024-05-10T16:44:42Z | https://github.com/psf/black/issues/4163 | [
"T: bug"
] | ravishi | 8 |
FujiwaraChoki/MoneyPrinter | automation | 175 | Add multiple voice support | Add multiple voice support.
Users can select which person's voice they want like,
male, female
Can use Eleven Labs API for it | closed | 2024-02-11T08:06:35Z | 2024-02-11T19:04:04Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/175 | [] | MEMEO-PRO | 2 |
vanna-ai/vanna | data-visualization | 596 | CVE-2024-5826 | CVE-2024-5826, is this cve fixed in version>0.6.2? | closed | 2024-08-12T06:58:55Z | 2024-08-14T02:27:16Z | https://github.com/vanna-ai/vanna/issues/596 | [] | lisiteng | 1 |
benbusby/whoogle-search | flask | 634 | [BUG] `WHOOGLE_MINIMAL` removes search results | **Describe the bug**
After some time, in some cases, a Whoogle search leads to an empty search page.
**To Reproduce**
Steps to reproduce the behavior:
1. Search (though it's unreliable)
2. See blank page
**Deployment Method**
- [ ] Heroku (one-click deploy)
- [ ] Docker
- [x] `run` executable
- [ ] pip/pi... | closed | 2022-02-01T00:43:22Z | 2025-01-16T14:08:41Z | https://github.com/benbusby/whoogle-search/issues/634 | [
"bug"
] | DUOLabs333 | 19 |
gradio-app/gradio | data-science | 10,050 | Not all CSS files are loaded when app is mounted to FastAPI with some path | ### Describe the bug
It looks like not all assets are loaded from the proper directory when Gradio is mounted with FastAPI with some path. For example, for the default theme (when app is mounted to `/xyz`) it misses `/assets/index-Bmd1Nf3q.css`, while file `/xyz/assets/index-Bmd1Nf3q.css` is available (example in the ... | open | 2024-11-27T12:40:38Z | 2024-12-27T04:57:18Z | https://github.com/gradio-app/gradio/issues/10050 | [
"bug"
] | YuryYakhno | 2 |
tfranzel/drf-spectacular | rest-api | 982 | parameters supporting lazy strings are not typed as accepting them | **Describe the bug**
Updating to django-stubs to 1.13.0 and later, the `lazy` string functions from the translations module are declared as returning `Promise` objects instead of `str`.
Most classes / functions in drf_spectacular are typed as accepting `str` only, but work well with lazy strings, and are now flagge... | closed | 2023-05-02T15:00:47Z | 2023-07-23T21:20:54Z | https://github.com/tfranzel/drf-spectacular/issues/982 | [
"enhancement",
"fix confirmation pending"
] | nils-van-zuijlen | 6 |
google-research/bert | tensorflow | 534 | Computing the softmax in run_squad.py | You compute it over nbest results
1. Is there a theoritical explanation of that ?
2. You sum start_logits and end_logits together without normalizing them with a softmax. Is not a risk of having one taking over the other ?
Thank you | open | 2019-04-01T10:11:49Z | 2019-04-01T10:11:49Z | https://github.com/google-research/bert/issues/534 | [] | christopher5106 | 0 |
ultralytics/yolov5 | pytorch | 12,472 | When measuring the Inference time (speed) of YOLOv5 with a batch size of 1 | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
When measuring the Inference time (speed) of YOLOv5 with a batch size of 1:
I am curio... | closed | 2023-12-06T05:15:22Z | 2024-01-16T00:21:23Z | https://github.com/ultralytics/yolov5/issues/12472 | [
"question",
"Stale"
] | ohjunee | 2 |
Asabeneh/30-Days-Of-Python | matplotlib | 192 | unknown | in day 12 Exercises: Level 2:https://github.com/Asabeneh/30-Days-Of-Python/blob/master/12_Day_Modules/12_modules.md#exercises-level-2
where is task 6
| closed | 2022-02-18T18:01:03Z | 2023-07-08T22:21:14Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/192 | [] | Wilsonagene | 1 |
coqui-ai/TTS | python | 2,825 | [Feature request] Global pruning for TTS models | Hi,
Have you thought about implementing a global pruning option for TTS models?
I was thinking it could be good if the end user could decide whether or not to use a pruned model for inference.
The implementation could be something along the lines of the Pytorch tutorial:
https://pytorch.org/tutorials/inter... | closed | 2023-07-31T15:43:49Z | 2023-09-14T06:19:49Z | https://github.com/coqui-ai/TTS/issues/2825 | [
"wontfix",
"feature request"
] | mllopartbsc | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,231 | First it showed the visual 14 error now this | setup.py:66: RuntimeWarning: NumPy 1.20.3 may not yet support Python 3.11.
warnings.warn(
Running from numpy source directory.
setup.py:485: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
run_build = parse_setuppy_commands(... | open | 2023-07-04T14:37:51Z | 2023-07-04T14:39:02Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1231 | [] | ZIKICROWN | 0 |
rthalley/dnspython | asyncio | 366 | Parse additional options from resolv.conf | ``read_resolv_conf`` only understands the rotate option. ``/etc/resolv.conf`` has more options like timeout.
https://github.com/rthalley/dnspython/blob/aab95c61d554dcf8bc2cf991811165a320991b8c/dns/resolver.py#L586-L604
Please consider to support additional options like global timeout, https://linux.die.net/man/5/... | closed | 2019-04-16T12:54:35Z | 2020-05-15T12:51:13Z | https://github.com/rthalley/dnspython/issues/366 | [
"Enhancement Request"
] | tiran | 19 |
plotly/dash | flask | 2,514 | [BUG] Updating a html.Div() children with html.A() is firing its n_clicks property (ctx.triggered[0]["prop_id"] == "id.n_clicks") | I'm using a dcc.Store() to store the session layout to avoid backing to initial app.layout when refreshing the page.
Dash version: ```2.9.2```
The initial callback fires the condition ```if modified_timestamp is None:```:
```
@app.callback(
Output("container", 'children'),
Output("url", 'pathn... | closed | 2023-04-26T02:12:16Z | 2023-05-04T16:37:18Z | https://github.com/plotly/dash/issues/2514 | [] | leo-smi | 3 |
LAION-AI/Open-Assistant | python | 2,822 | Inference queue length diverges over time | Investigate how this can happen & see how to fix it | open | 2023-04-21T21:47:21Z | 2023-04-21T21:47:21Z | https://github.com/LAION-AI/Open-Assistant/issues/2822 | [
"bug",
"inference"
] | yk | 0 |
microsoft/nni | pytorch | 5,128 | error about the visulization website (http://127.0.0.1:ip) | After I start the `nni` and I open the website`http://127.0.0.1:ip`, the website becomes un-reopened.
The detail is like `I can't reload the website ` and the website is always the interface I open it firstly.
I use remote: Ubuntu server
And I want to see the details on my computer: Ubuntu server, too.
Looking... | closed | 2022-09-15T11:29:39Z | 2022-09-16T07:06:39Z | https://github.com/microsoft/nni/issues/5128 | [] | xiangtaowong | 6 |
wsvincent/awesome-django | django | 3 | docker | Thoughts on adding a Docker section with some basic resources? | closed | 2018-11-07T15:11:39Z | 2018-11-08T18:12:04Z | https://github.com/wsvincent/awesome-django/issues/3 | [] | mjhea0 | 1 |
plotly/dash | data-visualization | 2,914 | pollyfill.io vulnerability | Thanks so much for your interest in Dash!
Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h... | closed | 2024-07-05T07:06:46Z | 2024-07-18T03:15:55Z | https://github.com/plotly/dash/issues/2914 | [] | fbravosanchez | 4 |
google-research/bert | nlp | 912 | How to do multi gpu prediction for a finetuned bert model? | I am working on a use case in which i want to concurrently run finetuned bert model on a node which has 4 gpus. I would like to use all the gpus in the node, but when i try to use concurrent.futures package to copy the model to all the 4 gpus and run concurrently. It is running all the predictions on the 4th gpu on the... | open | 2019-11-12T11:02:43Z | 2021-11-19T06:59:03Z | https://github.com/google-research/bert/issues/912 | [] | aswin-giridhar | 5 |
noirbizarre/flask-restplus | api | 254 | fields.Nested failure? | Please consider:
```
@api.expect(api.model('Register client', {
'data': fields.Nested({
'name': fields.String(required= True),
'value': fields.String(required= True)
})
}))
```
When I start the Flask service and access the Swagger doc, I see this error... | closed | 2017-03-15T16:04:45Z | 2019-04-30T10:46:06Z | https://github.com/noirbizarre/flask-restplus/issues/254 | [] | jbakermk | 3 |
wkentaro/labelme | computer-vision | 778 | [Feature] Changing the vertex size of polygon | **Is your feature request related to a problem? Please describe.**
How to change the vertex size of polygons customly?
I've seen the feature request https://github.com/wkentaro/labelme/issues/417#issue-453931300 .
Was it added ?
**Describe the solution you'd like**
As described in https://github.com/wkentaro/l... | closed | 2020-09-24T04:53:07Z | 2020-09-28T02:03:20Z | https://github.com/wkentaro/labelme/issues/778 | [] | planemanner | 1 |
chatanywhere/GPT_API_free | api | 106 | chatgpt4 plus 可以通过什么渠道访问和调用key | closed | 2023-10-07T15:24:06Z | 2023-10-21T09:49:04Z | https://github.com/chatanywhere/GPT_API_free/issues/106 | [] | doomooo | 1 | |
python-restx/flask-restx | flask | 143 | How do I manually enforce Swagger UI to include a model's definition? | It seems like using list response with nested model mentioned here #65 doesn't automatically add the definition of the model. As a result, I got an error saying "Could not resolve reference: Could not resolve pointer: /definitions/MyModel does not exist in document" at the Swagger UI page.
`@api.response(200, '', fi... | open | 2020-05-28T01:18:16Z | 2023-12-12T10:26:08Z | https://github.com/python-restx/flask-restx/issues/143 | [
"question"
] | pinyiw | 6 |
JaidedAI/EasyOCR | deep-learning | 899 | 'module' object is not callable while running in Google Colab | Hello Everyone,
Sorry if this is a very trivial issue but couldn't solve this even after trying few solutions from stackoverflow.
In VSCode I don't get any error, but on Google Colab I can't make it work at all. I run the default file provided in the trainer folder.
This is how i had to give path as i had moun... | closed | 2022-12-05T13:18:15Z | 2022-12-19T06:15:31Z | https://github.com/JaidedAI/EasyOCR/issues/899 | [] | iversions | 1 |
litestar-org/litestar | api | 3,116 | Enhancement: Session Middleware should create session id right away | ### Summary
Follow-up on: https://github.com/orgs/litestar-org/discussions/3112#discussioncomment-8477410
Currently, the `SessionMiddleware` of the `SessionAuth` backend creates the session id in the response wrapper and not when the session is first created, e.g., on user login. This is counter-intuitive since it ... | closed | 2024-02-15T11:41:44Z | 2025-03-20T15:54:26Z | https://github.com/litestar-org/litestar/issues/3116 | [
"Enhancement"
] | aranvir | 6 |
deepset-ai/haystack | pytorch | 8,656 | `pipeline.draw()` does not show user-provided value to variadic input | **Describe the bug**
Providing `run` with a value to a variadic input, e.g. a branchJoiner, is not shown by `pipeline.draw()`.
**Additional context**
As a result, the `branchJoiner` that should sit at the top of the pipeline is instead shown at the very bottom, making the structure a bit confusing.
This is probab... | closed | 2024-12-18T11:54:27Z | 2025-03-19T16:49:09Z | https://github.com/deepset-ai/haystack/issues/8656 | [
"P1"
] | Willenbrink | 4 |
PokeAPI/pokeapi | graphql | 270 | Pokemon.location_area_encounters URL is not consistent with other URLs | Under a Pokemon resource (e.g. https://pokeapi.co/api/v2/pokemon/427), the URL to the encounters resource is not full. Meaning, unlike other URLs in the API, the client needs to ensure it requests it by prefixing the protocol and host.
For example:
```
{
location_area_encounters: "/api/v2/pokemon/427/encoun... | closed | 2016-10-15T20:29:33Z | 2019-12-07T14:17:42Z | https://github.com/PokeAPI/pokeapi/issues/270 | [
"bug",
"Beginner friendly"
] | jahed | 5 |
piskvorky/gensim | data-science | 3,555 | Always, each row of word2vec model txt format file starts with word and the rest is vector. But the function save_word2vec_format of the code make it starting with index. Is it a Bug? | https://github.com/piskvorky/gensim/blob/54dfec9909041817371ed96a4a53e36dc1b398d9/gensim/models/keyedvectors.py#L1639C2-L1670C110
``` python
store_order_vocab_keys = self.index_to_key
keys_to_write = itertools.chain(range(0, index_id_count), store_order_vocab_keys)
for key in keys_to_write:
key_v... | closed | 2024-07-31T09:49:07Z | 2024-11-12T17:29:09Z | https://github.com/piskvorky/gensim/issues/3555 | [] | rollingdeep | 5 |
kizniche/Mycodo | automation | 1,225 | Issue during upgrade: Bad gateway error | Tried to update, got error of bad gateway.
With
journalctl -u mycodoflask | tail -n 50
results indicated virtual env missing. This was upgraded. Still bad gateway erre.
now
journalctl -u mycodoflask | tail -n 50
gives results:
Sep 10 10:01:38 mush-room gunicorn[493]: File "/home/pi/Mycodo/env/lib/python3.7/s... | closed | 2022-09-10T08:07:43Z | 2022-11-22T16:20:00Z | https://github.com/kizniche/Mycodo/issues/1225 | [] | TeaPot169 | 1 |
opengeos/leafmap | streamlit | 2 | Get user drawn features as a GeoJSON | Users can draw multiple features on the map. However, ipyleaflet can only return the last drawn feature. It would be useful to return all user-drawn features as a GeoJSON dict. | closed | 2021-05-25T18:17:20Z | 2021-05-25T19:23:40Z | https://github.com/opengeos/leafmap/issues/2 | [
"Feature Request"
] | giswqs | 1 |
zappa/Zappa | django | 1,160 | Add support for python 3.10 | Title says it all. Ubuntu 22 ships with python 3.10 by default so it would be nice to have zappa support 3.10 | closed | 2022-08-05T07:19:59Z | 2023-05-19T06:06:28Z | https://github.com/zappa/Zappa/issues/1160 | [
"next-release-candidate"
] | ppartarr | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.