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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
Nemo2011/bilibili-api | api | 214 | comment获取评论 | 传入的参数是这些:
视频:AV 号:av{170001}。
专栏:cv{9762979}。
动态(画册类型):{116859542}。
动态(纯文本):{497080393649439253}。
想问BV号怎么传入呢? | closed | 2023-02-24T09:56:08Z | 2023-03-01T09:37:01Z | https://github.com/Nemo2011/bilibili-api/issues/214 | [
"question"
] | poppy3333 | 1 |
Kludex/mangum | fastapi | 260 | Multiple event loops in custom handlers | ### Discussed in https://github.com/jordaneremieff/mangum/discussions/256
<div type='discussions-op-text'>
<sup>Originally posted by **jrobbins-LiveData** March 20, 2022</sup>
The Mangum [doc](https://mangum.io/adapter/) shows this example of how one might handle a custom event:
```python
def handler(event, ... | open | 2022-04-26T04:36:37Z | 2022-04-26T18:25:11Z | https://github.com/Kludex/mangum/issues/260 | [
"help wanted",
"improvement"
] | jordaneremieff | 1 |
ClimbsRocks/auto_ml | scikit-learn | 263 | New ML Idea: learning rate schedules for gradient boosting trees | learning rate schedules work really well for neural nets. might they work well for other types of sequentially-updated problems as well?
this one might be a bit tricker to implement. it might require us to build our own gbdt implementation. | open | 2017-06-30T14:51:10Z | 2017-06-30T14:51:10Z | https://github.com/ClimbsRocks/auto_ml/issues/263 | [] | ClimbsRocks | 0 |
PaddlePaddle/ERNIE | nlp | 160 | fluid1.2是否可以运行BERT? | 文档中指出需要使用paddle1.3以上训练,但如果只做预测,是否可以使用1.2版本fluid?
比如使用1.2版本paddle,加载预训练的bert或者fine-tune后的bert模型
如果不支持,希望能具体解释下原因,比如1.2上某些op缺失等..
谢谢 | closed | 2019-06-10T12:40:59Z | 2019-06-11T06:34:22Z | https://github.com/PaddlePaddle/ERNIE/issues/160 | [] | xiehanlin | 1 |
ansible/awx | automation | 15,779 | vCenter source in inventory defaults to 'community.vmware.vmware_vm_inventory' even though I state "plugin: vmware.vmware.vms" | ### Please confirm the following
- [x] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [x] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [x] I understand that AWX is open source software provide... | closed | 2025-01-28T10:23:12Z | 2025-01-28T15:50:12Z | https://github.com/ansible/awx/issues/15779 | [
"type:bug",
"needs_triage",
"community"
] | devidebyzero | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 1,705 | HAVE NVIDIA, BUT GPU CONVERSION NOT WORKING. | **_HELLO, I NEED HELP, I HAVE INVIDIA GPU BUT WHEN I TRY TO USE THE GPU COVERSION, I ALWAYS HAVE THIS ERROR, AND THE PROCESS DON'T START._**
Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
RuntimeError: ""
Traceback Erro... | open | 2025-01-17T18:13:29Z | 2025-02-02T21:21:08Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1705 | [] | Jose213-cmd | 3 |
hyperspy/hyperspy | data-visualization | 3,128 | Up-streaming Map-overlap Functions | #### Describe the functionality you would like to see.
There are a couple of functions using map-overlap in packages that extend hyperspy and I was thinking of up streaming their implementation to hyperspy. I figured we could give hyperspy the right of first refusal before implementing downstream.
Adding support f... | open | 2023-04-14T21:34:43Z | 2023-04-15T11:58:43Z | https://github.com/hyperspy/hyperspy/issues/3128 | [] | CSSFrancis | 1 |
Gozargah/Marzban | api | 863 | xray core 1.8.9 | درود
با عرض خسته نباشید ،
لطفا مرزبان رو بروز کنید قابلیت http upgrade به هسته اضافه شده که باعث میشه فینگرپرینت کمتری در مواقع استفاده از cdn به جای بگذاره و لطفا این رو به مرزبان اضافه کنید با تشکر
ی سری باگ هم فیکس شده و ی پچ امینتی هم برای vmess اومده رو همین ورژن
https://github.com/XTLS/Xray-core/relea... | closed | 2024-03-11T14:55:23Z | 2024-03-20T22:54:21Z | https://github.com/Gozargah/Marzban/issues/863 | [
"Feature"
] | w0l4i | 3 |
dsdanielpark/Bard-API | nlp | 88 | why keyerror "image" happens | <img width="830" alt="image" src="https://github.com/dsdanielpark/Bard-API/assets/82095274/b9333272-0083-4bc4-8268-df068e3c0bb4">
I'm wondering why the error pops up, even we can use the try except to handle this, but nothing changes. If I input a normal text like :"hi", it will return nothing since it's still be reco... | closed | 2023-07-01T12:41:25Z | 2023-07-03T06:30:21Z | https://github.com/dsdanielpark/Bard-API/issues/88 | [] | Xiansssss | 2 |
onnx/onnx | machine-learning | 6,103 | Spec for ReduceSumSquare is incorrect when noop_with_empty_axes == 1 | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk... | open | 2024-04-29T02:43:06Z | 2025-03-21T00:18:10Z | https://github.com/onnx/onnx/issues/6103 | [
"bug",
"topic: documentation",
"topic: spec clarification",
"contributions welcome"
] | RunnerZhong | 8 |
prkumar/uplink | rest-api | 289 | Type hinting Optional parameters with the Field annotation | **Is your feature request related to a problem? Please describe.**
Imagine the following scenario where you want to make a `POST` request with a body that contains a only a few fields and creating a seperate `Pydantic` (or Marshmallow) model would be just more boilerplate (I'm not considerring passing a dict or kwar... | open | 2023-03-20T09:32:35Z | 2023-03-20T09:32:53Z | https://github.com/prkumar/uplink/issues/289 | [] | koioannis | 0 |
serengil/deepface | machine-learning | 1,075 | Preprocessing ascii script check is unsuported for python 3.6 | ## Issues
I am using Python 3.6 to run DeepFace version 0.0.85 (which supported Python >= 3.5.5 from PyPi). However, I got an error as above:
My code was like
```python3
from deepface import DeepFace
import deepface
import sys
print(deepface.__version__)
print(sys.version)
print(DeepFace.analyze('image1.p... | closed | 2024-03-09T05:59:08Z | 2024-03-10T09:17:52Z | https://github.com/serengil/deepface/issues/1075 | [
"bug"
] | PlayerNguyen | 3 |
rougier/numpy-100 | numpy | 74 | Hide answers | It would be nice if the answers were hidden so one wouldn't accidentally read the answers.
| open | 2018-12-04T22:32:33Z | 2018-12-05T17:28:32Z | https://github.com/rougier/numpy-100/issues/74 | [] | tkwon | 1 |
pallets-eco/flask-wtf | flask | 417 | validate_on_submit() expects a tuple list for SelectField even though a normal list is a valid argument | ### Actual Behavior
`form.validate on submit()` evaluates to `False` when `choices` in `SelectField` is a list of values only. The same form validation evaluates to `True` when using `(value, label)` tuples as used with version 2.2.1
```python
class RegistrationForm(FlaskForm):
language = SelectField('Lang... | closed | 2020-07-29T13:46:52Z | 2021-05-26T00:54:52Z | https://github.com/pallets-eco/flask-wtf/issues/417 | [] | ghost | 1 |
graphql-python/graphene-django | graphql | 1,356 | Check dependent libraries: https://github.com/tfoxy/graphene-django-optimizer and https://github.com/eamigo86/graphene-django-extras | Check dependent libraries: https://github.com/tfoxy/graphene-django-optimizer and https://github.com/eamigo86/graphene-django-extras | closed | 2022-09-26T10:49:08Z | 2023-06-11T20:07:08Z | https://github.com/graphql-python/graphene-django/issues/1356 | [
"✨enhancement"
] | firaskafri | 3 |
dmlc/gluon-cv | computer-vision | 1,060 | Faster-RCNN-custom cannot transfer pretrained weight from coco or voc | To reproduce:
```python
import gluoncv as gcv
net1 = gcv.model_zoo.get_model('yolo3_mobilenet1.0_custom',
pretrained_base=False, transfer='coco',
classes=['a', 'b', 'c'])
net2 = gcv.model_zoo.get_model('faster_rcnn_resnet50_v1b_custom',
... | closed | 2019-11-27T09:06:44Z | 2019-11-28T01:49:55Z | https://github.com/dmlc/gluon-cv/issues/1060 | [] | hetong007 | 2 |
mwaskom/seaborn | data-visualization | 3,632 | Palette does not support the use of defaultdict with missing values | Currently, Seaborn does not permit the use of defaultdict with missing values as a palette. A minimal example that reproduces this issue is:
```python
import seaborn as sns
import pandas as pd
from collections import defaultdict
data = pd.DataFrame({
"values": [1, 2, 3],
"hues": ["foo", "bar", "baz"]... | open | 2024-02-07T15:40:34Z | 2024-02-10T19:02:10Z | https://github.com/mwaskom/seaborn/issues/3632 | [] | ehermes | 4 |
litestar-org/litestar | asyncio | 3,248 | build: `make docs-serve` watching polyfactory dir in litestar project | https://github.com/litestar-org/litestar/blob/042468cd8af6a852d1758735507ed9305daf9734/Makefile#L149 | closed | 2024-03-23T23:20:00Z | 2025-03-20T15:54:31Z | https://github.com/litestar-org/litestar/issues/3248 | [
"Bug :bug:",
"Good First Issue"
] | peterschutt | 2 |
kymatio/kymatio | numpy | 292 | BUG 1D scattering does not respect `max_order` | Specifically, if we set `max_order = 1`, it creates the same size output as for `max_order = 2`, but fills the remaining elements with zero. | closed | 2019-01-15T04:22:03Z | 2019-01-15T15:02:25Z | https://github.com/kymatio/kymatio/issues/292 | [] | janden | 0 |
collerek/ormar | fastapi | 435 | Many-to-many fields have strange types | **Describe the bug**
Consider the following contrived example:
```python
class Actor(ormar.Model):
class Meta(MainMeta):
pass
id = ormar.Integer(primary_key=True)
name = ormar.String(max_length=255)
class Film(ormar.Model):
class Meta(MainMeta):
pass
id = ormar.Int... | closed | 2021-11-17T10:18:37Z | 2021-12-06T18:56:17Z | https://github.com/collerek/ormar/issues/435 | [
"bug"
] | dbatten5 | 3 |
harry0703/MoneyPrinterTurbo | automation | 99 | 字幕生成一半 | 生成了56秒的视频,但是字幕只到29秒,后面就没有字幕了。 | closed | 2024-03-28T14:18:32Z | 2024-03-31T15:34:26Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/99 | [
"bug"
] | duffercn | 4 |
Yorko/mlcourse.ai | plotly | 608 | Potentially incorrect statement about .map vs .replace in topic1_pandas_data_analysis.ipynb | In **Applying Functions to Cells, Columns and Rows** section of topic1_pandas_data_analysis.ipynb exercise when explaining how to replace values in column it is stated that `.replace` does the same thing as `.map` that, I think, is just partially correct.
While `.map` is applied to the dataframe produces NaN values fo... | closed | 2019-09-04T19:06:22Z | 2019-09-08T13:59:36Z | https://github.com/Yorko/mlcourse.ai/issues/608 | [] | andrei-khveras | 1 |
ets-labs/python-dependency-injector | asyncio | 394 | Context manager for the providers.Configuration | My proposal is to add the `__enter__` and `__exit__` methods to the `providers.Configuration` class to reduce code duplication and improve the visualization of configuration blocks.
Example of such case:
```python
from dependency_injector import providers
from environs import Env
env = Env()
config = provid... | closed | 2021-02-10T09:57:30Z | 2021-02-15T22:09:02Z | https://github.com/ets-labs/python-dependency-injector/issues/394 | [
"feature"
] | gtors | 5 |
coqui-ai/TTS | pytorch | 3,077 | [Feat] : Multilingual Support for Tacotron2 | <!-- Welcome to the 🐸TTS project!
We are excited to see your interest, and appreciate your support! --->
**🚀 Feature Description**
The Tacotron2 model is a powerful tool for text-to-speech synthesis, but it currently lacks built-in support for multiple languages. Adding multilingual capabilities would significan... | closed | 2023-10-17T16:37:42Z | 2023-11-13T12:44:23Z | https://github.com/coqui-ai/TTS/issues/3077 | [
"feature request"
] | Parvezkhan0 | 1 |
approximatelabs/sketch | pandas | 8 | Not working | Hello, Tried to use sketch with a simple use case, but I'm not getting results. I'm working in Spyder IDE on Anaconda, pip install of sketch worked fine, but my console output is always: "<IPython.core.display.HTML object>"
This happens regardless of the type of question I ask it, following the documentation.
Th... | closed | 2023-01-26T02:01:14Z | 2023-01-26T16:40:35Z | https://github.com/approximatelabs/sketch/issues/8 | [] | pdavis01 | 2 |
coqui-ai/TTS | python | 3,515 | Design improvements in the bash entry point | Theres a few design weaknesses in the bash wrapper and the project in general that if fixed could make this more useful.
1. If cuda exists it should be the used by default.
2. arguments are different per model and it isnt clear why unless one digs into the models
3. There are too many similarly named files and fo... | closed | 2024-01-13T15:15:44Z | 2024-02-23T03:28:15Z | https://github.com/coqui-ai/TTS/issues/3515 | [
"wontfix",
"feature request"
] | xvdp | 1 |
hzwer/ECCV2022-RIFE | computer-vision | 62 | Pre-trained LiteFlowNet model | Thanks for your wonderful work!
As stated in `training strategy: A LiteFlowNet [14] pre-trained on the FlyingChairs [9] dataset is used as the overpowered teacher in the leakage distillation`, can u release the pre-trained LiteFlowNet model? I can only find the model (released in [LiteFlowNet](https://github.com/twh... | closed | 2020-12-10T03:40:46Z | 2020-12-10T07:09:37Z | https://github.com/hzwer/ECCV2022-RIFE/issues/62 | [] | lhao0301 | 1 |
predict-idlab/plotly-resampler | plotly | 44 | Problem with pyinstaller | Hi,
First thing - thanks for your work 👍 This Plotly-Resampler allow me to handle 30bln datapoints plots. Really great job!
Unfortunately I have a problem with your library combined with PyInstaller. Code works properly inside PyCharm but when I add to the code "from plotly_resampler import FigureResampler", build... | closed | 2022-04-23T16:09:36Z | 2022-08-12T07:39:04Z | https://github.com/predict-idlab/plotly-resampler/issues/44 | [
"installation"
] | Piotrkow | 4 |
graphistry/pygraphistry | jupyter | 633 | [BUG] scene settings for point_size not always setting to correct value | **Describe the bug**
Customer reports that trying to set the point_size via scene_settings doesn't always set correctly.
Comment from user:
> mismatch in the scale of the UI input and what is available on the API. Either update documentation or make the UI and API like-for-like
**To Reproduce**
use f... | open | 2025-01-07T03:46:50Z | 2025-01-15T19:30:58Z | https://github.com/graphistry/pygraphistry/issues/633 | [
"bug"
] | DataBoyTX | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 668 | About https://github.com/dosafe | Hi,
I'm sorry for bothering but are you the owner of https://github.com/dosafe? We would like to use this username for our brand. | closed | 2022-10-24T21:24:40Z | 2022-11-06T03:14:53Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/668 | [] | JOY | 1 |
pyg-team/pytorch_geometric | pytorch | 8,957 | Graph Transformer implementation | ### 🚀 The feature, motivation and pitch
DGL has graph transformer implementation here: https://docs.dgl.ai/en/1.1.x/notebooks/sparse/graph_transformer.html
Is it possible to include this architecture in pytorch geometric?
### Alternatives
We may already have the implementation of this but I can not find it.
### A... | closed | 2024-02-23T05:20:09Z | 2024-02-23T15:36:21Z | https://github.com/pyg-team/pytorch_geometric/issues/8957 | [
"feature"
] | ck-amrahd | 2 |
seleniumbase/SeleniumBase | pytest | 2,138 | Add new examples that make use of https://seleniumbase.io/simple/login | ## Add new examples that make use of https://seleniumbase.io/simple/login
There's a new website just for testing basic login and showing off SeleniumBase methods and features.
We still have the existing MFA (Multi-factor auth / 2FA) site here: https://seleniumbase.io/realworld/login.
(The sites are nearly iden... | closed | 2023-09-24T15:53:26Z | 2023-09-26T01:36:01Z | https://github.com/seleniumbase/SeleniumBase/issues/2138 | [
"documentation",
"tests"
] | mdmintz | 1 |
nschloe/matplotx | matplotlib | 1 | meet at center | If a quad has one edge with a contour, draw a line from that segment to the quad center. This avoids situations like:

| open | 2021-10-25T20:37:13Z | 2021-10-25T20:37:13Z | https://github.com/nschloe/matplotx/issues/1 | [] | nschloe | 0 |
holoviz/panel | jupyter | 7,386 | Cannot sync date and time widgets to url | panel 1.5.2
URL syncing does not working for date and time widgets.
```python
import datetime as dt
import panel as pn
pn.extension()
test_widget = pn.widgets.DatetimePicker(
name='Datetime Picker', value=dt.datetime(2021, 3, 2, 12, 10)
)
pn.state.location.sync(test_widget, parameters=["value"])
... | open | 2024-10-09T18:50:04Z | 2024-10-09T18:50:04Z | https://github.com/holoviz/panel/issues/7386 | [] | electrophys | 0 |
lepture/authlib | django | 284 | Some tests fail if all tests are run together | **Describe the bug**
Some tests in `tests/core/test_oauth2/test_rfc8414.py` and `tests/core/test_oidc/test_discovery.py` fail if they are run with Django or Flask tests.
**Error Stacks**
<details>
<summary>pytest logs</summary>
```
============================= test session starts ========================... | closed | 2020-10-16T07:41:36Z | 2020-10-20T15:56:09Z | https://github.com/lepture/authlib/issues/284 | [
"bug"
] | yan12125 | 7 |
netbox-community/netbox | django | 18,004 | Job scheduling is not working | ### Deployment Type
Self-hosted
### Triage priority
I volunteer to perform this work (if approved)
### NetBox Version
v4.1.6
### Python Version
3.11
### Steps to Reproduce
1. Create any script
```python
from extras.scripts import Script
class TestScript(Script):
def run(self, data, commit):
... | closed | 2024-11-13T14:08:45Z | 2025-02-20T03:04:59Z | https://github.com/netbox-community/netbox/issues/18004 | [
"type: bug",
"status: duplicate",
"netbox"
] | miaow2 | 2 |
deepset-ai/haystack | machine-learning | 8,704 | Imports inside init causing extremely slow load times | **Describe the bug**
Any import made to a component is causing unnecessary packages to be loaded and increasing load times significantly
The design of the `__init__.py` files in the component directories are not optimized because importing a single component will bring all the others in even when using the full pat... | closed | 2025-01-10T15:43:24Z | 2025-02-21T08:55:21Z | https://github.com/deepset-ai/haystack/issues/8704 | [
"P2"
] | lohit8846 | 0 |
autokey/autokey | automation | 675 | Inconsistency of "New..." button behavior in the two front ends | ### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is this?
UI/Usability
### Which Linux distribution did you use?
Any.
### Which AutoKey GUI did you use?... | open | 2022-02-24T20:11:11Z | 2022-02-27T22:37:23Z | https://github.com/autokey/autokey/issues/675 | [
"bug",
"autokey-qt",
"autokey-gtk",
"user interface"
] | Elliria | 2 |
scrapy/scrapy | python | 5,747 | How to enable certificate verification when Scrapy accesses https? | Check the documentation and find that you need to add the following configuration in settings.py
```
DOWNLOADER_CLIENTCONTEXTFACTORY = "scrapy.core.downloader.contextfactory.BrowserLikeContextFactory"
```
spider.py
```
class GoogleSpider(scrapy.Spider):
name = 'google'
allowed_domains = [ 'google.co... | closed | 2022-12-07T12:29:00Z | 2023-10-25T15:49:42Z | https://github.com/scrapy/scrapy/issues/5747 | [] | Akise | 8 |
d2l-ai/d2l-en | tensorflow | 2,306 | potential issue in bi-rnn | ```python
@d2l.add_to_class(BiRNNScratch)
def forward(self, inputs, Hs=None):
f_H, b_H = Hs if Hs is not None else (None, None)
f_outputs, f_H = self.f_rnn(inputs, f_H)
b_outputs, b_H = self.b_rnn(reversed(inputs), b_H)
outputs = [torch.cat((f, b), -1) for f, b in zip(f_outputs, b_outputs)] # sho... | closed | 2022-09-15T01:55:25Z | 2022-09-15T18:34:19Z | https://github.com/d2l-ai/d2l-en/issues/2306 | [] | ronnieqt | 1 |
xorbitsai/xorbits | numpy | 500 | DOC: supported python version | https://doc.xorbits.io/en/latest/getting_started/installation.html
Since we have dropped py 3.7, the doc should be updated as well. | closed | 2023-06-06T09:59:47Z | 2023-06-21T02:43:18Z | https://github.com/xorbitsai/xorbits/issues/500 | [
"documentation",
"good first issue"
] | UranusSeven | 3 |
betodealmeida/shillelagh | sqlalchemy | 58 | Move `Order` enum to `types` | closed | 2021-07-03T20:25:22Z | 2021-07-03T20:43:59Z | https://github.com/betodealmeida/shillelagh/issues/58 | [
"good first issue"
] | betodealmeida | 0 | |
tortoise/tortoise-orm | asyncio | 1,768 | When I initialize the database for the first time, if I have a field in my model with unique=True, then when I set this field's unique to False, it throws tortoise.exceptions.OperationalError: ( 1091, “Can't DROP ‘idx_tb_tasks_name_d55a80’; check that column/key exists”) error | **Describe the bug**
When I initialize the database for the first time, if I have a field in my model with unique=True, then when I set this field's unique to False, it throws `tortoise.exceptions.OperationalError: ( 1091, “Can't DROP ‘idx_tb_tasks_name_d55a80’; check that column/key exists”)` error.
I located the pr... | closed | 2024-11-14T07:22:51Z | 2024-11-14T08:32:17Z | https://github.com/tortoise/tortoise-orm/issues/1768 | [] | gck123 | 0 |
autokey/autokey | automation | 594 | (CI) don't test the version number when running CI tests on merges | I think the reason [this commit](https://github.com/autokey/autokey/runs/3335287095) fails is because merge commits don't have the rest of the git history, so there is no recent git tag to check the version against.
We should add a `skipif` to the pytest and find a way to check if we are testing a merge commit | open | 2021-08-15T23:04:38Z | 2023-08-24T14:41:23Z | https://github.com/autokey/autokey/issues/594 | [
"bug",
"easy fix",
"development"
] | BlueDrink9 | 1 |
alteryx/featuretools | data-science | 1,794 | RollingMean does not compute features for rows whose dates are in the future. | ### Bug/Feature Request Title
RollingMean does not compute features for rows whose dates are in the future.
-----
*Issues created here on Github are for bugs or feature requests. For usage questions and questions about errors, please ask on Stack Overflow with the [featuretools](https://stackoverflow.com/questions/t... | closed | 2021-11-22T19:15:39Z | 2021-11-22T20:53:46Z | https://github.com/alteryx/featuretools/issues/1794 | [] | freddyaboulton | 5 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,776 | Add sqlalchemy.orm.Session.merge_all / delete_all | ### Describe the use case
`add` has `add_all` but `merge` doesn't seems to have `merge_all`
```
self.db_session.merge_all(users)
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Session' object has no attribute 'merge_all'
```
### Databases / Backends / Drivers targeted
Postgresql/psycopg2 (but shouldn't ... | closed | 2024-08-22T11:16:15Z | 2025-02-05T19:06:03Z | https://github.com/sqlalchemy/sqlalchemy/issues/11776 | [
"orm",
"use case"
] | Et7f3 | 9 |
dropbox/PyHive | sqlalchemy | 339 | I am trying to add http capabilities with Signed Auth Header for my team in Oracle cloud. Can I get some pointer | open | 2020-06-25T05:19:47Z | 2020-06-25T05:20:12Z | https://github.com/dropbox/PyHive/issues/339 | [] | satyamsah | 0 | |
slackapi/bolt-python | fastapi | 269 | None values from event Slack | I have event listener:
```
@app.event("message")
def message(payload):
event = payload.get("event", {})
channel_id = event.get("channel")
user_id = event.get("user")
text = event.get("text")
user_id = event.get("user")
print(user_id,text,channel_id)
```
When i type something in Slac... | closed | 2021-03-25T18:15:20Z | 2021-03-25T20:05:46Z | https://github.com/slackapi/bolt-python/issues/269 | [
"question"
] | vasiliy-grinko | 1 |
ultralytics/ultralytics | machine-learning | 19,685 | How to change bounding box color? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
I need to change the bbox color. It seems there is no argument for color whe... | open | 2025-03-13T17:51:17Z | 2025-03-15T10:38:20Z | https://github.com/ultralytics/ultralytics/issues/19685 | [
"question",
"detect"
] | sipov | 8 |
hootnot/oanda-api-v20 | rest-api | 96 | Jupyter exampleAuth error | I'm getting an error in this line of code under accounts.ipynb
```
import json
import oandapyV20
import oandapyV20.endpoints.accounts as accounts
from exampleauth import exampleauth
accountID, access_token = exampleauth.exampleAuth()
client = oandapyV20.API(access_token=access_token)
r = accounts.AccountL... | closed | 2017-09-10T01:59:52Z | 2017-09-10T09:31:24Z | https://github.com/hootnot/oanda-api-v20/issues/96 | [] | alexismanalo | 1 |
ageitgey/face_recognition | python | 623 | Error while running "pip install dlib" | * face_recognition version:
* Python version:
* Operating System:
### Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue.
### ... | closed | 2018-09-19T05:14:29Z | 2018-10-08T16:39:04Z | https://github.com/ageitgey/face_recognition/issues/623 | [] | Keshri99 | 2 |
littlecodersh/ItChat | api | 136 | 报告语法错误,运行readme代码 | ```
#coding=utf8
import itchat, time
from itchat.content import *
@itchat.msg_register([TEXT, MAP, CARD, NOTE, SHARING])
def text_reply(msg):
itchat.send('%s: %s' % (msg['Type'], msg['Text']), msg['FromUserName'])
@itchat.msg_register([PICTURE, RECORDING, ATTACHMENT, VIDEO])
def download_files(msg):
... | closed | 2016-11-01T13:37:49Z | 2016-11-02T02:56:01Z | https://github.com/littlecodersh/ItChat/issues/136 | [] | chijiao | 1 |
flairNLP/flair | pytorch | 3,428 | [Bug]: Error message: "learning rate too small - quitting training!" | ### Describe the bug
Model training quits after epoch 1 with a "learning rate too small - quitting training!" error message even though the "patience" parameter is set to 10.
### To Reproduce
```python
In Google Colab:
!pip install flair -qq
import os
from os import mkdir, listdir
from os.path import join, ... | closed | 2024-03-18T14:58:03Z | 2024-03-18T16:14:55Z | https://github.com/flairNLP/flair/issues/3428 | [
"bug"
] | azkgit | 1 |
s3rius/FastAPI-template | asyncio | 22 | Fix postgres error in docker-compose. | We need to change healthcheck command.
Because healthcheck command is incorrect postgres is constantly write in log "FATAL: role "root" does not exist".
It must be fixed by providing different healthcheck command. | closed | 2021-09-30T22:43:15Z | 2021-10-01T10:25:29Z | https://github.com/s3rius/FastAPI-template/issues/22 | [] | s3rius | 0 |
joeyespo/grip | flask | 298 | TypeError: required field "type_ignores" missing from Module | I have tried uninstalling and re-installing grip. I believe this may be to do with a bug in [Python 3.8](https://github.com/beetbox/beets/pull/3202), but I don't see a way to change what version of Python grip will use (and I have the latest version of Python that Cygwin can give me - `python3.8 --version: Python 3.8.0... | open | 2019-05-18T05:21:22Z | 2019-10-25T08:11:45Z | https://github.com/joeyespo/grip/issues/298 | [
"bug"
] | robertmarkbram | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 116 | How to use the legendary Unet? | Hello, first of all thanks for an awesome library.
I'm confused when I want to use the legendary Unet.
The default encoder_name of class 'smp.Unet' is "resnet34", which means when i create model use 'smp.Unet()', the backbone will be resnest34. So how can i create the legendary Unet model?

.
When I use cross validation, the confusion matrix and out-of-folds predictions show that there are 123 datapoints instead of 120.
It seems to think there are 20 cases of the minority class.
I have been able t... | closed | 2022-09-14T13:11:46Z | 2022-09-14T13:55:23Z | https://github.com/mljar/mljar-supervised/issues/569 | [] | dracar2s | 5 |
vaexio/vaex | data-science | 2,455 | [BUG-REPORT]: 'TypeError: Expected Array, got <class 'pyarrow.lib.ChunkedArray'>' |
I have code in which I am using applyinPandas along witha a udf function that processes two dataframes, one on which the groupby is applied and another is passed as paramter to the udf function.
Now whenever, I run the function for a smaller dataset let's say for around ~200k record - it runs smoothly finished within... | open | 2025-02-06T14:18:53Z | 2025-02-06T14:20:23Z | https://github.com/vaexio/vaex/issues/2455 | [] | Piyush23Rai | 0 |
biolab/orange3 | data-visualization | 6,667 | Feature Statistics Widget : count, count distinct, same for categorical, etc... | **What's your use case?**
Hello. I would like to analyze quickly a dataset before working on it. The Feature Statistics would do the job but sadly, I miss some informations.

**What's your proposed solution?**
-new c... | closed | 2023-12-06T06:09:08Z | 2024-11-23T08:51:07Z | https://github.com/biolab/orange3/issues/6667 | [] | simonaubertbd | 4 |
marimo-team/marimo | data-visualization | 3,771 | `mo.ui.table()` renders dataframes and dictionaries differently | ### Describe the bug
Maybe this isn't technically a bug but it caught me off guard. In order to hide data types in table header, I converted my Polars dataframe to a dictionary as instructed [here](https://github.com/marimo-team/marimo/pull/2907). This did hide data types but non-primitive data types like structs and ... | closed | 2025-02-12T16:40:45Z | 2025-02-12T19:06:25Z | https://github.com/marimo-team/marimo/issues/3771 | [
"bug"
] | tare | 1 |
sktime/sktime | data-science | 8,008 | [ENH] Add param to `evaluate` to calculate each error metric across cv folds | **Is your feature request related to a problem? Please describe.**
`sktime.forecasting.model_evaluation.evaluate` calculates error metrics separately for each cv window. This adds an extra step for the user if we want to calculate error metrics across cv windows.
**Describe the solution you'd like**
`evaluate` can ha... | open | 2025-03-18T14:21:08Z | 2025-03-18T19:28:31Z | https://github.com/sktime/sktime/issues/8008 | [
"enhancement"
] | gbilleyPeco | 0 |
django-import-export/django-import-export | django | 1,741 | `get_resource_kwargs` should return kwargs passed | **Describe the bug**
```
def get_resource_kwargs(self, request, *args, **kwargs):
return {}
```
This block will remove any values currently present in `kwargs`, which means data is lost and it is not easy to override.
[source](https://github.com/django-import-export/django-import-export/blob/eabba... | closed | 2024-01-19T13:40:38Z | 2024-01-31T16:17:13Z | https://github.com/django-import-export/django-import-export/issues/1741 | [
"bug"
] | matthewhegarty | 4 |
PokeAPI/pokeapi | graphql | 708 | No area data in Generation 7 | <!--
Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following:
- Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!)
- If your issue is one of outdated API data, please note that we get our data from [veekun](https://g... | open | 2022-04-04T12:58:14Z | 2022-04-04T18:56:17Z | https://github.com/PokeAPI/pokeapi/issues/708 | [] | PolarsBear | 1 |
ultralytics/ultralytics | pytorch | 19,797 | Why was the YOLOv8n-cls summary called twice? | ### 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
Why was the YOLOv8n-cls summary called twice? Which one should I take as the... | open | 2025-03-20T11:59:30Z | 2025-03-20T13:30:46Z | https://github.com/ultralytics/ultralytics/issues/19797 | [
"question",
"classify"
] | cainiao123s | 2 |
pydantic/pydantic-ai | pydantic | 1,126 | Support for model Gemini Flash 2.0 Image Generation | ### Description
model name: "gemini-2.0-flash-exp-image-generation"
gemini api doc: https://ai.google.dev/gemini-api/docs/image-generation#gemini
### References
_No response_ | open | 2025-03-15T06:40:35Z | 2025-03-16T12:22:10Z | https://github.com/pydantic/pydantic-ai/issues/1126 | [
"Feature request"
] | tranhoangnguyen03 | 1 |
sinaptik-ai/pandas-ai | data-visualization | 1,050 | No module named 'pygwalker' | ### System Info
Python version: 3.10
### 🐛 Describe the bug
I’ve got my app working perfectly on my local machine, but when trying to host it on the cloud here on streamlit I’m getting:
ModuleNotFoundError: No module named 'pygwalker'
I absolutely have ‘**pygwalker**’ included in my requirements.txt
![require... | closed | 2024-03-19T05:15:22Z | 2024-07-05T16:06:46Z | https://github.com/sinaptik-ai/pandas-ai/issues/1050 | [] | yifvs | 1 |
pytorch/vision | machine-learning | 8,699 | [Feature Request] PadToSquare: Square Padding to Preserve Aspect Ratios When Resizing Images with Varied Shapes in torchvision.transforms.v2 | ### 🚀 The feature
A new transform class, PadToSquare, that pads non-square images to make them square by adding padding to the shorter side. Configuration is inspired by `torchvision.transforms.v2.Pad`. Note that positional argument `size` is dropped since we calculate the target size based on the non-square image ... | open | 2024-10-26T14:59:26Z | 2024-10-28T18:23:59Z | https://github.com/pytorch/vision/issues/8699 | [] | geezah | 4 |
biolab/orange3 | pandas | 6,787 | Delete/rename features | ### What's your use case?
I need to change the name of some features and remove some. A frequent question for which I could not find a specialised widget.
My data is a _Qty_ by _Date_ which needed to be grouped by week. Using a **Formula** I created a _week_ number followed a **Group by** to get 3 columns: _week... | closed | 2024-04-23T13:43:17Z | 2024-04-23T15:17:01Z | https://github.com/biolab/orange3/issues/6787 | [] | alaindebecker | 1 |
jofpin/trape | flask | 362 | Gt | open | 2022-07-11T00:35:05Z | 2022-07-11T00:46:04Z | https://github.com/jofpin/trape/issues/362 | [] | Sergo2106 | 1 | |
unit8co/darts | data-science | 2,689 | `to_dataframe(backend)` and `to_series(backend)` extension | **Is your feature request related to a current problem? Please describe.**
[#2661](https://github.com/unit8co/darts/pull/2661/) makes Darts user inputs dataframe agnostic. It would be nice to close the loop and extend the current `TimeSeries.pd_dataframe()` and `TimeSeries.pd_series()` to any dataframe library (pandas,... | closed | 2025-02-20T14:17:12Z | 2025-03-08T11:25:42Z | https://github.com/unit8co/darts/issues/2689 | [
"improvement"
] | authierj | 0 |
TheKevJames/coveralls-python | pytest | 66 | Subprocess coverage missing | With the right configuration and some [monkey patching](https://bitbucket.org/ned/coveragepy/issue/117/enable-coverage-measurement-of-code-run-by), coverage.py supports line coverage in subprocess and multiprocessing. However, coveralls-python doesn't seems to report line covered in subprocess.
I did the necessary mod... | closed | 2015-03-08T04:43:56Z | 2015-03-08T11:13:41Z | https://github.com/TheKevJames/coveralls-python/issues/66 | [] | gpoulin | 2 |
pydata/bottleneck | numpy | 461 | [BUG] Version 1.4.1 fails to build with Python 3.8 | **Describe the bug**
I'm seeing the following error when installing Bottleneck as part of a `pandas[performance]` install:
```
Collecting bottleneck>=1.3.2 (from pandas[performance]~=2.0->-r requirements/core.txt (line 2))
Using cached bottleneck-1.4.1.tar.gz (103 kB)
Installing build dependencies ... error
... | closed | 2024-10-14T18:00:45Z | 2024-10-18T11:19:05Z | https://github.com/pydata/bottleneck/issues/461 | [
"bug"
] | GergelyKalmar | 3 |
521xueweihan/HelloGitHub | python | 2,722 | GitHub
| closed | 2024-03-31T18:43:44Z | 2024-04-01T02:32:12Z | https://github.com/521xueweihan/HelloGitHub/issues/2722 | [] | Dimitrios69 | 0 | |
FactoryBoy/factory_boy | django | 183 | Question about @mute_signals with @post_generation function | Hi,
I'm experiencing some troublesome issue when using @mute_signals decorator and custom code in a @post_generation function.
That's my current base factory, and all other factories are inheriting from this one to mute signals in every ones :
```
import factory
from django.db.models import signals
from my_app.mode... | closed | 2015-02-10T10:28:12Z | 2019-01-26T06:39:47Z | https://github.com/FactoryBoy/factory_boy/issues/183 | [] | romgar | 1 |
tfranzel/drf-spectacular | rest-api | 428 | Default Response Code for post is 200? | **Describe the bug**
When annotating a generics.createAPIView or generics.ListCreateAPIView, it seems as if the default response code for post responses is 200. Should it be 201? I am using drf spectacular auto schema and generator.
**To Reproduce**
Create a class that derives from generics.ListCreateAPIView and l... | closed | 2021-06-11T15:12:53Z | 2021-07-08T07:25:27Z | https://github.com/tfranzel/drf-spectacular/issues/428 | [
"bug",
"fix confirmation pending"
] | li-darren | 4 |
tortoise/tortoise-orm | asyncio | 1,703 | 🐛 Issue: `Model.annotate(...).update(...)` not working | ### Description
`Model.annotate(...).update(...)` does not work, giving an error.
```python-traceback
tortoise.exceptions.FieldError: There is no non-virtual field bonus_salary on Model Employee
```
### Example code
```python
from tortoise import Tortoise, Model, fields, run_async
from datetime import datet... | closed | 2024-09-03T19:15:03Z | 2024-11-10T09:40:55Z | https://github.com/tortoise/tortoise-orm/issues/1703 | [] | DavideGalilei | 0 |
google-research/bert | tensorflow | 1,007 | Is it possible feed BERT to seq2seq encoder for NMT (for low resource language)? | I'm working on NMT model which the input and the target sentences are from the same language (but the grammar differs). I'm planning to pre-train and use BERT since I'm working on small dataset and low/under resource language. so is it possible to feed BERT to the seq2Seq encoder/decoder? | open | 2020-02-22T20:52:10Z | 2020-02-25T19:00:16Z | https://github.com/google-research/bert/issues/1007 | [] | JohnasSolomon | 2 |
thtrieu/darkflow | tensorflow | 738 | GCloud ML Engine | I've custom darknet model and convert to .pb model using darkflow. Got an error in gcloud ml engine when I tried to creating a model. any suggestion?
> Create Version failed. Model validation failed: SavedModel must contain exactly one metagraph with tag: serve For more information on how to export Tensorflow SavedM... | open | 2018-04-26T11:48:55Z | 2019-09-05T17:15:06Z | https://github.com/thtrieu/darkflow/issues/738 | [] | bduman | 2 |
pyeve/eve | flask | 673 | Resources resolution does not work if _id is not of type ObjectId | If _id is stored as a String, resources lookup does not work.
Description:
http://127.0.0.1:5000/items/item1 works fine if _id is of type ObjectId("item1")
http://127.0.0.1:5000/items/item1 fails with 404, resource not found, if the same item is defined with _id of type String("item1")
| closed | 2015-07-18T23:16:08Z | 2015-08-24T07:54:41Z | https://github.com/pyeve/eve/issues/673 | [] | afedulov | 1 |
vitalik/django-ninja | rest-api | 1,061 | [testing] Add `resolver_match` to the mocked request object in the Ninja's TestClient | # The problem
Previously, the Ninja's `TestClient` did not include the `resolver_match` in the mocked request object. That's causing issue when having the following setup:
```python
# in schemas.py
class EntityUpdateSchema(Schema):
id: int
class Meta:
exclude: ("id",)
fields_opti... | open | 2024-01-22T08:42:49Z | 2024-03-07T08:00:50Z | https://github.com/vitalik/django-ninja/issues/1061 | [] | zigcccc | 2 |
jupyterhub/repo2docker | jupyter | 1,206 | Aim for general template variables for the Dockerfile template rendering | I think both of these PRs are suggesting we pass a value to repo2docker via a dedicated flag that can override config, that can then influence how a Dockerfile template renders.
- #909
- #957
I'd love to see a more general pattern, where we support passing template variables of all kinds instead and not needing ... | open | 2022-10-31T00:20:05Z | 2022-10-31T00:20:10Z | https://github.com/jupyterhub/repo2docker/issues/1206 | [
"new"
] | consideRatio | 0 |
AutoGPTQ/AutoGPTQ | nlp | 568 | CUDA Out of Memory when quantizing mistralai/Mistral-7B-Instruct-v0.2 | ## I fine-tune my model on Mistral-7B-Instruct-v0.2 using QLora, then merge it back to the base mode (I need to use vLLM). But I always have Cuda out of memory even I use an instance that has 48GB CPU and 48GB GPU. I wonder why it is loaded on CPU by default but still saying the GPU is out of memory?
```bash
import r... | open | 2024-02-27T03:54:44Z | 2024-02-29T19:30:28Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/568 | [
"bug"
] | hieuminh65 | 1 |
holoviz/panel | plotly | 7,362 | Functions vs. Classes doc page is blank | <!--
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... | open | 2024-10-05T19:03:50Z | 2024-10-05T19:03:50Z | https://github.com/holoviz/panel/issues/7362 | [] | bskubi | 0 |
ets-labs/python-dependency-injector | flask | 202 | Installing in Amazon EC2 Ubuntu fails for version after 3.3.7 | I have an EC2 machine running ubuntu, with a python3.5 virtual environment and when I install latest version of dependency-injector using pip (or pip3, doesn't matter), it stops at "Running setup.py install for dependency-injector", doesn't continue. Version 3.3.7 is the latest I can install (after trying all the rest)... | closed | 2018-08-08T20:06:33Z | 2020-07-02T03:51:44Z | https://github.com/ets-labs/python-dependency-injector/issues/202 | [
"question"
] | arturoribes | 12 |
airtai/faststream | asyncio | 1,879 | Bug: CLI can't resolve `psycopg` import | **How to reproduce**
Include source code:
```python
from sqlalchemy.ext.asyncio import create_async_engine
from faststream import FastStream
from faststream.nats import NatsBroker
broker = NatsBroker()
app = FastStream(broker)
engine = create_async_engine("postgresql+psycopg://user:pass@localhost:5432")... | closed | 2024-10-29T16:34:16Z | 2024-10-29T16:40:23Z | https://github.com/airtai/faststream/issues/1879 | [
"bug",
"good first issue"
] | Lancetnik | 0 |
pyro-ppl/numpyro | numpy | 1,341 | Error with log_likelihood with respect to random_flax_module | I am getting error while using `log_likelihood` with respect to `random_flax_module`. Is this a bug or I am making any mistake?
my model:
```
from flax import linen as nn
class Net(nn.Module):
n_units: int
@nn.compact
def __call__(self, x):
x = nn.Dense(8)(x) # Fist layer
x =... | closed | 2022-02-17T23:50:18Z | 2022-02-23T12:24:51Z | https://github.com/pyro-ppl/numpyro/issues/1341 | [
"enhancement",
"question"
] | nirmalya-broad | 4 |
serengil/deepface | deep-learning | 947 | Custom model/detector backend support | I noticed that DeepFace uses a dictionary to describe the model/backend, would DeepFace be able to accept custom models/backends via a custom loadModel/build_model? Thank you! | closed | 2024-01-08T14:05:33Z | 2024-01-08T14:06:48Z | https://github.com/serengil/deepface/issues/947 | [
"question"
] | xfqwdsj | 1 |
gevent/gevent | asyncio | 1,551 | Fails to install on msys2, unless cffi is installed first | * gevent version: 1..4.0
* Python version: 3.8 from msys2 repo
* Operating System: Windows 10 x64
### Description:
Installing a python module, which requires gevent, or installing gevent on its own
### What I've run:
`pip install gevent`
```python
ERROR: Command errored out with exit status 1:
... | closed | 2020-04-05T05:38:21Z | 2020-04-05T13:15:03Z | https://github.com/gevent/gevent/issues/1551 | [] | hgdagon | 1 |
MaartenGr/BERTopic | nlp | 1,207 | Mismatched labels in visualize_hierarchy | Hi Maarten
Thanks for a super great tool and all the hard work that have clearly been put into BERTopic. I am currently working with data from the Danish parliament, but have some unexpected behavior with the labels of the visualize_hierarchy function. Perhaps I am missing something, but it seems like the Topics sh... | closed | 2023-04-23T20:23:59Z | 2023-05-24T17:45:12Z | https://github.com/MaartenGr/BERTopic/issues/1207 | [] | jalkestrup | 4 |
Lightning-AI/pytorch-lightning | machine-learning | 19,558 | Restoring a checkpoint (from model checkpoint) via `trainer.test(model_module, ckpt_path='best')` doesn't restore associated `current_epoch` within the trainer | ### Bug description
When a checkpoint (presumably the 'best' one saved by model checkpoint monitor) is restored to be used for testing via `trainer.test(model_module, ckpt_path='best')` the `current_epoch` member of the trainer is not restored to the one associated with the checkpoint, even though the checkpoint fil... | open | 2024-03-02T09:16:36Z | 2024-10-10T17:15:43Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19558 | [
"bug",
"needs triage"
] | maciejzj | 1 |
microsoft/unilm | nlp | 1,351 | [Beit3] torch.distributed.elastic.multiprocessing.api: [WARNING] Sending process 65181 closing signal SIGTERM. | I want to finetune Beit3 on COCO Caption
When computing Bleu score , the error emerge
The code is
`python -m torch.distributed.launch --nproc_per_node=4 run_beit3_finetuning.py \
--model beit3_base_patch16_480 \
--input_size 480 \
--task coco_captioning \
--batch_size 32 \
... | closed | 2023-11-02T04:29:52Z | 2024-01-20T15:43:03Z | https://github.com/microsoft/unilm/issues/1351 | [] | jinqin-99 | 5 |
pytorch/vision | machine-learning | 8,971 | pytorch 2.6 support | ### 🚀 The feature
Since pytorch 2.6 has been out a while, has anyone validated support? It would be great to have this included in a release soon.
### Motivation, pitch
We run a large conda env that includes torchvision, and would like to upgrade it to pt2.6, but ideally without dropping torchvision.
### Alternati... | closed | 2025-03-14T18:11:30Z | 2025-03-14T19:06:05Z | https://github.com/pytorch/vision/issues/8971 | [] | das-intensity | 1 |
OpenBB-finance/OpenBB | python | 6,894 | [🕹️]Starry-eyed supporter | ### What side quest or challenge are you solving?
Get five friends to star repository
### Points
150 points
### Description
_No response_
### Provide proof that you've completed the task
Proof: Ask your friends to go to their GitHub Profile → Stars and take a screenshot where you can see their Github name an... | closed | 2024-10-27T16:20:55Z | 2024-10-30T20:49:44Z | https://github.com/OpenBB-finance/OpenBB/issues/6894 | [] | sangram20 | 8 |
graphql-python/graphene | graphql | 677 | Recommended way to do Subscriptions in Flask. | I see a lot of open Issues talking about Subscriptions in 2.0 and Subscriptions in Django. I cannot wrap my head around whats the current status and how everyone has implemented Subscriptions on their apps.
Reading through threads, Looks like lot of people have made significant progress and implemented their soluti... | closed | 2018-02-23T19:04:39Z | 2024-12-27T15:29:42Z | https://github.com/graphql-python/graphene/issues/677 | [
"wontfix"
] | kavink | 3 |
vllm-project/vllm | pytorch | 15,300 | [Bug]: OPEA/Mistral-Small-3.1-24B-Instruct-2503-int4-AutoRound-awq-sym error | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
PyTorch version: 2.6.0+cu124
Is debug build: False
CUDA used to build PyTorch: 12.4
ROCM used to build PyTorch: N/A
OS: CentOS Stream 9 (x86_64)
GCC version: (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5)
Clang version:... | open | 2025-03-21T18:14:47Z | 2025-03-24T08:18:34Z | https://github.com/vllm-project/vllm/issues/15300 | [
"bug"
] | moshilangzi | 2 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 158 | 预训练之后推理问题 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[text-generation-w... | closed | 2023-08-21T01:58:11Z | 2023-08-22T01:20:24Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/158 | [] | icowan | 4 |
streamlit/streamlit | python | 9,922 | min_value for st.date_input greys out the whole year if min_value is in November or December | ### 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
Somewhat related to https://github.co... | closed | 2024-11-25T17:46:29Z | 2024-11-25T20:49:35Z | https://github.com/streamlit/streamlit/issues/9922 | [
"type:bug",
"feature:st.date_input",
"upstream"
] | blee-tetrascience | 6 |
fbdesignpro/sweetviz | pandas | 146 | sweetviz installed but won't run: module 'numpy' has no attribute 'warnings' | Sweetviz is installed, version 2.1.4 (on Windows)

But when I try to use it I get an error

Numpy version... | closed | 2023-06-12T01:17:39Z | 2023-11-15T12:13:33Z | https://github.com/fbdesignpro/sweetviz/issues/146 | [] | madisondevin | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.