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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
MorvanZhou/tutorials | tensorflow | 49 | How to use a continuous color as the color of a line? | Hi Morvan,
Thanks for continuing making great lessons!
I have a question about using matplotlib to create a line with a continuous color, the continuous color should be based on an array.
The original dataset and question is [here](https://stackoverflow.com/questions/45125877/how-to-fill-the-color-of-a-line-wit... | closed | 2017-07-16T06:54:51Z | 2017-07-18T05:15:16Z | https://github.com/MorvanZhou/tutorials/issues/49 | [] | EmbraceLife | 1 |
3b1b/manim | python | 2,324 | Black Texture on Degenerate Surface Regions | ### Describe the bug
The texture does not render correctly on certain TexturedSurfaces (Sphere, Cone, Disk3D). In specific areas it appears completely black.
**Code**:
```py
from manimlib import *
class SurfaceExample(Scene):
CONFIG = {
"camera_class": ThreeDCamera,
}
def construct(self):
... | open | 2025-03-14T01:43:30Z | 2025-03-21T15:43:50Z | https://github.com/3b1b/manim/issues/2324 | [
"bug"
] | TiagoMLucio | 1 |
pallets-eco/flask-wtf | flask | 362 | BooleanField does not honor default value | Hi.
I'm having issues with rendering a BooleanField correctly using flask-wtf 0.14.2 with wtforms 2.2.1.
In my form, I define the field as:
```
from flask_wtf import FlaskForm
from wtforms import BooleanField
class MyForm(FlaskForm):
bool_field = BooleanField(label='My boolean', description='Should be ... | closed | 2019-03-13T08:23:36Z | 2021-05-26T00:54:57Z | https://github.com/pallets-eco/flask-wtf/issues/362 | [] | ilons | 6 |
dot-agent/nextpy | fastapi | 17 | Add support for audio gen models | closed | 2023-08-22T08:29:10Z | 2023-08-22T10:10:36Z | https://github.com/dot-agent/nextpy/issues/17 | [] | anubrag | 0 | |
nerfstudio-project/nerfstudio | computer-vision | 3,092 | Rendering results for Nerfacto not training well | hi, I was training on myself dataset using Nerfacto provided by Nerfstudio.
I have the issue that is similar to this link
[Rendering results for Nerfacto don't match the original image on training set. #2686](url)
the difference of my video is the screen recording video, I dont know the FOV of training camera intr... | open | 2024-04-19T06:26:42Z | 2024-04-19T06:45:54Z | https://github.com/nerfstudio-project/nerfstudio/issues/3092 | [] | cokobu | 0 |
adbar/trafilatura | web-scraping | 217 | The 'adbar/trafilatura' repository doesn't contain the 'Trafilatura_Overview.ipynb' path in 'master'. | the notebook is linked from the main readme | closed | 2022-06-15T11:21:55Z | 2022-06-15T14:48:44Z | https://github.com/adbar/trafilatura/issues/217 | [] | johanjohan | 1 |
qwj/python-proxy | asyncio | 153 | Reload Rules file | Hi All,
I am currently running this project in a Docker container and wonder if there is a way to reload a Rules file from within the container, without having to restart the entire Docker container.
Any help is appreciated. Thank you! | open | 2022-08-11T08:54:44Z | 2022-08-11T08:54:44Z | https://github.com/qwj/python-proxy/issues/153 | [] | onestix | 0 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 391 | 为什么同样的配置本地运行没问题,docker部署完就获取不到视频 | 求助,同样的配置,一模一样的UA和Cookie值,本地直接跑项目是正常的,放到NAS上docker里就不行了,出口的ip都是一样的,完全没有头绪 | closed | 2024-05-16T00:59:47Z | 2024-05-16T12:05:36Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/391 | [
"BUG"
] | fgprodigal | 19 |
iperov/DeepFaceLab | machine-learning | 5,417 | Deepfacelab Vram recongnition problem. | My computer specifications are as follows.
cpu : ryzen 4800H
gpu : Rtx3060 (notebook) 6GB
memory: 16GB
The job manager confirmed that the video RAM was normally caught at 6GB.
However, deepfacelab recognizes vram as 3.4GB, resulting in frequent memory errors. Find someone who knows the solution. | open | 2021-10-22T00:28:27Z | 2023-06-08T22:48:35Z | https://github.com/iperov/DeepFaceLab/issues/5417 | [] | Parksehoon1505 | 5 |
keras-team/keras | data-science | 20,260 | Model weights not saved if a custom layer class contains a list of layers named self._layers | Hi everyone,
I would like to point out a problem that I found while developing a custom model: layer's weights are not saved if a Model subclass initializes a custom layer that contains sublayers in a class-level list variable called `self._layers`. The code below proves the issue and should illustrates it better.
... | open | 2024-09-16T14:50:50Z | 2024-09-16T22:56:49Z | https://github.com/keras-team/keras/issues/20260 | [
"type:Bug"
] | mpetteno | 2 |
521xueweihan/HelloGitHub | python | 2,535 | 【开源自荐】ISAT with segment anything - 集成segment anything的交互式半自动图像分割标注工具 | ## 推荐项目
- 项目地址:https://github.com/yatengLG/ISAT_with_segment_anything
- 类别:Python、机器学习
- 项目标题:集成segment anything的图像分割标注工具
- 项目描述:集成facebook开源的[segment-anything](https://github.com/facebookresearch/segment-anything)项目,实现了图像分割的快速标注,大大降低了图像分割标注工作量。
- 亮点:
1. 首个集成了segment-anything的图像分割标注工具。
2. 通过鼠标左(右)键点击感兴... | closed | 2023-04-25T07:55:16Z | 2024-01-24T16:07:13Z | https://github.com/521xueweihan/HelloGitHub/issues/2535 | [
"机器学习"
] | yatengLG | 0 |
pydata/xarray | numpy | 9,984 | DataTree + Zarr-Python 3 | ### What is your issue?
In order to limit the scope of https://github.com/pydata/xarray/pull/9552, we opted to delay complete DataTree compatibility zarr-python 3. It would be nice to get this working now that zarr 3.0 is out. This issue tracks what is left to do to make this integration work:
- [x] Go through the da... | closed | 2025-01-25T17:11:34Z | 2025-03-20T06:05:11Z | https://github.com/pydata/xarray/issues/9984 | [
"bug",
"topic-zarr",
"topic-DataTree"
] | jhamman | 3 |
ultralytics/ultralytics | python | 19,398 | Yolov12 for instance segmentation task | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
How can I train Yolov12 for instance segmentation model?
### Additional
_N... | closed | 2025-02-24T11:11:24Z | 2025-02-24T11:47:00Z | https://github.com/ultralytics/ultralytics/issues/19398 | [
"question",
"segment"
] | mrohit01 | 2 |
albumentations-team/albumentations | machine-learning | 1,999 | label_fields are not filtered out with bboxes | ## Describe the bug
label_fields are not filtered together with bboxes when the latter is outside of the image.
### To Reproduce
Steps to reproduce the behavior:
```
import albumentations as A
from PIL import Image
import numpy as np
transform = A.Compose(
[
A.RandomResizedCrop((500, 500),... | closed | 2024-10-18T20:05:24Z | 2024-10-19T02:18:13Z | https://github.com/albumentations-team/albumentations/issues/1999 | [
"bug"
] | IvanHahan | 2 |
ray-project/ray | data-science | 51,499 | CI test windows://python/ray/tests:test_component_failures is consistently_failing | CI test **windows://python/ray/tests:test_component_failures** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1
DataCaseName-windows:... | closed | 2025-03-19T00:06:07Z | 2025-03-19T21:52:52Z | https://github.com/ray-project/ray/issues/51499 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 3 |
netbox-community/netbox | django | 17,841 | Allow `Tags` to be displayed in a specific order | ### NetBox version
v4.1.0
### Feature type
New functionality
### Triage priority
N/A
### Proposed functionality
Add an integer `Index` field to the `Tag` object definition which can be used by the frontend to order tags first by `Index`, then alphabetically when displaying them.
- `Index` orderi... | closed | 2024-10-23T15:13:30Z | 2025-03-19T17:25:39Z | https://github.com/netbox-community/netbox/issues/17841 | [
"status: accepted",
"type: feature",
"status: backlog",
"complexity: medium",
"netbox"
] | BrunoBlanes | 8 |
automl/auto-sklearn | scikit-learn | 926 | MyDummyClassifier(configuration=1, random_state=None)) | autosklearn.__version__ == '0.8.0'


| closed | 2020-08-19T03:05:07Z | 2021-11-17T11:45:24Z | https://github.com/automl/auto-sklearn/issues/926 | [
"bug"
] | wziji | 2 |
psf/requests | python | 6,409 | `test_request_recovery` fails when using pytest-xdist | This issue was created as a result of removing a TODO comment in https://github.com/psf/requests/pull/6406.
```
# TODO: figure out why this sometimes fails when using pytest-xdist.
``` | closed | 2023-04-19T08:33:07Z | 2024-04-19T00:03:20Z | https://github.com/psf/requests/issues/6409 | [] | jelgun | 0 |
snarfed/granary | rest-api | 145 | Some weird results | https://granary.io/url?input=html&output=mf2-json&url=http%3A%2F%2Fbeta.singpolyma.net%2F
I see the first item is my representative hcard -- but it has as "author" property? Also not getting the full name that is present.
Authors on the hentries have the full content of the vcard as the `name` instead of pulling... | closed | 2018-04-12T16:10:25Z | 2018-07-25T00:39:38Z | https://github.com/snarfed/granary/issues/145 | [] | singpolyma | 6 |
ipython/ipython | jupyter | 14,395 | Defining custom torch function causes "maximum recursion depth" in autoreload | Python 3.12.2
ipython 8.22.2
torch 2.2.1
I have a reproduction that is 100% reliable below.
Create a script with the following contents named `test_module.py`:
```
import torch
class CustomTorchFunc(torch.autograd.Function):
@staticmethod
def forward(ctx, input1, input2, weights):
retu... | closed | 2024-04-09T22:28:35Z | 2025-02-14T10:53:56Z | https://github.com/ipython/ipython/issues/14395 | [] | willtalmadge | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 751 | Where is the tensorflow version? | I think I am more comfortable with the Tensorflow version, but I really can't find it, I found about a commit 5425557, but I don't seem to find the code | closed | 2021-05-09T06:30:10Z | 2021-05-30T07:34:25Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/751 | [] | bosecodes | 1 |
MilesCranmer/PySR | scikit-learn | 575 | [Feature]: Select Julia version at first import. | ### Feature Request
It would be better if user can choose correct julia version during first time import.
For instance, i running Pysr on Macbook Air M2, during first time import. Programm automatically select julialang for x64 version instead of aarch64.
Eventhough program successfully installed, but it faceing th... | closed | 2024-03-21T03:27:28Z | 2024-03-21T04:16:11Z | https://github.com/MilesCranmer/PySR/issues/575 | [
"enhancement"
] | JacobZhao | 0 |
viewflow/viewflow | django | 336 | frontend in the admin ? | Hi ! Gave viewflow a test run, it looks really nice.
Is there a documented way or a plan to make it possible to have the flow views in Django admin rather than in the material frontend ?
To me there would be many benefits :
- benefit from native django admin features (such as autocomplete foreign keys...) and fr... | closed | 2021-11-25T07:39:44Z | 2021-11-25T12:27:14Z | https://github.com/viewflow/viewflow/issues/336 | [
"request/question",
"dev/site"
] | olivierdalang | 2 |
zappa/Zappa | django | 753 | [Migrated] Local Test -OK, Clean Deploy - Error Post Deployment (Failed to find library, OpenBLAS WARNIN) | Originally from: https://github.com/Miserlou/Zappa/issues/1881 by [bbjishnu](https://github.com/bbjishnu)
<!--- Provide a general summary of the issue in the Title above -->
Post Zappa init. Local Test is fine. No Error in Deploy BUT fails post deployment , Error is as below :
OpenBLAS WARNING - could not determine... | closed | 2021-02-20T12:41:47Z | 2022-08-16T05:49:26Z | https://github.com/zappa/Zappa/issues/753 | [] | jneves | 1 |
mwaskom/seaborn | matplotlib | 3,751 | TypeError with seaborn.kdeplot when using fill=True and categorical hue | ### Description
I encountered a `TypeError` when using `seaborn.kdeplot` with the `fill=True` option and a categorical hue in my dataset. The error message indicates that there is a problem with data types being passed to the `matplotlib` fill function.
### Steps to Reproduce
Here is a minimal reproducible exa... | closed | 2024-08-25T04:50:44Z | 2024-09-03T01:02:48Z | https://github.com/mwaskom/seaborn/issues/3751 | [] | mishachada | 3 |
drivendataorg/cookiecutter-data-science | data-science | 17 | how will cookiecutter handle Database driven projects | I see there is s3 syncing but for people using SQL Databases or HDFS? a few useful thoughts:
1. There should be a place for database connection strings, and connections to be established
2. inside of src/data we should store python scripts, but we can have a subdirectory, database_scripts for .sql, .hql, etc. This woul... | closed | 2016-04-29T15:17:11Z | 2016-04-29T19:15:52Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/17 | [
"folder-layout",
"needs-discussion"
] | jbrambleDC | 4 |
STVIR/pysot | computer-vision | 6 | How to write a json file for a new dataset | I want to test trackers on VOT2019 dataset. Can you tell me how to write a json file for the new dataset? | closed | 2019-05-14T07:53:29Z | 2019-10-03T12:52:37Z | https://github.com/STVIR/pysot/issues/6 | [] | lawpdas | 3 |
nteract/papermill | jupyter | 780 | pip install --no-binary gives "No such file or directory" error | ## 🐛 Bug
Seeing the following error upon source installing version 2.5.0:
`FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-khq60faw/papermill_63f104d3558b47019b035cffeb75bf98/docs/requirements.txt'`
Command used: `pip install --no-binary papermill papermill==2.5.0`
Seems like the au... | open | 2024-02-15T22:24:43Z | 2024-02-15T22:29:38Z | https://github.com/nteract/papermill/issues/780 | [
"bug",
"help wanted"
] | tiffanymeits | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 758 | How to use a return value from a function as the default value for a column? | Hi,
I originally asked this question on StackOverflow but got no answers, so I think maybe I could ask here for more details. My question is as follows:
I have used `flask-sqlalchemy` to create a model for my database
```python
class User(db.Model, UserMixin):
"""A user who has an account on the website.... | closed | 2019-07-02T02:53:19Z | 2020-12-05T20:21:46Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/758 | [] | Zhenye-Na | 1 |
matplotlib/cheatsheets | matplotlib | 30 | `tight_layout` versus `constrained_layout` | https://github.com/matplotlib/cheatsheets/blob/329e0ba94d06c2a9f6af4600af9a25dcac6d9f5a/handout-tips.tex#L215 calls out `tight_layout` in particular. Is there a reason to not also call out `constrained_layout`? In general `constrained_layout` is more "automatic". | open | 2020-07-07T18:42:10Z | 2020-07-08T19:01:54Z | https://github.com/matplotlib/cheatsheets/issues/30 | [] | jklymak | 5 |
ranaroussi/yfinance | pandas | 2,303 | Getting Too Many Requests. Rate limited. Try after a while. | i am getting Too Many Requests. Rate limited. Try after a while. while trying
response = yfinance.Ticker("MSFT")
my traceback:
`File "/usr/local/lib/python3.13/site-packages/yfinance/scrapers/quote.py", line 609, in _fetch_info
2025-02-20 17:31:31 result = self._fetch(proxy, modules=modules)
2025-02-20 17:31:31 ... | closed | 2025-02-20T12:06:42Z | 2025-02-20T22:26:10Z | https://github.com/ranaroussi/yfinance/issues/2303 | [] | kalyanakannan | 4 |
huggingface/peft | pytorch | 2,445 | Adding support for Conv1d | ### Feature request
Can you add support for nn.Conv1d in dora? Like this issue did for LoRA: https://github.com/huggingface/peft/issues/2241.
It would be very valuable my masters thesis.
### Motivation
Yes I want to use DoRA along with LoRA
### Your contribution
Maybe | open | 2025-03-21T08:49:24Z | 2025-03-21T16:18:55Z | https://github.com/huggingface/peft/issues/2445 | [] | EskildAndersen | 1 |
allenai/allennlp | pytorch | 5,410 | Capture NLTK parsing errors in allennlp_models/common/ontonotes.py | OntoNotes in CoNLL-2012 format is frequently used for training and evaluation. However, it cannot be directly disseminated but needs to be locally re-built by every individual user, using two different pieces of third-party content and external scripts. In this constellation, the build scripts often break, and result i... | closed | 2021-09-15T11:15:29Z | 2022-02-21T16:09:45Z | https://github.com/allenai/allennlp/issues/5410 | [
"stale"
] | chiarcos | 13 |
graphql-python/graphql-core | graphql | 105 | GraphQLUnionType documentation is incorrect | GraphQLUnionType currently gives the following example of its usage:
```python
class PetType(GraphQLUnionType):
name = 'Pet'
types = [DogType, CatType]
def resolve_type(self, value, _type):
if isinstance(value, Dog):
return DogType()
if isinstance(value, Cat):
... | closed | 2020-08-28T14:56:59Z | 2020-08-28T17:05:23Z | https://github.com/graphql-python/graphql-core/issues/105 | [] | berekuk | 1 |
deepinsight/insightface | pytorch | 1,887 | How to use insightface to crop my own image please? | My work needs to crop the face chip from my own img dataset. I just need to crop and align the face from the image, no matter who is he/she/it.
I have use dlib library before but it cannot align the face cropped(may be I didnt find it). And I find the example img in this project, the people in "Friends" img are al... | open | 2022-01-17T06:47:44Z | 2023-10-19T04:06:26Z | https://github.com/deepinsight/insightface/issues/1887 | [] | Chauban | 1 |
scrapy/scrapy | python | 6,466 | Dropping Python 3.8 support | 3.8 support ends on 31 Oct, so I'm thinking about changes we can do after that. Looks like they are mostly related to typing.
* Drop Reppy which doesn't support Python 3.9+: #5226
* Adopt [PEP-585](https://peps.python.org/pep-0585/):
* Switch e.g. `List[T]` to `list[T]`
* Switch `typing.Foo` imports to `coll... | closed | 2024-08-20T18:22:05Z | 2024-10-16T08:03:17Z | https://github.com/scrapy/scrapy/issues/6466 | [
"cleanup"
] | wRAR | 0 |
keras-team/keras | python | 20,071 | tf.data.Dataset Pipeline Preprocessing Custom Layer Recommendation | I am looking to create a number of custom preprocessing layers to be used in a TensorFlow `tf.data` pipeline. I initially assumed I could subclass `keras.Layer` and in `call` simply use any `keras.ops` operations. I only use python parameters statically for condition statements but otherwise use `keras.ops` for all com... | closed | 2024-07-31T18:13:56Z | 2024-08-02T19:50:08Z | https://github.com/keras-team/keras/issues/20071 | [
"type:support"
] | apage224 | 7 |
Farama-Foundation/Gymnasium | api | 1,005 | [Proposal] Add metadata field to VectorEnv | ### Proposal
Hi,
I noticed that `VectorEnv` currently does not have a field `metadata` like `Env` does. Is there a particular reason for this? If not, I propose adding it since, currently, there is no way of specifying, e.g., rendering FPS for `VectorEnv` instances.
Best,
Tim
### Motivation
_No response_
###... | closed | 2024-04-10T12:46:48Z | 2024-04-11T09:58:55Z | https://github.com/Farama-Foundation/Gymnasium/issues/1005 | [
"enhancement"
] | TimSchneider42 | 1 |
python-visualization/folium | data-visualization | 1,505 | Heatmap erratic behaviors | **Description of the bug:**
1) If we want to include weights for the heatmap, we have to normalize (log2 works well) our weights column otherwise it won't produce expected results. This could be added as a warning in the documentation.
2) The distance between points is considered much more significant than their weig... | closed | 2021-08-19T04:30:05Z | 2022-11-18T11:22:55Z | https://github.com/python-visualization/folium/issues/1505 | [] | BriceChivu | 1 |
mljar/mljar-supervised | scikit-learn | 51 | Add LightGBM support | The lightgbm algorithm is already available in the code. Make sure that it works with:
- binary classification
- multiclass classification
- regression | closed | 2020-04-09T12:09:47Z | 2020-04-18T08:02:24Z | https://github.com/mljar/mljar-supervised/issues/51 | [
"enhancement"
] | pplonski | 1 |
docarray/docarray | fastapi | 1,116 | DocumentArray proto optimization | # Context
At the moment we save in the `DocumentProto` under the `docarray_type` string the exact type of each field (this string is coming from the `_registed_proto` decorator). This a way to "save" the schema of our Document to load at after deserialization. Keep in mind that this add extra data in the Document pr... | closed | 2023-02-09T14:03:01Z | 2023-02-09T15:09:09Z | https://github.com/docarray/docarray/issues/1116 | [] | samsja | 4 |
iterative/dvc | data-science | 10,179 | `stage`: list/show/get stage details | CLI command and API method to get all stage info (cmd, params, deps, outs, etc.).
* CLI command is useful for seeing the resolved info for stages using interpolation
* API method is useful for getting paths so you don't have to manually align them between code and dvc.yaml
Loosely related to https://github.com/ite... | closed | 2023-12-16T12:48:26Z | 2024-03-04T15:57:18Z | https://github.com/iterative/dvc/issues/10179 | [
"A: api",
"A: cli",
"A: pipelines"
] | dberenbaum | 3 |
microsoft/nni | tensorflow | 5,235 | maxTrialNumerPerGpu does not seem to work | **Describe the issue**:
When I tried to train the mnist example in the remote mode, there was always only **one** trial running in the only **one** GPU I have, and other trials were all **waiting**. I found several issues like #608 and #2415 mentioned this, and I also set `useActiveGpu` to be `True` and `maxTrialNumbe... | open | 2022-11-20T18:24:04Z | 2023-04-26T04:00:06Z | https://github.com/microsoft/nni/issues/5235 | [
"gpu scheduler issue"
] | zzzzzx-1115 | 3 |
plotly/dash | plotly | 2,356 | Remove sourcemap links from bundles when we publish without sourcemaps | Hi,
when installing dash-player (versions > 1.0), the file /dash_player/dash_player.min.js.map is somehow missing. I installed the package via poetry, which uses pip under the shell to install. Installation worked without errors or warnings.
I could add the .zipped package and get the file from there for now.
| open | 2022-11-24T12:09:45Z | 2024-08-13T19:23:13Z | https://github.com/plotly/dash/issues/2356 | [
"infrastructure",
"feature",
"P3"
] | afey89 | 5 |
huggingface/datasets | computer-vision | 7,399 | Synchronize parameters for various datasets | ### Describe the bug
[IterableDatasetDict](https://huggingface.co/docs/datasets/v3.2.0/en/package_reference/main_classes#datasets.IterableDatasetDict.map) map function is missing the `desc` parameter. You can see the equivalent map function for [Dataset here](https://huggingface.co/docs/datasets/v3.2.0/en/package_refe... | open | 2025-02-14T09:15:11Z | 2025-02-19T11:50:29Z | https://github.com/huggingface/datasets/issues/7399 | [] | grofte | 2 |
Colin-b/pytest_httpx | pytest | 17 | mocked but not requested | Hi! I'm trying your pytest fixture, unfortunately I get errors like this:
```
AssertionError: The following responses are mocked but not requested: [(b'HTTP/1.1', 200, b'', [], <httpx._content_streams.ByteStream object at 0x7f05af8d0160>), (b'HTTP/1.1', 200, b'', [], <httpx._content_streams.ByteStream object at 0x... | closed | 2020-05-26T13:49:29Z | 2020-05-27T08:16:41Z | https://github.com/Colin-b/pytest_httpx/issues/17 | [
"invalid"
] | pawamoy | 1 |
sqlalchemy/alembic | sqlalchemy | 418 | Migrate model with multi-column UniqueConstraint | **Migrated issue, originally created by Felipe Cavalcanti ([@felipej](https://github.com/felipej))**
Hi, I'm trying to create a migration for the following model:
```
class Function(db.Model):
__tablename__ = 'function'
__table_args__ = tuple(UniqueConstraint('name', 'namespace', 'revision',
... | closed | 2017-03-02T21:55:59Z | 2017-03-03T01:40:22Z | https://github.com/sqlalchemy/alembic/issues/418 | [
"bug"
] | sqlalchemy-bot | 4 |
ipython/ipython | data-science | 14,502 | Allow setting $SHELL for ! and !! to print each shell command that's run with set -x | How to/Allow setting $SHELL for ! and !! to print each shell command that's run with set -x.
```python
import os
if ' -x' not in os.environ['SHELL']:
_SHELL = os.environ['SHELL']
os.environ['SHELL'] = f'{_SHELL} -x'
%env PS4='+ '
display(dict(_SHELL=os.environ['SHELL']))
#%env SHELL
!echo "SHEL... | open | 2024-08-24T18:19:32Z | 2024-08-24T21:24:29Z | https://github.com/ipython/ipython/issues/14502 | [] | westurner | 2 |
sherlock-project/sherlock | python | 1,611 | Missing TikTok results |
- [X ] I'm reporting a bug in Sherlock's functionality
- [ X] The bug I'm reporting is not a false positive or a false negative
- [ X] I've verified that I'm running the latest version of Sherlock
- [ X] I've checked for similar bug reports including closed ones
- [ X] I've checked for pull requests that attempt ... | closed | 2022-11-17T18:59:33Z | 2023-02-16T17:16:46Z | https://github.com/sherlock-project/sherlock/issues/1611 | [
"bug"
] | TVikg | 2 |
miguelgrinberg/microblog | flask | 130 | Best way to overcome the mysql error "Data too long for column" | Hi,
Whilst my website works fine locally running on sqllite, I'm having less success committing the same items to the mysql db on my ubuntu server. One of my models looked as follows when I first created it in the mysql db:
class Paper(MediaMixin, db.Model):
id = db.Column(db.Integer, primary_key=True)
... | closed | 2018-10-21T19:11:10Z | 2020-09-23T16:06:39Z | https://github.com/miguelgrinberg/microblog/issues/130 | [
"question"
] | PaulGilmartin | 20 |
tensorly/tensorly | numpy | 72 | Fix modes in PARAFAC | Hey everyone. Just wanted to add a feature idea here.
When using PARAFAC to process EEM data, it is very common to fix two modes (namely the modes for emission and excitation) to those values previously generated on a calibration dataset.
Thereby it is possible to estimate only the remaining mode (the concentration... | closed | 2018-08-31T12:35:21Z | 2020-06-22T14:08:47Z | https://github.com/tensorly/tensorly/issues/72 | [
"enhancement"
] | gboeer | 4 |
marimo-team/marimo | data-visualization | 4,093 | Opened a "shield" and got an error | ### Describe the bug
I'm not super clear on what a shield is, but clicked the link on this page just to see what it is: https://docs.marimo.io/community/
Got this page:

### Environment
<details>
```
On Linux (Pop!OS) using F... | closed | 2025-03-13T20:12:32Z | 2025-03-13T20:36:28Z | https://github.com/marimo-team/marimo/issues/4093 | [
"bug"
] | axiomtutor | 3 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,068 | [Bug]: Unable to find and install torch during first run of webui-user.bat | ### 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
- [ ] The issue has not been reported before... | closed | 2024-06-22T02:14:18Z | 2024-06-22T21:45:16Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16068 | [
"asking-for-help-with-local-system-issues"
] | Bubalus-Bubalis | 2 |
Josh-XT/AGiXT | automation | 494 | Make agent Create - Delete work | ### Description
See below
### Steps to Reproduce the Bug



When zoom in/out, the green line would change, but the red cross line would not change.
The green line can be created as:
```
line = Line(p0=[0, 0, 0... | closed | 2021-12-14T02:17:30Z | 2021-12-23T01:28:35Z | https://github.com/marcomusy/vedo/issues/557 | [] | zhang-qiang-github | 8 |
InstaPy/InstaPy | automation | 6,706 | Gat | open | 2023-05-06T02:38:58Z | 2023-05-06T02:38:58Z | https://github.com/InstaPy/InstaPy/issues/6706 | [] | 3vm66 | 0 | |
encode/databases | asyncio | 564 | MySQL Connection Pool Doesn't Seem to Work | I am experiencing an issue with the MySQL connection pool. I have been testing the following code:
```python
DATABASE_URL = "mysql+aiomysql://root:root192.168.62.195:3306/test?charset=utf8mb4"
# Additional database URL parameters can also be passed in the Database constructor
database = Database(DATABASE_URL, m... | open | 2023-07-14T08:23:12Z | 2024-10-31T01:35:23Z | https://github.com/encode/databases/issues/564 | [
"bug"
] | Vastxiao | 5 |
fastapi/fastapi | fastapi | 13,111 | Incorrect handling of non utf-8 data in body in case of a validataion error | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
There was no way to report actual issue by the rules so I had to lie about being able to do so...
There has to be a section in discussions or something then.
```
ERROR: Exception in ASGI applicat... | closed | 2024-12-27T17:39:46Z | 2024-12-28T04:27:19Z | https://github.com/fastapi/fastapi/issues/13111 | [] | ph4 | 1 |
Textualize/rich | python | 3,008 | [REQUEST] Conditional Formatting for cells in a table | Hi, I was searching for similar feature requests that would help me figure out conditional formatting for columns similar to how we can do in excel. I found one Pull Request in Rich issues https://github.com/Textualize/rich/pull/2388 and I think they were thinking the same thing.
<img width="231" alt="image" src="h... | open | 2023-06-24T23:11:49Z | 2023-06-24T23:12:07Z | https://github.com/Textualize/rich/issues/3008 | [
"Needs triage"
] | xxwikkixx | 1 |
plotly/dash | data-visualization | 2,373 | [Feature Request] Long Polling instead of Short Polling | **Is your feature request related to a problem? Please describe.**
Sometimes with some values for background callback interval (less than 50 ms for an example), user may have some issues in browser connected with high amount of requests to the BE.
**Describe the solution you'd like**
Implement Long Polling instea... | closed | 2022-12-29T03:33:18Z | 2024-07-24T16:57:03Z | https://github.com/plotly/dash/issues/2373 | [] | ArtsiomAntropau | 4 |
postmanlabs/httpbin | api | 18 | Omitting "www" in non-GET request results in a 301 moved response | When you omit the "www" in the url when doing a non-GET request, httpbin responds with a 301 moved status.
```
>> print requests.post('http://httpbin.org/post').status_code
>> 301
>> print requests.post('http://www.httpbin.org/post').status_code
>> 200
```
| closed | 2011-12-06T03:08:34Z | 2018-04-26T17:50:55Z | https://github.com/postmanlabs/httpbin/issues/18 | [] | johtso | 3 |
healthchecks/healthchecks | django | 870 | Integration Request: Webook running and stopped trigger similar to "hc_check_started" | This is a proposal to send webhooks when a check is running (initiated with `/start`) and ended with a ping.
Prometheus integration labels this as a metric named `hc_check_started`
Currently webhook only supports health checks triggers (UP or DOWN) status.
The proposal is to add another trigger for checks that ... | closed | 2023-07-31T21:45:35Z | 2023-08-01T10:55:45Z | https://github.com/healthchecks/healthchecks/issues/870 | [] | tekert | 1 |
keras-team/keras | data-science | 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 |
jonaswinkler/paperless-ng | django | 923 | [Other] Exporter can't be run from a crontab or script in general | Hey,
I am trying to automate the Document Exporter and therefore created a small script:
```
#!/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/paperless/
cd /home/paperless/paperless-ng/
docker-compose exec webserver document_exporter ../export
```
The sh-file is located i... | closed | 2021-04-15T13:32:00Z | 2021-04-15T19:34:39Z | https://github.com/jonaswinkler/paperless-ng/issues/923 | [] | freaky33 | 3 |
tqdm/tqdm | pandas | 609 | Adjust EMA smoothing coefficient | On line 714 of _tqdm.py;
https://github.com/tqdm/tqdm/blob/96d8a3c3642474144f53f74331ef2172d1c39496/tqdm/_tqdm.py#L714
---
```
smoothing : float, optional
Exponential moving average smoothing factor for speed estimates
(ignored in GUI mode). Ranges from 0 (average speed) to ... | open | 2018-09-14T08:45:13Z | 2020-01-20T21:39:03Z | https://github.com/tqdm/tqdm/issues/609 | [
"question/docs ‽",
"to-review 🔍"
] | ghost | 2 |
tensorflow/tensor2tensor | deep-learning | 1,573 | Error in speech recognition training | ### Description
I do not know why this error occurs.
TypeError: __init__() got an unexpected keyword argument 'experimental_export_device_assignment'
...
### Environment information
```
OS: <your answer here>
$ pip freeze | grep tensor
mesh-tensorflow==0.0.5
tensor2tensor==1.13.4
tensorboard==1.12.0... | closed | 2019-05-16T13:25:03Z | 2020-03-26T03:25:55Z | https://github.com/tensorflow/tensor2tensor/issues/1573 | [] | manuel3265 | 2 |
slackapi/bolt-python | fastapi | 899 | How do I handle view_submissions payloads for custom workflows in slack? | (So the issue I am facing here is, I am trying to implement a solution where I have this form I am trying to implement in a workflow builder, so when I user accesses this form via a shortcut within a specific channel, they can fill in a request and the request gets posted in the channel for us to ack or mark as complet... | closed | 2023-05-12T09:01:26Z | 2023-06-26T00:13:23Z | https://github.com/slackapi/bolt-python/issues/899 | [
"question",
"auto-triage-stale"
] | n7z2 | 3 |
TracecatHQ/tracecat | pydantic | 759 | env.sh gets stuck when checking openssl | **Describe the bug**
env.sh script gets stuck when checking for openssl in line 66
**To Reproduce**
Just run env.sh as described in https://docs.tracecat.com/self-hosting/deployment-options/docker-compose
E.g. Steps to reproduce the behavior:
1. Run env.sh
**Expected behavior**
Environment file is create... | closed | 2025-01-15T14:00:01Z | 2025-01-16T21:45:02Z | https://github.com/TracecatHQ/tracecat/issues/759 | [
"build"
] | TL-Silvio | 1 |
sinaptik-ai/pandas-ai | data-visualization | 1,561 | SSL CERTS VERIFICATION FAILED when running .chat | Hi Team,
I am facing SSL CERTS VERIFICATION FAILED error when running .chat. Can verify=false be set in the request when hitting .chat? Also initializing httpx client with necessary configurations is not helping.
Thanks and Regards
Sumeet Lalla | closed | 2025-01-30T07:29:48Z | 2025-01-30T17:42:56Z | https://github.com/sinaptik-ai/pandas-ai/issues/1561 | [] | prasum | 0 |
marcomusy/vedo | numpy | 943 | Vectorized creation of ellipsoids | Hi @marcomusy,
is it possible to create multiple ellipsoids in a vectorized form at once without using a `for` loop?
I tried to use following code snippet, but it fails:
```
# Create a plotter
plotter = vd.Plotter()
# Number of ellipsoids to create
num_ellipsoids = 3
a_values = np.random.uniform(1.0, ... | open | 2023-10-05T17:37:25Z | 2023-11-06T08:27:03Z | https://github.com/marcomusy/vedo/issues/943 | [] | ttsesm | 9 |
widgetti/solara | flask | 183 | Set higher z-index on Solara 'reloading' overlay and 'refresh' dialogue | The Solara development mode 'reloading' overlay and 'refresh the page' dialogue appear underneath ipyleaflet maps because of their z-index. Since these overlays should supercede every element it would make sense to give them a very high z-index. | open | 2023-06-29T07:45:43Z | 2023-06-29T07:45:43Z | https://github.com/widgetti/solara/issues/183 | [] | mangecoeur | 0 |
rthalley/dnspython | asyncio | 592 | Facing issue while running "python3 setup.py test" | I have built dnspython-2.0.0 and tried to execute "python3 setup.py test" from the chroot environment. I have installed Python 3.8.6.
I see the test is stuck here:
```
testWS2 (tests.test_tokenizer.TokenizerTestCase) ... ok
test_get_default_backend (tests.test_async.AsyncDetectionTests) ... ok
test_sniff (tests.... | closed | 2020-10-08T17:24:53Z | 2020-11-02T18:12:08Z | https://github.com/rthalley/dnspython/issues/592 | [
"Bug"
] | tapakund | 4 |
apache/airflow | automation | 47,920 | Setting a variable in Dag is failing due to 'Direct database access via the ORM is not allowed in Airflow 3.0' | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Setting a variable in Dag is failing due to 'Direct database access via the ORM is not allowed in Airflow 3.0'
<img width="931" alt="Image" src="https://github.com/user-attachments/assets/eb7568... | open | 2025-03-18T16:57:39Z | 2025-03-22T15:02:29Z | https://github.com/apache/airflow/issues/47920 | [
"kind:bug",
"priority:medium",
"area:core",
"affected_version:3.0.0beta"
] | atul-astronomer | 3 |
deepfakes/faceswap | machine-learning | 1,185 | deepfake | closed | 2021-10-04T07:09:57Z | 2021-10-07T19:07:04Z | https://github.com/deepfakes/faceswap/issues/1185 | [] | 1liuqing1 | 0 | |
holoviz/panel | plotly | 7,347 | Opening xarray dataset suppresses panel error messages | <!--
Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required inform... | closed | 2024-09-30T06:23:57Z | 2024-10-21T13:37:03Z | https://github.com/holoviz/panel/issues/7347 | [] | yt87 | 10 |
influxdata/influxdb-client-python | jupyter | 436 | All datapoints does not always reach the database in multiprocessing scenario for the `flush_interval < 1000` | __Steps to reproduce:__
Run the following code:
```python
import time
import multiprocessing
from influxdb_client import InfluxDBClient, Point, WritePrecision
from influxdb_client.client.write_api import WriteType, WriteOptions
from influxdb_client.client.util.multiprocessing_helper import MultiprocessingWrite... | open | 2022-05-06T13:49:18Z | 2022-10-17T19:49:38Z | https://github.com/influxdata/influxdb-client-python/issues/436 | [
"bug"
] | deivard | 18 |
iMerica/dj-rest-auth | rest-api | 599 | Social login: EMAIL_AUTHENTICATION_AUTO_CONNECT raises an exception | The following line will cause an exception in Django AllAuth when combined with `EMAIL_AUTHENTICATION_AUTO_CONNECT: True`:
https://github.com/iMerica/dj-rest-auth/blob/23f097cebcc8ecef886b2ac7869cc1d51f66f90e/dj_rest_auth/social_serializers.py#L68
If the SocialApp is defined in the settings and not in the database,... | open | 2024-03-14T10:52:52Z | 2024-03-14T10:52:52Z | https://github.com/iMerica/dj-rest-auth/issues/599 | [] | jonasN5 | 0 |
axnsan12/drf-yasg | rest-api | 847 | AttributeError: module 'ruamel.yaml' has no attribute 'SafeDumper' | https://github.com/axnsan12/drf-yasg/issues/422 this issue was occurred again while I installing `drf-yasg` v1.21.5
The latest version of `ruamel.yaml` is [v0.17.26](https://pypi.org/project/ruamel.yaml/#history)
But the error was occurred. I just succeed on v0.17.21.
```
AttributeError: module 'ruamel.yaml' has ... | open | 2023-05-10T06:02:03Z | 2025-03-07T12:10:54Z | https://github.com/axnsan12/drf-yasg/issues/847 | [
"triage"
] | skyducks | 0 |
jupyter/docker-stacks | jupyter | 1,897 | Multi users | ### What docker image(s) is this feature applicable to?
all-spark-notebook, datascience-notebook
### What changes are you proposing?
I am running the data science notebook image to host a Jupyterlab server for multiple users.
Say user Adam is working on a notebook A, meanwhile when user Bob starts visiting the jupy... | closed | 2023-04-26T17:48:12Z | 2023-05-05T16:58:21Z | https://github.com/jupyter/docker-stacks/issues/1897 | [
"type:Enhancement"
] | lelejill | 9 |
cobrateam/splinter | automation | 743 | adding cookies issues | Hello,
I am using Django with LiveServerTestCase. I was trying to load my chrome driver with a cookie that preloads a user session cookie.
for example:
` cookie = {'path': '/', 'value': '9gl4p7wlrtgkw3dfer1vi2jievkks8f1', 'name': 'sessionid'}`
however, the cookie doesn't load properly, and the user is not logged ... | closed | 2019-12-11T19:28:10Z | 2021-07-19T18:52:41Z | https://github.com/cobrateam/splinter/issues/743 | [
"NeedsInvestigation"
] | jadeidev | 1 |
nikitastupin/clairvoyance | graphql | 25 | Validate GraphQL JSON Schema | I've got a Schema resulting from clairvoyance. It is validated using `JSON.parse()`.
However, don't know what it is not working on **GraphQL-voyager** or **Postman**.
The latter returns the following error `Invalid Schema supplied: The provided input schema is syntactically invalid` when _TestSuite_ is performed for ... | closed | 2021-09-03T13:55:30Z | 2022-12-09T06:19:53Z | https://github.com/nikitastupin/clairvoyance/issues/25 | [] | Sim4n6 | 0 |
huggingface/datasets | pytorch | 6,738 | Dict feature is non-nullable while nested dict feature is | When i try to create a `Dataset` object with None values inside a dict column, like this:
```python
from datasets import Dataset, Features, Value
Dataset.from_dict(
{
"dict": [{"a": 0, "b": 0}, None],
}, features=Features(
{"dict": {"a": Value("int16"), "b": Value("int16")}}
)
)
... | closed | 2024-03-18T14:31:47Z | 2024-03-20T10:24:15Z | https://github.com/huggingface/datasets/issues/6738 | [
"bug"
] | polinaeterna | 3 |
netbox-community/netbox | django | 18,441 | Unable to add a Device Interface without specifying the VDC ID |
### Discussed in https://github.com/netbox-community/netbox/discussions/18440
<div type='discussions-op-text'>
<sup>Originally posted by **codrinb93** January 20, 2025</sup>
I am running the following API Call at /api/dcim/interfaces/ and I am unable to specify the VDC by name and device name
When running the same ... | closed | 2025-01-20T22:17:41Z | 2025-01-20T22:22:44Z | https://github.com/netbox-community/netbox/issues/18441 | [] | codrinb93 | 1 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 1 | Index error during translating | Hi,
I tried to force the GPU selection with CUDA_VISIBLE_DEVICES=1
but it pops an error:
RuntimeError: cublas runtime error : library not initialized at /py/conda-bld/pytorch_1490903321756/work/torch/lib/THC/THCGeneral.c:387
I think it's related to this: https://discuss.pytorch.org/t/cublas-runtime-error-library-... | closed | 2017-06-20T17:07:22Z | 2017-06-26T00:04:31Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/1 | [
"bug"
] | vince62s | 13 |
pytorch/vision | machine-learning | 8,531 | Windows unittest jobs fail due to numpy 2 dependency issue | All other jobs are fine but the windows unittests job are [failing](https://github.com/pytorch/vision/actions/runs/9957203981/job/27508727338?pr=7990).
I'll pin the dep to `numpy<2` in https://github.com/pytorch/vision/pull/8530 to keep the CI green but we should resolve this asap
```
A module that was compiled ... | closed | 2024-07-17T08:46:43Z | 2024-08-20T17:35:30Z | https://github.com/pytorch/vision/issues/8531 | [] | NicolasHug | 2 |
iterative/dvc | machine-learning | 10,505 | Python CLI: `DeprecationWarning` on `dvc.repo.Repo` import | ### Description
Importing `from dvc.repo import Repo` issues a
```
DeprecationWarning: The `hash` argument is deprecated in favor of `unsafe_hash` and will be removed in or after August 2025.
```
### Reproduce
```python3
from warnings import simplefilter
simplefilter('error')
from dvc.repo import Repo
```
... | closed | 2024-08-06T10:07:17Z | 2024-08-06T14:33:06Z | https://github.com/iterative/dvc/issues/10505 | [] | hugo-ricateau | 4 |
davidsandberg/facenet | tensorflow | 1,111 | Is there something wrong for calculating val_rate? | In the function "calculate_val", if a model's maximum false-positive rate still less than the far_target, it will set the threshold to zero and get a very low val_rate. I think the low fale-positive rate means well discrimination, it should get a high val_rate? | open | 2019-11-24T11:07:58Z | 2019-11-24T11:07:58Z | https://github.com/davidsandberg/facenet/issues/1111 | [] | peterzpy | 0 |
jschneier/django-storages | django | 1,255 | `collectstatic` is extremely slow with S3 Manifest | hiya! I'm deploying my app on DigitalOcean App Platform. As part of the build step there, I run `python manage.py collectstatic --noinput`. Before switching to storing my static assets in a S3-compatible bucket this was instant, but now takes over 10 minutes when using the S3 manifest. The S3-compatible service I am us... | open | 2023-06-02T21:31:13Z | 2024-12-19T01:15:34Z | https://github.com/jschneier/django-storages/issues/1255 | [] | catgirlinspace | 7 |
lepture/authlib | flask | 182 | OIDC refresh token | Hello, following [this question](https://stackoverflow.com/questions/59855736/authlib-openid-connect-refresh-token) on SO, I was wondering if there is already a way to get a JWT from a refresh token exchange. For now, even when I specify the scope to be openid, I only get an id_token once and it's on the creation of th... | closed | 2020-01-23T20:14:59Z | 2020-02-25T01:51:43Z | https://github.com/lepture/authlib/issues/182 | [
"feature request"
] | leogout | 4 |
pytorch/pytorch | machine-learning | 149,468 | torch.library.opcheck doesn't check strides for CPU Tensors | Repro:
```py
import torch
from torchvision.transforms.functional import to_pil_image, pil_to_tensor
import PIL
def crop(pic, box):
img = to_pil_image(pic.cpu())
cropped_img = img.crop(box)
return pil_to_tensor(cropped_img).to(pic.device) / 255.
img = torch.ones(3, 64, 64)
img *= torch.linspace(0, 1, steps... | open | 2025-03-19T01:32:23Z | 2025-03-19T01:44:15Z | https://github.com/pytorch/pytorch/issues/149468 | [
"high priority",
"triage review"
] | zou3519 | 1 |
Layout-Parser/layout-parser | computer-vision | 39 | License agreement of pretrained models | What are the licensing terms for pretrained models specified in Model Zoo, I am specifically interested in TableBank. As per their website(https://github.com/doc-analysis/TableBank/blob/master/MODEL_ZOO.md) model and data can not be commercially used. However layout-parser is distributed under Apache 2.0, does it mean ... | closed | 2021-04-29T10:22:25Z | 2021-06-15T02:46:22Z | https://github.com/Layout-Parser/layout-parser/issues/39 | [
"bug"
] | Tushar-FIS | 2 |
assafelovic/gpt-researcher | automation | 969 | ImportError: Unable to import langchain-google-genai | **Describe the bug**
error and log are below
**To Reproduce**
Steps to reproduce the behavior:
4. See error
```
gpt-researcher-1 | ⚠️ Error in reading JSON, attempting to repair JSON
gpt-researcher-1 | Error using json_repair: the JSON object must be str, bytes or bytearray, not NoneType
gpt-researcher-1 |... | closed | 2024-10-31T12:44:02Z | 2024-12-01T08:53:21Z | https://github.com/assafelovic/gpt-researcher/issues/969 | [] | virologist | 3 |
polakowo/vectorbt | data-visualization | 728 | Dockerfile changes to run /apps/candlestick-patterns app | It didn't work for me, got some help from chatGPT:
To make the original Dockerfile work on macOS, the minimal changes needed are to update the config.guess and config.sub scripts before running the configure script. Here is the modified Dockerfile:
Dockerfile
```
FROM python:3.8-slim
RUN apt-get -y upd... | open | 2024-07-06T20:32:26Z | 2024-07-06T20:32:26Z | https://github.com/polakowo/vectorbt/issues/728 | [] | dcorb | 0 |
yeongpin/cursor-free-vip | automation | 17 | 有没有Linux版本 | 请求大神开放Linux版本 | closed | 2025-01-13T09:45:12Z | 2025-01-14T15:28:16Z | https://github.com/yeongpin/cursor-free-vip/issues/17 | [] | Dauth | 1 |
svc-develop-team/so-vits-svc | pytorch | 114 | Can't export as wav | C:\Users\take5\Desktop\svc>python inference_main.py -m "models/niel/G_183000.pth" -c "models/niel/config.json" -n "asians1.wav" -t 0 -s "niel" --wav_format "WAV_FORMAT"
gives me
raise ValueError("Unknown format: {0!r}".format(format_str))
ValueError: Unknown format: 'WAV_FORMAT' | closed | 2023-04-02T16:38:57Z | 2023-04-07T11:59:00Z | https://github.com/svc-develop-team/so-vits-svc/issues/114 | [
"not urgent"
] | Mikefizzy | 1 |
rougier/scientific-visualization-book | numpy | 63 | Inconsistent commas in the code (Chapter 2, page 22) | Hi @rougier,
Еhere is a slight inconsistency in the code from the book - there is no comma after `zorder` argument, but after `linestyle` argument there is a comma (technically the latter case is not an error, but usually trailing comma is used with different code formatting):
```python
plt.plot(P[:,0], P[:,1], cl... | closed | 2022-07-12T11:20:37Z | 2022-07-16T05:44:10Z | https://github.com/rougier/scientific-visualization-book/issues/63 | [] | labdmitriy | 1 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 279 | Not working | Can someone help please ? I fellowed all steps but nothing is working
Here the output:
```
Running Stage 1: Overall restoration
Traceback (most recent call last):
File "C:\BOPTL\Bringing-Old-Photos-Back-to-Life\Global\detection.py", line 12, in <module>
import torch
File "C:\Users\Mourad\AppData\Local... | open | 2023-08-28T22:31:21Z | 2024-01-22T14:10:19Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/279 | [] | Arifi | 2 |
robusta-dev/robusta | automation | 1,280 | Getting multiple reports krr when set for a specific time | **Describe the bug**
getting 2 reports when I have set a cron_expression: "00 4 * * 2" for krr
```
2024-01-30 03:59:02.001 INFO running scheduled job 970bfc78c2d90a4264f8d4afd7512666
2024-01-30 04:01:50.215 INFO running scheduled job 970bfc78c2d90a4264f8d4afd7512666
```
**To Reproduce**
Install robus... | open | 2024-02-08T09:54:01Z | 2024-02-08T09:54:26Z | https://github.com/robusta-dev/robusta/issues/1280 | [] | ShibraAmin | 1 |
streamlit/streamlit | data-visualization | 10,693 | st.popover won't use container width if help arg is passed | ### 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
When passing `help` and `use_container_width`... | closed | 2025-03-08T21:10:02Z | 2025-03-11T09:46:58Z | https://github.com/streamlit/streamlit/issues/10693 | [
"type:bug",
"status:confirmed",
"priority:P1",
"feature:st.popover"
] | schancksb | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.