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
babysor/MockingBird
deep-learning
593
小白想问一下注意力模型的图像代表什么含义?
就是下面这种图,横轴、纵轴代表什么,曲线代表什么含义,希望得到大佬的解答! ![image](https://user-images.githubusercontent.com/59403997/170938451-5fc74ec6-9ee3-4bbd-ba2b-65f582fd3e41.png)
open
2022-05-30T07:20:42Z
2022-06-05T04:26:12Z
https://github.com/babysor/MockingBird/issues/593
[]
fmy077
1
littlecodersh/ItChat
api
880
用不了
??
closed
2019-12-04T02:39:14Z
2023-11-16T12:50:20Z
https://github.com/littlecodersh/ItChat/issues/880
[]
2048537793
2
pytest-dev/pytest-html
pytest
824
Ability to find the report location from within tests? (To ensure images are located correctly)
I see that when adding an image with a relative path, it needs to be relative to the output report HTML. From the command line, it's possible to run e.g. `pytest --html ../report.html` - is there any way to be able to get this path from within a test? That would allow me to save images to an appropriate relative pat...
open
2024-07-25T09:53:17Z
2024-07-25T10:17:42Z
https://github.com/pytest-dev/pytest-html/issues/824
[]
cc-stjm
1
scikit-learn/scikit-learn
python
30,325
Classification report, digits variable
### Describe the workflow you want to enable Hi, as of right now the digits variable which limits how many numbers are shown after the decimal point does not apply to the support column for the classification report. Support normally does not have decimals, but that happens when we apply sample weights to the report. ...
open
2024-11-21T18:48:15Z
2024-11-22T20:42:32Z
https://github.com/scikit-learn/scikit-learn/issues/30325
[ "Enhancement" ]
Matt081297
4
noirbizarre/flask-restplus
api
336
How to handle assertion error in flask restfulplus?
Please anyone know how to handle assertion error or how to catch and give proper response to view??
open
2017-10-06T06:18:01Z
2018-05-16T09:45:01Z
https://github.com/noirbizarre/flask-restplus/issues/336
[]
vimox-shah
2
sherlock-project/sherlock
python
1,792
Ok
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have completed...
closed
2023-05-16T09:03:17Z
2023-05-16T09:03:52Z
https://github.com/sherlock-project/sherlock/issues/1792
[ "bug" ]
Birdman215267
0
ploomber/ploomber
jupyter
561
ploomber scaffold should create tasks in percent format
note: ploomber-scaffold has been updated, but we need updates here as well
open
2022-02-08T04:42:48Z
2022-02-08T22:12:28Z
https://github.com/ploomber/ploomber/issues/561
[]
edublancas
0
huggingface/transformers
python
36,054
Issue with Trainer Training - AttributeError: 'NoneType' object has no attribute 'shape'
### Description: I am working on fine-tuning an image-text model using the Hugging Face AutoModelForImageTextToText and LlavaProcessor. While attempting to train the model using the SFTTrainer, I encountered an error related to a NoneType object during the training loop. The error occurs specifically in the _merge_inpu...
closed
2025-02-05T17:45:32Z
2025-02-06T10:07:25Z
https://github.com/huggingface/transformers/issues/36054
[]
Md-Nasif03
7
anselal/antminer-monitor
dash
28
Running as a daemon, or similar
After running this in a gnu screen session several days, i was wondering if there is a nice way to run the app as a daemon, and sending its log to a file. I know i could create a separate session for it and start already detached with **screen -dmS** but i wanted a bit more clean solution. - for Linux i found a ...
closed
2017-11-17T22:13:40Z
2020-02-09T15:47:58Z
https://github.com/anselal/antminer-monitor/issues/28
[ ":octocat: help wanted" ]
gnanet
10
mljar/mljar-supervised
scikit-learn
294
Model with same parameters but different params order
Models which have the same parameters but different order of parameters are treated as different by tuner.
closed
2021-01-12T12:53:23Z
2021-01-12T13:15:16Z
https://github.com/mljar/mljar-supervised/issues/294
[ "bug" ]
pplonski
0
keras-team/autokeras
tensorflow
1,210
AutoModel fit does not save the best model for export later
### Bug Description After finishing AutoModel fit when I try to export the model it complains about missing file. The error message is as below: `ValueError: Unsuccessful TensorSliceReader constructor: Failed to get matching files on /ak_vanilla/trial_24d08bd5d9cf85fdcf31a67e75367d72/checkpoints/epoch_20/checkpoint...
closed
2020-06-26T06:21:42Z
2020-09-04T07:50:53Z
https://github.com/keras-team/autokeras/issues/1210
[]
SivamPillai
12
ivy-llc/ivy
pytorch
28,176
Fix Frontend Failing Test: paddle - tensor.torch.Tensor.copysign_
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-02-05T09:08:36Z
2024-02-13T11:15:19Z
https://github.com/ivy-llc/ivy/issues/28176
[ "Sub Task" ]
Sai-Suraj-27
0
sherlock-project/sherlock
python
1,781
Add sherlock-rest to docs?
## Checklist [x] I'm reporting a feature request [x] I've checked for similar feature requests including closed ones ## Description Because there are several security holes in sherlock-project/api, I wrote this Django REST+JSON endpoint: https://github.com/turian/sherlock-rest It can be deployed for free o...
open
2023-04-27T22:37:42Z
2023-05-06T19:35:11Z
https://github.com/sherlock-project/sherlock/issues/1781
[ "enhancement" ]
turian
1
MagicStack/asyncpg
asyncio
401
External Discord Pool
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2019-01-22T20:23:16Z
2019-01-23T18:19:47Z
https://github.com/MagicStack/asyncpg/issues/401
[]
TGKitten
2
scikit-optimize/scikit-optimize
scikit-learn
1,054
[Feature Request] Support more distributions in space.Real
I think it would offer more flexibility if it was possible to use any type of distributions in the search. In particular I think it would be useful in `BayesSearchCV` to use the same distributions allowed in `RandomizedSearchCV` (such as those from `scipy.stats.distributions`)
closed
2021-09-12T13:51:48Z
2021-09-29T21:29:58Z
https://github.com/scikit-optimize/scikit-optimize/issues/1054
[ "duplicate" ]
Abdelgha-4
1
pyeve/eve
flask
840
TokenAuth prevents base64 decoding of tokens
Hi, I left a comment in the code [here](https://github.com/nicolaiarocci/eve/commit/24b30bc49dd8d5bb0017e8477910837bb218e802#diff-7303d4089a7f42fde94cc846a0c7d679R253). > When I have a token that looks like `Authorization: token SGVsbG8=`, the a base64 decoder will give me `Hello`, but when `lower()` is applied to my ...
closed
2016-03-24T00:34:36Z
2016-05-01T15:21:10Z
https://github.com/pyeve/eve/issues/840
[ "bug" ]
artburkart
1
iperov/DeepFaceLab
machine-learning
516
Broken .mp4, step 8) converted to mp4(lossless+alpha)
## Expected behavior *step 8) converted to mp4(lossless+alpha)* ## Actual behavior *Everything seems to convert fine until I try to open the .mp4 or use it in a program. When I try to play the video I get **Missing codec** This item was encoded in a format that's not supported.* 0xc00d5212 I have no is...
closed
2019-12-14T07:56:08Z
2020-03-28T05:41:59Z
https://github.com/iperov/DeepFaceLab/issues/516
[]
buckellingtonn
1
autogluon/autogluon
data-science
4,286
[black] Use a consistent line length across all modules
Currently we use black to ensure the AutoGluon project follows a consistent formatting. However, we use different line lengths per module via `pyproject.toml` files. For example: [common/pyproject.toml](https://github.com/autogluon/autogluon/blob/master/common/pyproject.toml) This works fine, mostly, however I've...
open
2024-06-21T20:36:24Z
2024-11-12T17:25:00Z
https://github.com/autogluon/autogluon/issues/4286
[ "API & Doc", "help wanted", "discussion", "code cleanup", "priority: 0" ]
Innixma
2
pandas-dev/pandas
python
60,181
DOC: Distinguish between Series.round and Series.dt.round
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.round.html#pandas.Series.round ### Documenta...
closed
2024-11-04T12:51:07Z
2024-11-04T18:12:39Z
https://github.com/pandas-dev/pandas/issues/60181
[ "Docs", "Datetime" ]
eightyseven
2
axnsan12/drf-yasg
rest-api
719
Fields get shown as required in PATCH
I created a ModelSerializer in DRF and I am handling it with rest_framework.UpdateModelMixin. When accessing the Swagger UI, I see the same structure for PUT as for PATCH, even though for PATCH fields shouldn't be required. If I actually use the API, it functions correctly, so the display here is wrong. ![patc...
open
2021-05-24T15:50:41Z
2025-03-07T12:13:01Z
https://github.com/axnsan12/drf-yasg/issues/719
[ "triage" ]
creyD
2
flaskbb/flaskbb
flask
89
Tests not working with Flask-Restful
It always raises this error: AssertionError: View function mapping is overwriting an existing endpoint function: <endpoint>
closed
2015-01-29T19:42:03Z
2018-04-15T07:47:34Z
https://github.com/flaskbb/flaskbb/issues/89
[]
sh4nks
0
piskvorky/gensim
nlp
3,326
Freezing Trigram Phrase models yields inconsistent results
#### Problem description Applying a Trigram phrase model yields different results after `freeze()` #### Code to reproduce ```python import gensim from gensim.models.phrases import Phrases, ENGLISH_CONNECTOR_WORDS def pretty_print_articles(articles,name): print(name) print("-------------") for...
open
2022-04-14T20:59:56Z
2022-04-17T09:21:46Z
https://github.com/piskvorky/gensim/issues/3326
[ "bug" ]
finnhacks42
7
encode/apistar
api
358
Response headers keys being converted to lowercase
APIStar seems to be lowercasing Response headers, not sure why but it seems to break some client side things expecting title-cased headers eg: ``` def login(email:str, password:str): data = {"status":"success"} return Response(data, status=200, headers=(('Authorization', 'sfksdjfdjk'),)) ``` ``` $ curl -v ...
closed
2017-11-12T20:48:42Z
2018-04-17T12:54:32Z
https://github.com/encode/apistar/issues/358
[]
bharling
6
feature-engine/feature_engine
scikit-learn
580
drop_duplicate_features with huge datasets
When running drop_duplicate_features() with a huge dataset (More that 60K features) it lasts forever (36 hours and couting), while simple code: # Remove duplicated features         duplicated_feat = []         for i in range(0, len(X_train.columns)):             # if i % 10 == 0:  # this helps me understan...
closed
2023-01-03T18:48:57Z
2023-02-17T16:00:19Z
https://github.com/feature-engine/feature_engine/issues/580
[ "urgent" ]
NicoGalli
12
man-group/arctic
pandas
98
Add initial_image as optional parameter on tickstore write()
tickstore documents can contain initial images [IMAGE_DOC]. Add (, initial_image=None) to write to allow them to be populated. If the image is given and the document is split into smaller documents then compute and write the new initial image for each new document.. read() already has the flag to return the image data...
closed
2016-01-28T16:55:51Z
2016-02-03T14:09:15Z
https://github.com/man-group/arctic/issues/98
[]
reasto
1
man-group/arctic
pandas
611
Deprecation warning in tickstore
``` arctic/tickstore/tickstore.py:704: FutureWarning: The 'convert_datetime64' parameter is deprecated and will be removed in a future version recs = df.to_records(convert_datetime64=False) ```
open
2018-08-25T15:39:41Z
2020-11-29T15:34:54Z
https://github.com/man-group/arctic/issues/611
[]
bmoscon
6
KaiyangZhou/deep-person-reid
computer-vision
297
os.environ['CUDA_VISIBLE_DEVICES'] = '3,4' 一定要在 import torchreid 之前设置
os.environ['CUDA_VISIBLE_DEVICES'] = '3,4' 一定要在 import torchreid 之前设置,否则设置无效
closed
2020-01-15T02:26:52Z
2020-01-18T11:29:05Z
https://github.com/KaiyangZhou/deep-person-reid/issues/297
[]
guanyonglai
1
Netflix/metaflow
data-science
1,356
Support notifications for flow execution status on argo-workflows
context: https://outerbounds-community.slack.com/archives/C02116BBNTU/p1681408718351689 from slack.outerbounds.co
closed
2023-04-13T21:48:28Z
2024-08-16T06:48:31Z
https://github.com/Netflix/metaflow/issues/1356
[]
savingoyal
1
ScottfreeLLC/AlphaPy
pandas
43
Index out of range when running sportflow
**Describe the bug** I have just installed sportflow and following the readme I get an error 'index out of range'. **To Reproduce** Steps to reproduce the behavior: 1. Execute sflow -pdate 2016-03-01 2. See error Traceback (most recent call last): File "/home/cif/anaconda3/bin/sflow", line 8, in <module> ...
open
2021-10-22T08:50:00Z
2021-10-22T08:50:00Z
https://github.com/ScottfreeLLC/AlphaPy/issues/43
[]
cif2cif
0
Kav-K/GPTDiscord
asyncio
72
(User provided API keys) Take the OpenAI API load off the server host (make this a multi-tenant bot)
Currently, the project has one OpenAI token defined in an `.env` file, this token is the token that will be used for all requests made by anyone using the bot, across all the servers the bot is installed in. This is not viable, as this puts all the API burden on one person. I'd like to shortly make this such that if...
closed
2023-01-08T21:14:09Z
2023-01-10T22:32:21Z
https://github.com/Kav-K/GPTDiscord/issues/72
[ "enhancement", "help wanted", "high-prio" ]
Kav-K
0
Miserlou/Zappa
django
2,107
Downloading NLTK dependencies before deploy
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 3.6/3.7/3.8 --> I'm trying ...
open
2020-05-29T22:48:22Z
2020-06-14T13:41:57Z
https://github.com/Miserlou/Zappa/issues/2107
[]
davisums
1
seleniumbase/SeleniumBase
web-scraping
2,894
Disable download directory prompt when using selenium base
Hi, I am trying to automate a download process using seleniumbase. I am able to automate all the steps till clicking the download button, but the chrome instance that got spawned is asking for download directory confirmation. I am on a mac and using latest chrome version and doing this non-headless mode. Is there a w...
closed
2024-07-01T18:46:25Z
2024-12-03T07:56:15Z
https://github.com/seleniumbase/SeleniumBase/issues/2894
[ "question", "workaround exists", "UC Mode / CDP Mode" ]
kiljag
2
marshmallow-code/flask-smorest
rest-api
146
Multiple representations question
Hello, I'm evaluating flask-smorest to see if it can fit our needs. I would like to set several representations (json,csv,xml, etc.) So far, it looks like json is the core representation. If I override the response decorator to handle my logic of fetching the correct representation, How can I adapt the representations...
open
2020-04-30T16:29:36Z
2020-11-12T21:12:16Z
https://github.com/marshmallow-code/flask-smorest/issues/146
[ "enhancement", "help wanted" ]
lezardo76
4
huggingface/datasets
nlp
7,201
`load_dataset()` of images from a single directory where `train.png` image exists
### Describe the bug Hey! Firstly, thanks for maintaining such framework! I had a small issue, where I wanted to load a custom dataset of image+text captioning. I had all of my images in a single directory, and one of the images had the name `train.png`. Then, the loaded dataset had only this image. I guess it'...
open
2024-10-07T09:14:17Z
2024-10-07T09:14:17Z
https://github.com/huggingface/datasets/issues/7201
[]
SagiPolaczek
0
axnsan12/drf-yasg
django
638
Swagger Automatic Token Authorization
Is there any way to automatically authorize a user's swagger browser session with with their API token when they load the swagger page? If not a native way, could a custom script be injected into the swagger page which would pull the token value and set the authorization? My goal is for a user to be able to open the...
open
2020-09-17T03:32:40Z
2025-03-07T12:13:20Z
https://github.com/axnsan12/drf-yasg/issues/638
[ "triage" ]
PackeTsar
7
databricks/koalas
pandas
1,807
`fillna()` `inplace` unexpected behaviour
When using `inplace=True` with `fillna()` on a `Series` that does not have any `na`s to fill, the entire `DataFrame` to which the `Series` belongs is replaced by the `Series`. Let me demonstrate with an example: ## Koalas example ```python import databricks.koalas as ks data = ks.DataFrame({'a':[1, 2, None], ...
closed
2020-09-29T13:42:56Z
2020-10-02T05:55:32Z
https://github.com/databricks/koalas/issues/1807
[ "bug" ]
amin-nejad
3
miguelgrinberg/flasky
flask
280
Questions about the file 'error_page.html' of committing in Chapter 14a
This file 'error_page.html' should be used for general error pages,but the other file of this repository did not seem to quote it? if yes,how do we use it ? Thank you @miguelgrinberg
closed
2017-06-26T13:24:44Z
2017-06-30T05:53:20Z
https://github.com/miguelgrinberg/flasky/issues/280
[ "bug" ]
sandylili
2
dot-agent/nextpy
streamlit
41
Add support for Anthropic models
closed
2023-09-11T05:46:57Z
2023-11-18T04:00:14Z
https://github.com/dot-agent/nextpy/issues/41
[]
anubrag
1
psf/black
python
3,935
Long list formatted into each element occupies one row
**Describe the style change** For a long list, black will format it into each element occupies one row. **Examples in the current _Black_ style** <!-- Think of some short code snippets that show how the current _Black_ style is not great: --> Before black format ```python idx = [ 0, 1, 2, 3, 4, 5,...
closed
2023-10-09T09:08:42Z
2023-10-11T05:42:19Z
https://github.com/psf/black/issues/3935
[ "T: style" ]
paoxiaode
2
iperov/DeepFaceLive
machine-learning
79
mac-os availability
Is it available on Apple machines? if not, i can contribute.
closed
2022-08-21T16:50:56Z
2022-12-29T14:31:13Z
https://github.com/iperov/DeepFaceLive/issues/79
[]
photon-e
2
Kitware/trame
data-visualization
23
Support picking with VtkLocalView
picking is currently only fully implemented with [example using VtkView](https://github.com/Kitware/trame/blob/master/examples/VTK/Applications/FiniteElementAnalysis/app_client_view.py)
closed
2021-11-28T23:34:03Z
2023-01-10T00:21:09Z
https://github.com/Kitware/trame/issues/23
[ "duplicate", "enhancement" ]
jourdain
2
Yorko/mlcourse.ai
scikit-learn
723
Something wrong with 9th demo assignment
On the [solution for the 9th demo assignment](https://mlcourse.ai/book/topic09/assignment09_time_series_solution.html) something goes wrong in the end. SARIMAX parameters are NaN, infinity and zeros. ![image](https://user-images.githubusercontent.com/17138883/190725665-d8459faf-a706-4053-b919-eb26b6469937.png) A...
closed
2022-09-16T20:23:06Z
2022-10-07T09:08:24Z
https://github.com/Yorko/mlcourse.ai/issues/723
[]
aulasau
0
replicate/cog
tensorflow
2,180
Support OpenAI-compatible ChatMessage type
For language models, it'd be good to support an input type that's consistent with the OpenAI API. I imagine something like this: ```python from cog import Input from cog.types import ChatMessage def run( messages: list[ChatMessage] = Input(), ) -> str: print(messages) return f"HELLO {messages[0]['role']}...
open
2025-03-04T16:15:50Z
2025-03-07T11:43:39Z
https://github.com/replicate/cog/issues/2180
[]
andreasjansson
0
scikit-learn/scikit-learn
machine-learning
30,664
UX `CalibrationDisplay`'s naive use can lead to very confusing results
The naive use of `CalibrationDisplay` parameter silently leads to degenerate, noisy results when some bins have with a few data points. For instance, look at the variability obtained by displaying for calibration curve of a fitted model evaluated on various resampling with 50 data points in total using the uniform str...
open
2025-01-17T17:11:13Z
2025-01-28T06:59:22Z
https://github.com/scikit-learn/scikit-learn/issues/30664
[ "Enhancement", "module:inspection" ]
ogrisel
23
FlareSolverr/FlareSolverr
api
352
Could you add Heroku ?
I know its possible to deploy with heroku but don't know how? I did found someone comment somewhere the person wrote there : "To deploy flaresolverr on heroku just make [Dockerfile](https://github.com/FlareSolverr/FlareSolverr/blob/master/Dockerfile) and push it to heroku, and be sure to use this [buildpack](h...
closed
2022-04-01T05:58:17Z
2022-04-01T07:09:34Z
https://github.com/FlareSolverr/FlareSolverr/issues/352
[ "duplicate" ]
erickyun
3
neuml/txtai
nlp
245
Fix word embeddings regression with batch transformation
A regression was introduced in the txtai 4.x branch related to the generation of word embeddings vectors. The embeddings vectors need to be reshaped before being serialized to file.
closed
2022-03-11T19:57:12Z
2022-03-11T20:23:20Z
https://github.com/neuml/txtai/issues/245
[ "bug" ]
davidmezzetti
0
ipython/ipython
data-science
14,025
8.12.0: Magic %run isn't stored in history
This is similar to issue #13688 but for %run Basically this line is not stored in history any more ```python %run path/to/script.py ``` This only happens when there is a path. I also noticed that %history returns empty even though up arrow brings older commands (all but %run)
open
2023-04-21T21:19:46Z
2023-05-17T17:26:42Z
https://github.com/ipython/ipython/issues/14025
[]
dashesy
1
pandas-dev/pandas
data-science
60,227
DOC: Improve documentation df.interpolate() for methods ‘time’, ‘index’ and ‘values’
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.interpolate.html ### Documentation problem It is not p...
closed
2024-11-07T13:46:35Z
2024-11-12T21:46:07Z
https://github.com/pandas-dev/pandas/issues/60227
[ "Docs", "Missing-data" ]
aleksejs-fomins
2
microsoft/nni
machine-learning
4,833
Question on making a baseline model searchable with Retiarii
Hello, I am currently investigating using NNI for searching for an optimized backbone for a semantic segmentation network. Following the documentation of NNI's Retiarii, I understand I have to replace `import torch.nn as nn` with `import nni.retiarii.nn.pytorch as nn`. However, does this has to be replaced for t...
open
2022-05-03T11:03:28Z
2022-05-05T01:38:17Z
https://github.com/microsoft/nni/issues/4833
[]
Hrayo712
1
davidsandberg/facenet
computer-vision
855
validate_on_lfw.py: No op named DecodeBmp in defined operations
I am having a similar issue. Heres the error Model directory: /home/ankita/models/facenet/20180402-114759 Metagraph file: model-20180402-114759.meta Checkpoint file: model-20180402-114759.ckpt-275 Traceback (most recent call last): File "src/validate_on_lfw.py", line 164, in <module> main(parse_arguments(sy...
closed
2018-08-24T16:57:02Z
2019-02-26T08:35:21Z
https://github.com/davidsandberg/facenet/issues/855
[]
AnkitaBeniwal
3
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
978
AttributeError: 'Namespace' object has no attribute 'resize_and_crop'
File "D:\pytorch-CycleGAN-and-pix2pix-master\data\base_dataset.py", line 73, in get_params x = random.randint(0, np.maximum(0, new_w - opt.resize_and_crop)) AttributeError: 'Namespace' object has no attribute 'resize_and_crop'
closed
2020-04-04T08:47:33Z
2020-04-04T09:51:01Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/978
[]
manvirvirk
0
wkentaro/labelme
computer-vision
1,350
Labelme does not allow saving of files to a separate Mount (separate hard disk)
### Provide environment information 3.9.13 ### What OS are you using? Windows 11 ### Describe the Bug When trying to save a labelme file on another hard disk (D drive), it crashed. ### Expected Behavior _No response_ ### To Reproduce _No response_
open
2023-11-08T09:06:05Z
2023-11-08T09:06:21Z
https://github.com/wkentaro/labelme/issues/1350
[ "issue::bug" ]
roystonlmq
1
sinaptik-ai/pandas-ai
pandas
1,347
issue importing models from hugging face
### System Info Python 3.11.7 ### 🐛 Describe the bug ImportError Traceback (most recent call last) Cell In[3], [line 1](vscode-notebook-cell:?execution_count=3&line=1) ----> [1](vscode-notebook-cell:?execution_count=3&line=1) from pandasai.llm import Falcon ImportError: cannot imp...
closed
2024-09-01T00:57:35Z
2024-12-09T16:09:04Z
https://github.com/sinaptik-ai/pandas-ai/issues/1347
[ "bug" ]
anilmadishetty2498
9
tqdm/tqdm
jupyter
685
automate building
Get Travis CI to deploy - [x] github release artefacts + [x] signed - [x] PyPI releases + [x] signed - [x] snaps
closed
2019-03-02T01:03:48Z
2019-11-21T22:26:08Z
https://github.com/tqdm/tqdm/issues/685
[ "to-fix ⌛" ]
casperdcl
0
httpie/cli
python
904
`http: error: InvalidSchema: Missing dependencies for SOCKS support.` despite installing requests[socks]
I followed the documentation's instructions to install `requests[socks]` with `pip -U requests[socks]`, but I'm still getting the error. ``` $ http --version 0.9.8 ``` Using Ubuntu 18.04 with the following env vars set: ``` $ env | grep -i proxy HTTP_PROXY=socks5h://localhost:8118 FTP_PROXY=socks5h://loc...
closed
2020-04-27T14:02:00Z
2020-06-18T22:57:20Z
https://github.com/httpie/cli/issues/904
[ "packaging" ]
cl-ax
5
noirbizarre/flask-restplus
api
611
GET adding extra header
curl -X GET --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ \ "name": "string", \ "body": "string" \ }' 'http://0.0.0.0:8081/api/ybapi/vers/' { "message": "Failed to decode JSON object: Expecting value: line 1 column 1 (char 0)" }
open
2019-03-23T15:11:48Z
2019-06-12T18:22:44Z
https://github.com/noirbizarre/flask-restplus/issues/611
[]
manishy635
1
piskvorky/gensim
nlp
3,198
How do I predict a vector as a word?
How do I predict a vector as a word? If I have a vector, not equal to one of the vectors of the words in the model, then how do I find the best word for the vector? Dose there exists some API for that? For example `model.predict(v) -> w`
closed
2021-07-21T14:35:26Z
2021-07-21T18:08:21Z
https://github.com/piskvorky/gensim/issues/3198
[]
Freakwill
1
xorbitsai/xorbits
numpy
529
BUG: Executing `sample(frac=X)` on my dataset raised an error
### Describe the bug Executing `sample(frac=X)` on my dataset raised an error. I attached my data file URL for reproducing the error. ### To Reproduce To help us to reproduce this bug, please provide information below: 1. Your Python version 3.11 2. The version of Xorbits you use: 0.3.1 3. Versions of ...
closed
2023-06-16T06:09:28Z
2023-06-17T05:41:21Z
https://github.com/xorbitsai/xorbits/issues/529
[ "bug" ]
onesuper
0
litl/backoff
asyncio
108
Specify exceptions with specific details
First: very cool/useful package! Thanks!! I would like to backoff/retry certain HTTP exceptions like 429, too many requests, but at the moment this isn't possible because there is only a generic `requests.exceptions.HTTPError`. I've looked into `backoff.on_exception()` and it looks like it could be extended to have ...
open
2020-10-15T11:11:52Z
2020-10-16T12:47:03Z
https://github.com/litl/backoff/issues/108
[]
deeplook
2
axnsan12/drf-yasg
django
552
django swagger
I am using Django (not DRF) version 2.2.4 and building drf-yasg into it. Swagger ui works but does not load endpoints. Any way to fix it?
open
2020-03-05T23:13:35Z
2025-03-07T12:15:24Z
https://github.com/axnsan12/drf-yasg/issues/552
[ "triage" ]
hdkhoa162
1
robinhood/faust
asyncio
85
Integrate with Faust Logo
closed
2018-03-12T23:01:18Z
2018-07-31T14:39:15Z
https://github.com/robinhood/faust/issues/85
[ "Issue Type: Documentation" ]
vineetgoel
0
apache/airflow
data-science
47,907
Scheduler crash when deserialising dict while xcom pull
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Scheduler crash when deserialising dict while xcom pull ``` File "/opt/airflow/airflow/models/dagrun.py", line 943, in update_state info = self.task_instance_scheduling_decis...
closed
2025-03-18T12:20:55Z
2025-03-19T17:37:46Z
https://github.com/apache/airflow/issues/47907
[ "kind:bug", "priority:critical", "area:core", "affected_version:main_branch", "area:task-execution-interface-aip72", "affected_version:3.0.0beta" ]
atul-astronomer
0
geex-arts/django-jet
django
338
counters loading failed (Google Analytics)
Not copy of issue #236 ![2018-06-29 21 57 59](https://user-images.githubusercontent.com/37221464/42111106-ec34092a-7beb-11e8-9967-01d98494383c.png) Google Analytics API is enabled ![2018-06-29 22 31 47](https://user-images.githubusercontent.com/37221464/42111234-60b2aefa-7bec-11e8-988c-157957950066.png) Here's the ...
open
2018-06-29T20:56:48Z
2018-07-21T11:41:44Z
https://github.com/geex-arts/django-jet/issues/338
[]
chattingtoofast
4
flairNLP/flair
nlp
3,239
[Question]: Plugin mechanism estimated next version release
### Question : Plugin mechanism estimated next version release Hi @alanakbik, I am using flair for the last 1 year and always wanted a feature where I can give callbacks to the the trainer module. I was browsing through the flair repo and realized that a plugin mechanism has been implemented. I installed and ra...
closed
2023-05-15T07:31:39Z
2025-03-12T07:52:20Z
https://github.com/flairNLP/flair/issues/3239
[ "question", "wontfix" ]
saifkhan-m
2
gunthercox/ChatterBot
machine-learning
1,742
How integrate Chatterbot with Wikipedia
Hello, I'm having a strong doubt about chatterbot + wikipedia integration. Since the last update in Chatterbot, many codes have changed and I was confused. I need to know how to integrate with chatterbot and wikipedia. So that what the bot does not know to answer, look in wikipedia.
closed
2019-06-01T19:05:41Z
2020-04-15T07:24:53Z
https://github.com/gunthercox/ChatterBot/issues/1742
[]
AndrasPataki
6
mherrmann/helium
web-scraping
89
Browser dont open
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 89 Current browser version is 103.0.5060.134 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe How to fix this? anyone know?
open
2022-07-30T16:59:45Z
2022-12-14T15:06:43Z
https://github.com/mherrmann/helium/issues/89
[]
Elaess
5
mirumee/ariadne
api
1,208
python_multipart deprecation use `import python_multipart`
Python_multipart package is throwing the following deprecation warning ``` /venv/lib/python3.12/site-packages/ariadne/__init__.py:15: in <module> from .graphql import graphql, graphql_sync, subscribe /venv/lib/python3.12/site-packages/ariadne/graphql.py:50: in <module> from .validation.introspection_disabl...
closed
2024-12-02T10:52:39Z
2025-02-19T14:37:17Z
https://github.com/mirumee/ariadne/issues/1208
[]
kevinvalk
0
huggingface/transformers
machine-learning
36,544
`disable_compile` not honored as a kwarg in generate
### System Info - `transformers` version: 4.49.0 - Platform: Linux-6.8.0-49-generic-x86_64-with-glibc2.39 - Python version: 3.10.16 - Huggingface_hub version: 0.29.1 - Safetensors version: 0.5.3 - Accelerate version: 1.4.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): 2.6...
closed
2025-03-04T17:48:15Z
2025-03-13T19:41:37Z
https://github.com/huggingface/transformers/issues/36544
[ "bug" ]
pcuenca
3
Kanaries/pygwalker
pandas
333
plot a line chart without giving x
**Is your feature request related to a problem? Please describe.** Tabular data are not usually including row index. If I want to draw a line chart with pygwalk, I can only get a vertical line rather than polyline. So I want to request that users can put only y, than draw a line chart, just like plt.plot(y). **De...
closed
2023-11-29T08:10:53Z
2023-12-05T05:53:17Z
https://github.com/Kanaries/pygwalker/issues/333
[ "enhancement" ]
g811201
1
lexiforest/curl_cffi
web-scraping
391
[Feature] Space characters in the url can be converted correctly.
While requesting URLs with space characters, these characters are not coverted into '%20' properly( Or '+', which is often used as a short form of space in URL query strings), so an error which looks like 'curl: (3) URL rejected: Malformed input to a URL function' is most likely raised. I wonder if it could be more tol...
closed
2024-09-23T08:39:04Z
2024-09-24T01:38:01Z
https://github.com/lexiforest/curl_cffi/issues/391
[ "enhancement" ]
LostJay
1
ultralytics/ultralytics
python
19,607
Problem with calculating mAP on validation dataset with different difficulty levels
### 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 have trained a yolo11n-obb model on the Kitti Dataset by converting the po...
open
2025-03-10T02:12:37Z
2025-03-10T22:13:05Z
https://github.com/ultralytics/ultralytics/issues/19607
[ "question", "OBB", "detect" ]
Berni11
6
hankcs/HanLP
nlp
1,397
聚类算法-传入簇参数大于文档个数时报空指针
<!-- Please carefully fill out this form to bypass our spam filter. Please make sure that this is a bug. We only address bugs and feature requests issues on GitHub. Other questions should be posted on stackoverflow or https://bbs.hankcs.com/ 以下必填,否则直接关闭。 --> **Describe the bug** 传入簇参数大于文档个数时报空指针 **Code to rep...
closed
2020-01-10T08:51:48Z
2020-01-10T18:50:14Z
https://github.com/hankcs/HanLP/issues/1397
[ "bug" ]
Mryang11
1
mitmproxy/pdoc
api
345
Tiny enhancement: make favicon an option
#### Problem Description You can currently replace the favicon for a site by modifying the default frame template. IMO, users are unlikely to need to modify this template for other reasons, but likely to want to have a custom favicon. #### Proposal Make favicon an option ala logo. I would be happy to do th...
closed
2022-02-09T02:06:48Z
2022-02-14T06:42:09Z
https://github.com/mitmproxy/pdoc/issues/345
[ "enhancement" ]
denised
5
aiortc/aiortc
asyncio
225
Dealing gracefully with disconnect
Hello, I'm noticing that at least with the webcam example, when you close the tab in the browser that's displaying the video, the server side python code seems unaware of the disconnect. The _run_rtp task continues to run, frames are still being grabbed and encoded. I'm surprised that no exception is raised, b...
closed
2019-11-07T23:21:05Z
2019-11-19T22:50:45Z
https://github.com/aiortc/aiortc/issues/225
[]
richlegrand
2
pydantic/logfire
fastapi
608
Minor bug: `logfire.configure(token="")` actually tries to use an empty token
Probably need to do something a bit smarter, e.g. fallback to other config methods, or warn about the empty token without actually checking it against `/v1/info`.
open
2024-11-19T10:15:45Z
2024-11-19T10:15:45Z
https://github.com/pydantic/logfire/issues/608
[ "bug" ]
alexmojaki
0
ccxt/ccxt
api
25,309
Questions about Market Data
### Operating System _No response_ ### Programming Languages PHP ### CCXT Version _No response_ ### Description I am using PHP-FPM to set up a website. Taking the Binance class as an example, I have noticed that some methods require market data. If every request needs to fetch this market data once, it would lea...
open
2025-02-19T04:26:05Z
2025-02-19T10:14:36Z
https://github.com/ccxt/ccxt/issues/25309
[ "question" ]
dgkerry
1
mherrmann/helium
web-scraping
34
Running Helium On Docker
Hi! I Tried to run Helium on Docker but I just cannot get it done. I think that this is due to the fact that I cannot parse the chromedriver path. I have a docker container that runs selenium already. I though that by adding chromeOptions just the same would suffice. This is the code I have: ``` options = Chrome...
closed
2020-06-29T19:36:35Z
2020-06-30T07:00:19Z
https://github.com/mherrmann/helium/issues/34
[]
ricardolira
1
zihangdai/xlnet
tensorflow
208
xlnet consistantly underperformed Bert on language modeling
Hi, I am using Xlnet as a language model with code provided by HuggingFace PyTorch-transformers. However, the xlnet consistantly underperformed Bert in our experiment. Considering it's advanced design, we are curious how could that happen. For example, we test their ability of coreference resolution on Winograd Schema...
open
2019-08-11T03:44:50Z
2019-08-23T07:01:46Z
https://github.com/zihangdai/xlnet/issues/208
[]
XuhuiZhou
2
LAION-AI/Open-Assistant
python
3,682
Add Falcon 180B
Falcon 180B just got released! Do you have any plans to add this superpowerful model?
closed
2023-09-07T04:00:51Z
2023-09-27T14:38:42Z
https://github.com/LAION-AI/Open-Assistant/issues/3682
[]
Aspect004
1
skypilot-org/skypilot
data-science
4,873
[Core] Autostop fails with `ClusterNotUpError`
User reported: > ``` > [0m[32m✓ Job finished (status: SUCCEEDED).[0m > [33mAttempted to cancel autodown on the cluster 'cluster-name' with best effort, since it is found to be in an abnormal state. To fix, try running: [0m[1msky start -f -i 1 --down cluster-name[0m > sky.exceptions.ClusterNotUpError: [33mGetting job s...
closed
2025-03-04T05:48:33Z
2025-03-11T21:52:57Z
https://github.com/skypilot-org/skypilot/issues/4873
[ "P0" ]
romilbhardwaj
4
lux-org/lux
pandas
505
TypeError: argument of type 'NoneType' is not iterable
I'm getting the folowwing error: ``` C:\Users\HP\Anaconda3\lib\site-packages\lux\core\frame.py:632: UserWarning:Traceback (most recent call last): File "C:\Users\HP\Anaconda3\lib\site-packages\lux\core\frame.py", line 581, in _ipython_display_ self.maintain_metadata() File "C:\Users\HP\Anaconda3\lib\site...
open
2024-05-10T23:06:35Z
2024-05-10T23:07:15Z
https://github.com/lux-org/lux/issues/505
[]
Franri3008
0
jupyterlab/jupyter-ai
jupyter
448
Implement `stop_extension()`
## Description Currently `AiExtension` does not implement the `async stop_extension()` method. This is causing the server to take much longer than it usually does to stop. When I add this block: ```py async def stop_extension(self): if 'dask_client_future' in self.settings: dask_client:...
closed
2023-11-08T17:27:41Z
2024-01-04T21:36:43Z
https://github.com/jupyterlab/jupyter-ai/issues/448
[ "bug" ]
dlqqq
1
fastapi-users/fastapi-users
asyncio
504
AssertionError: Unknown path convertor 'uuid'
Updated to `0.5.1` version and got this error: ``` File "/usr/local/lib/python3.7/site-packages/starlette/routing.py", line 107, in compile_path ), f"Unknown path convertor '{convertor_type}'" AssertionError: Unknown path convertor 'uuid' ```
closed
2021-02-08T19:21:52Z
2021-03-04T18:04:38Z
https://github.com/fastapi-users/fastapi-users/issues/504
[ "bug" ]
nyudenkov
3
recommenders-team/recommenders
deep-learning
2,185
[BUG] statsmodels compilation failures with Cython 3.0
### Description <!--- Describe your issue/bug/request in detail --> [Cython](https://pypi.org/project/Cython) 3.0 introduces breaking changes that make [statsmodels](https://pypi.org/project/statsmodels/) compilation fail. statsmodels is required by [category-encoders](https://pypi.org/project/category-encoders/) us...
closed
2024-11-01T11:07:13Z
2024-11-11T15:03:14Z
https://github.com/recommenders-team/recommenders/issues/2185
[ "bug" ]
SimonYansenZhao
1
scikit-tda/kepler-mapper
data-visualization
100
Image Tooltips
Hi Devs In the `confidence_graphs` notebook, image tooltips are used in the visualisation. This is something which we feel could be very useful in our work here. However, when we create our image tooltips in the same way, and follow the procedure outlined in the notebook, we find that rather than get a nice arra...
closed
2018-06-25T09:02:33Z
2018-07-26T11:30:06Z
https://github.com/scikit-tda/kepler-mapper/issues/100
[]
leesteinberg
6
ludwig-ai/ludwig
data-science
3,950
batch_size > 1 results in NaN loss value
## **Describe the bug** When I set a `trainer.batch_size` of > 1 or auto, my loss value is always `NaN`, and training will fail and exit at the end of the first epoch. Setting `batch_size` to 1 fixes the issue, but results in very inefficient GPU utilization for more powerful GPUs. ## **To Reproduce** Steps to ...
closed
2024-02-29T19:28:50Z
2024-07-26T21:38:38Z
https://github.com/ludwig-ai/ludwig/issues/3950
[]
K-Mistele
12
waditu/tushare
pandas
932
复权factor 有错误
df = ts_pro.adj_factor(ts_code=to_symbol(code), ).sort_values('trade_date', ascending=False) tmp = df.drop_duplicates('adj_factor').copy() tmp['end'] = tmp.trade_date.shift(-1) tmp.dropna() 20150527 到 20180827 之间的factor都是错误的(都为1)。 ts_code trade_date adj_factor end 0 600401.SH ...
closed
2019-02-25T10:32:00Z
2019-02-28T13:19:15Z
https://github.com/waditu/tushare/issues/932
[]
winstonzhong
2
huggingface/transformers
nlp
36,462
KerasTensor can't be used with TFBertTokenizer
### System Info - `transformers` version: 4.48.3 - Platform: Linux-6.1.85+-x86_64-with-glibc2.35 - Python version: 3.11.11 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: 1.3.0 - Accelerate config: not found - PyTorch version (GPU?): 2.5.1+cu124 (False) - Tensorflow version (GPU?)...
closed
2025-02-27T20:01:10Z
2025-02-28T14:32:04Z
https://github.com/huggingface/transformers/issues/36462
[ "bug" ]
antoninoLorenzo
1
ibis-project/ibis
pandas
10,084
docs: how to get unique values of a column of any type
### Please describe the issue It looks like the way of doing this is ```python penguins[["species"]].distinct() ``` based on the answers of this older issue https://github.com/ibis-project/ibis/issues/6029 but it's still not documented or at least I couldn't find that's how you do it. Besides it's normal for ...
closed
2024-09-10T21:32:32Z
2024-09-18T17:18:33Z
https://github.com/ibis-project/ibis/issues/10084
[ "docs" ]
ncclementi
8
apache/airflow
python
47,509
AIP-81 Integrate Automated Generation of Datamodels in CLI with pre-commit
### Description Integrate Automated Generation of `datamodels` in CLI with pre-commit. After this is merged #45300 TaskSDK already achieved this. So it will be applying similar changes. ### Use case/motivation To automate the generation. ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ...
open
2025-03-07T17:52:00Z
2025-03-16T14:05:08Z
https://github.com/apache/airflow/issues/47509
[ "area:CLI", "kind:feature", "AIP-81" ]
bugraoz93
0
nteract/papermill
jupyter
150
papermill fails to install
When in non-development, an install attempts to read the `requirements-dev.txt` (when, of course, it shouldn't be here). This fails all `papermill` installs from `pip` currently: https://github.com/nteract/papermill/blob/4e950d0c9df2b08fa0af446589bc0eece4e5ce11/setup.py#L26-L27
closed
2018-06-13T21:39:00Z
2018-06-17T07:25:51Z
https://github.com/nteract/papermill/issues/150
[]
rgbkrk
1
ivy-llc/ivy
pytorch
28,276
Fix Frontend Failing Test: torch - reduction_ops.torch.mean
The results of the test_torch_mean() suggest that helper functions generate the wrong type for the data, which is later passed on to the backend.
closed
2024-02-13T11:39:54Z
2024-04-09T04:12:09Z
https://github.com/ivy-llc/ivy/issues/28276
[ "Sub Task" ]
Kacper-W-Kozdon
1
jina-ai/serve
machine-learning
6,041
Release Notes (3.20.3)
# Release Note This release contains 1 bug fix. ## 🐞 Bug Fixes ### Skip doc attributes in __annotations__ but not in __fields__ (#6035) When deploying an Executor inside a Flow with a `BaseDoc` model that has any attribute with a `ClassVar` value, the service would fail to initialize because the Gateway ...
closed
2023-09-06T16:01:39Z
2023-09-07T08:48:51Z
https://github.com/jina-ai/serve/issues/6041
[]
JoanFM
0
kiwicom/pytest-recording
pytest
130
[BUG] tests/test_blocking_network.py::test_pycurl* failures due to whitespace (?)
**Describe the bug** When running the test suite via `tox`, I'm getting two test failures: ``` FAILED tests/test_blocking_network.py::test_pycurl - AssertionError: assert {'errors': 0,...pped': 0, ...} == {'errors': 0,...pped': 0, ...} FAILED tests/test_blocking_network.py::test_pycurl_with_allowed_hosts - Assert...
closed
2023-10-22T07:28:27Z
2023-12-07T03:18:27Z
https://github.com/kiwicom/pytest-recording/issues/130
[ "Status: Review Needed", "Type: Bug" ]
mgorny
4
numpy/numpy
numpy
28,316
BUG: calling `_core.multiarray.scalar` with only a `dtype[object_]` or `StringDType` segfaults
I tried this with all dtypes, but only these two deliquents-types cause `scalar()` to segfault. I don't see how this could be triggered during pickling or something, but . ## repro ### `StringDType` Expectation: the same as `StringDType().type()`, i.e. `""`. ```pycon >>> import numpy as np >>> np._core.multiarray.s...
closed
2025-02-11T00:36:16Z
2025-02-14T19:54:50Z
https://github.com/numpy/numpy/issues/28316
[ "00 - Bug" ]
jorenham
4
fohrloop/dash-uploader
dash
95
AttributeError: module 'dash_uploader' has no attribute 'UploadStatus'
I've been trying to use the demo code and I receive this message. def callback_on_completion(status: du.UploadStatus): AttributeError: module 'dash_uploader' has no attribute 'UploadStatus' I'm usingh demo code
closed
2022-07-01T21:58:51Z
2022-10-05T06:15:45Z
https://github.com/fohrloop/dash-uploader/issues/95
[]
FreireAlexander
2
BlinkDL/RWKV-LM
pytorch
238
Probable mistake in Eq. 16 in the preprint
Thank you for the great work. I have checked the code and the paper, and I believe that the "lerp" in Eq. 16 might actually be "ddlerp".
open
2024-04-21T20:13:30Z
2024-04-30T21:10:14Z
https://github.com/BlinkDL/RWKV-LM/issues/238
[]
zeyun-zhong
2
strawberry-graphql/strawberry
graphql
3,606
Cancelling `DataLoader.load` futures doesn't cancel the underlying task
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug I'm working in a codebase w...
open
2024-08-27T10:58:53Z
2025-03-20T15:56:50Z
https://github.com/strawberry-graphql/strawberry/issues/3606
[ "bug" ]
oinopion
0
scrapy/scrapy
web-scraping
6,593
Fix Crawler.request_fingerprinter typing
It should be `scrapy.utils.request.RequestFingerprinterProtocol`.
closed
2024-12-27T14:41:09Z
2025-01-07T09:40:51Z
https://github.com/scrapy/scrapy/issues/6593
[ "bug", "good first issue", "typing" ]
Gallaecio
3
strawberry-graphql/strawberry
django
3,287
To modify status code of GraphQL query/mutation response right before it returns a result
## Feature Request Type Alteration (enhancement/optimization) of existing feature(s) ## Description I'm using django-channels and strawberry-graphql I tried to found a way to motify http status code and it's possible by modifying temporal responds object in a resolver. ` info.context.response.st...
open
2023-12-12T02:58:34Z
2025-03-20T15:56:31Z
https://github.com/strawberry-graphql/strawberry/issues/3287
[]
goale-company
1