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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
fbdesignpro/sweetviz | data-visualization | 163 | How to access the data from the "Associations" directly? | Hi,
thanks for creating and maintaining this project!
I have more than 100 variables and have difficulties to read the picture that gets generated in the "Associations" part of the html output.
Is there any possibility to access the data from within an internal structure of sweetviz?
E.g. like a DataFrame e... | open | 2023-11-17T10:00:46Z | 2023-11-20T12:11:02Z | https://github.com/fbdesignpro/sweetviz/issues/163 | [
"question",
"workaround found"
] | alatif-alatif | 1 |
xlwings/xlwings | automation | 1,976 | Use global WScript object instead of creating it every time it's used | I wanted to create a pull request, but:
* The signature is lost when I save the add-in
* I don't know how to test it
* I wasn't able to use the add-in from the forked repository (I think because something goes wrong when loading `xlwings32-dev.dll`)
So I did the change on the add-in installed by `pip` and I'm de... | closed | 2022-08-03T13:58:55Z | 2022-08-05T22:11:33Z | https://github.com/xlwings/xlwings/issues/1976 | [
"enhancement"
] | stenci | 2 |
clovaai/donut | nlp | 288 | Does synthdog data has MiT or afl-3.0 license? | According to dataset_infos.json,
"homepage": "https://github.com/clovaai/donut", "license": "",
License field is missing.
Does synthdog data has MiT license too?
| open | 2024-02-20T08:26:00Z | 2024-02-20T08:37:50Z | https://github.com/clovaai/donut/issues/288 | [] | becxer | 1 |
deeppavlov/DeepPavlov | tensorflow | 1,122 | building go-bot in russian | Good day!
I want to build a go-bot using DeepPavlov in russian language (on example of this [notebook](https://colab.research.google.com/github/deepmipt/DeepPavlov/blob/master/examples/gobot_extended_tutorial.ipynb)).
I created dataset by DSTC2 format. Now i want add NER training in go bot config pipline. Because m... | closed | 2020-01-23T12:43:24Z | 2020-05-21T10:04:10Z | https://github.com/deeppavlov/DeepPavlov/issues/1122 | [] | Grossmend | 1 |
developmentseed/lonboard | data-visualization | 221 | Render raster heightmaps directly with the TerrainLayer | This would be an awesome full-circle completion of a couple years of work.
- Someone has a raster heightmap in rasterio
- Pass that heightmap into [pydelatin](https://github.com/kylebarron/pydelatin) (or maybe optionally [pymartini](https://github.com/kylebarron/pymartini)) and encode to a [quantized mesh file](ht... | open | 2023-11-08T19:05:53Z | 2023-11-08T19:05:53Z | https://github.com/developmentseed/lonboard/issues/221 | [] | kylebarron | 0 |
scrapy/scrapy | python | 5,739 | Adding support for Path objects to APIs that take paths | As mentioned in #5682, we may have some public APIs that take paths and the implementations should now use `Path` objects so it should be trivial to also accept `Path` objects in these APIs.
I think the first step is actually identifying such APIs. | closed | 2022-11-29T09:18:13Z | 2024-04-26T07:37:15Z | https://github.com/scrapy/scrapy/issues/5739 | [
"enhancement",
"good first issue"
] | wRAR | 19 |
miguelgrinberg/Flask-SocketIO | flask | 801 | Hidden failure when issuing `flask run` in production environment? | **development**
```
(venv) pi@raspberrypi:~/garden-server $ export FLASK_APP=garden
(venv) pi@raspberrypi:~/garden-server $ export FLASK_ENV=development
(venv) pi@raspberrypi:~/garden-server $ flask run
* Serving Flask-SocketIO app "garden"
* Forcing debug mode on
* Restarting with stat
* Debugger is acti... | closed | 2018-09-26T14:37:19Z | 2019-01-24T09:51:34Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/801 | [
"question"
] | owalerys | 2 |
django-import-export/django-import-export | django | 1,134 | Document Best Ways to get Help with django-import-export | Greetings! This package being a fairly complicated tool, we often we get questions on usage in the form of Issues (for instance #1133). I'd like to recommend we establish and document a preferred forum for those types of usage questions. Perhaps that's still "create a GitHub issue and label it with `question`" (like... | closed | 2020-05-09T15:05:33Z | 2022-04-16T09:44:57Z | https://github.com/django-import-export/django-import-export/issues/1134 | [
"question"
] | mgrdcm | 7 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 17 | CUDA Setup failed despite GPU being available. | ===================================BUG REPORT===================================
Welcome to bitsandbytes. For bug reports, please run
python -m bitsandbytes
and submit this information together with your error trace to: https://github.com/TimDettmers/bitsandbytes/issues
========================================... | closed | 2023-04-26T04:01:37Z | 2023-04-27T09:08:56Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/17 | [] | cweihua | 2 |
mwaskom/seaborn | data-visualization | 3,383 | Doc: Inheritance informations not shown | As an example see the [docu about `FacetGrid`](https://seaborn.pydata.org/generated/seaborn.FacetGrid.html?highlight=grid#seaborn.FacetGrid). There you don't see wich class it is inherited.
It is `Grid`.
That infos should be added somehow. | closed | 2023-06-14T10:27:38Z | 2023-06-14T11:28:37Z | https://github.com/mwaskom/seaborn/issues/3383 | [] | buhtz | 2 |
jupyter-incubator/sparkmagic | jupyter | 5 | reliablehttpclient retry on retriable status codes & add unit tests for it | Does not retry now. Look at TODO
| closed | 2015-09-23T23:30:41Z | 2015-10-11T21:11:43Z | https://github.com/jupyter-incubator/sparkmagic/issues/5 | [
"kind:enhancement",
"help wanted"
] | aggFTW | 0 |
automl/auto-sklearn | scikit-learn | 1,350 | Improve some code coverage | This is an ongoing issue we need to work on or would gladly accept contributions for anyone looking to get some experience with testing open-source.
* We have some guaranteed randomness with the configuration we tests which causes the code coverage to fluctuate. This causes issue in that we have a simple change suc... | open | 2021-12-20T13:08:59Z | 2024-10-09T07:36:20Z | https://github.com/automl/auto-sklearn/issues/1350 | [
"Good first issue",
"maintenance"
] | eddiebergman | 6 |
InstaPy/InstaPy | automation | 6,088 | Selenium error (os error 111) when running 0.6.13 | ## Expected Behavior
Running instapy on a Debian10 Docker image
and getting a selenium error
## Current Behavior
selenium.common.exceptions.TimeoutException: Message: Connection refused (os error 111)
referencing an old issue here
https://github.com/timgrossmann/InstaPy/issues/5822
My Specs:
python: 3... | open | 2021-02-22T12:27:15Z | 2021-07-21T00:19:29Z | https://github.com/InstaPy/InstaPy/issues/6088 | [
"wontfix"
] | skiwlkr | 13 |
vitalik/django-ninja | pydantic | 321 | Throttling support? | What is the recommended way to handle throttling while using Django ninja?
I did not find that term in the doc. Is the any plan to use it?
Thanks. | open | 2022-01-11T19:40:29Z | 2022-10-03T20:05:10Z | https://github.com/vitalik/django-ninja/issues/321 | [
"documentation"
] | ddahan | 7 |
laughingman7743/PyAthena | sqlalchemy | 240 | Impl arrow cursor | https://arrow.apache.org/docs/python/generated/pyarrow.fs.S3FileSystem.html
https://arrow.apache.org/docs/python/csv.html
```python
from pyathena import connect
from pyarrow import fs
import pyarrow.csv as csv
cursor = connect(s3_staging_dir="s3://BUCKET/path/to/",
region_name="us-west-2",... | closed | 2021-07-11T15:04:20Z | 2022-05-15T17:09:38Z | https://github.com/laughingman7743/PyAthena/issues/240 | [] | laughingman7743 | 1 |
roboflow/supervision | deep-learning | 859 | [Annotators] - enable Annotators to accept image as `np.ndarray` or `PIL.Image` | ### Description
Allow Supervision annotators to accept the `scene` argument as `np.ndarray` or `PIL.Image`.
Using Supervision annotators in combination with tools that process images as `PIL.Image` (Gradio, Transformers, MMDetection) is very cumbersome. It usually requires a series of conversions, as shown below.... | closed | 2024-02-08T10:52:07Z | 2024-02-28T13:14:27Z | https://github.com/roboflow/supervision/issues/859 | [
"enhancement",
"api:annotator",
"Q1.2024"
] | SkalskiP | 3 |
assafelovic/gpt-researcher | automation | 1,011 | Interactive supervised research (like pair programming) | **Is your feature request related to a problem? Please describe.**
GPT Researcher may focus on irrelevant topics.
**Describe the solution you'd like**
An interactive mode where the user is asked to provide feedback to avoid GPT Researcher to focus on irrelevant topics.
**Describe alternatives you've considered*... | closed | 2024-12-09T04:27:29Z | 2025-02-26T12:17:12Z | https://github.com/assafelovic/gpt-researcher/issues/1011 | [] | kripper | 5 |
autokey/autokey | automation | 426 | Automate Caja Dual Pane | ## Classification:
(Pick one of: Bug, Crash/Hang/Data Loss, Performance, UI/Usability, Feature (New), Enhancement)
## Reproducibility: Always
(Pick one of: Always, Sometimes, Rarely, Unable, I Didn't Try)
## Version
AutoKey version: 0.95.9
Used GUI (Gtk, Qt, or both): Gtk
If the problem is known t... | open | 2020-06-14T12:36:24Z | 2020-06-14T22:22:15Z | https://github.com/autokey/autokey/issues/426 | [
"scripting",
"user support"
] | jaydip-c | 1 |
tfranzel/drf-spectacular | rest-api | 538 | Bravo | Just wanted to say this package is amazing. Praise to the team and you should add a financial sponsor/support call to action somewhere in the Readme.
Cheers
(Close this anytime) | closed | 2021-09-27T19:06:02Z | 2021-09-27T21:59:33Z | https://github.com/tfranzel/drf-spectacular/issues/538 | [] | MichelML | 1 |
alteryx/featuretools | data-science | 2,156 | release Featuretools v1.11.0 | - We can release **once these are merged in**
- https://github.com/alteryx/featuretools/pull/2136
- https://github.com/alteryx/featuretools/pull/2157
- The instructions for releasing:
- https://github.com/alteryx/featuretools/blob/main/release.md | closed | 2022-06-29T15:46:14Z | 2022-06-30T23:07:11Z | https://github.com/alteryx/featuretools/issues/2156 | [] | gsheni | 0 |
donnemartin/data-science-ipython-notebooks | pandas | 108 | Data science | open | 2024-07-17T05:22:04Z | 2024-07-17T05:22:04Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/108 | [] | rjagathe | 0 | |
ranaroussi/yfinance | pandas | 1,392 | I have an error at call "msft.info" | ~### Discussed in https://github.com/ranaroussi/yfinance/discussions/1391~ deleted by @ValueRaider
<div type='discussions-op-text'>
<sup>Originally posted by **SDayneko** February 1, 2023</sup>
Exception Traceback (most recent call last)
Cell In[30], line 1
----> 1 msft.info
... | closed | 2023-02-02T03:45:00Z | 2023-02-02T12:53:52Z | https://github.com/ranaroussi/yfinance/issues/1392 | [] | SDayneko | 3 |
jupyter/nbgrader | jupyter | 1,757 | posixpath != os.path errors in tests | I'm running tests after writing an update to nbgrader code, and getting essentially the same error 4 times:
```
FAILED nbgrader/tests/apps/test_nbgrader_fetch_assignment.py::TestNbGraderFetch::test_fetch - AssertionError: assert False
FAILED nbgrader/tests/apps/test_nbgrader_fetch_assignment.py::TestNbGraderFetch:... | open | 2023-03-21T11:00:04Z | 2024-05-23T19:15:00Z | https://github.com/jupyter/nbgrader/issues/1757 | [
"question"
] | perllaghu | 10 |
xuebinqin/U-2-Net | computer-vision | 240 | The reproduction results can not meet the paper standard | According to the requirements of the paper, I flip the DUTS-TR data set offline horizontally, and then train. The code was not modified.
epoch_num=450,The number of iterations is 600k to 800K,to test the DUTS-TE test set. However, using your evaluation code, the results Mae and MAXF are not as good as those in the pap... | closed | 2021-08-05T04:50:26Z | 2021-08-10T05:03:22Z | https://github.com/xuebinqin/U-2-Net/issues/240 | [] | xiaobao886 | 7 |
keras-team/keras | deep-learning | 20,256 | Early-stopping does not work properly in Keras 3 when used in a for loop | Hello,
I am using Keras 3.5 with TF 2.17. My code is more or less the following (but it is not a grid search as in the real code I also increment some other variables that are not directly linked to the network):
```
def create_conv(nb_cc_value, l1_value):
model = Sequential()
model.add(tensorflow.keras... | open | 2024-09-13T12:47:36Z | 2024-09-19T19:03:12Z | https://github.com/keras-team/keras/issues/20256 | [
"type:Bug"
] | Senantq | 8 |
widgetti/solara | fastapi | 371 | updating a UserList Reactive through Ref | I have container of dataclasses as Reactive whose values are updated by solara components.
A MWE is the following:
```python
@dataclass
class MyData:
foo: int
bar: str
data = [MyData(1, 'foo'), MyData(2, 'bar')]
data_reactive = solara.Reactive(data)
# update element
Ref(data_reactive.fields[1]... | open | 2023-11-10T11:18:02Z | 2023-11-10T11:18:02Z | https://github.com/widgetti/solara/issues/371 | [] | Jhsmit | 0 |
plotly/dash-table | dash | 35 | Paste from Excel does not work in Safari | The logs indicate that the copy/paste operation worked/executed (even for the case covered by #32) but the clipboard value is always empty.

| closed | 2018-07-30T20:53:47Z | 2019-10-08T20:21:42Z | https://github.com/plotly/dash-table/issues/35 | [
"dash-type-bug"
] | Marc-Andre-Rivet | 1 |
home-assistant/core | asyncio | 141,092 | No sensor readings | ### The problem
I have noticed there have been no sensor readings from Dexcom G6 with the integration for a few weeks now? I just get 'Unknown'. I have tried reinstalling the integration, and even rebuilding my home assistant server, but it will not get sensor readings. Is this a known recent issue?
### What versi... | open | 2025-03-21T22:31:26Z | 2025-03-21T23:32:09Z | https://github.com/home-assistant/core/issues/141092 | [
"integration: dexcom"
] | GamerGrug | 4 |
modin-project/modin | data-science | 6,962 | Inaccessible https://discuss.modin.org | We stopped support for https://discuss.modin.org so we should remove links to it. | closed | 2024-02-23T12:15:09Z | 2024-02-23T17:56:17Z | https://github.com/modin-project/modin/issues/6962 | [
"documentation 📜"
] | YarShev | 0 |
dagster-io/dagster | data-science | 28,663 | env_secrets for PipesK8sClient | ### What's the issue?
Dagster version
dagster, version 1.10.5
What's the issue?
There is currently no way to pass secrets(`secretKeyRef`) as env variables to `PipesK8sClient `
I tried to pass it via `base_pod_spec` as:
```
pod_basic_spec = {
"containers": [
{
"env": [
client.V1... | open | 2025-03-21T17:29:59Z | 2025-03-21T17:30:35Z | https://github.com/dagster-io/dagster/issues/28663 | [
"type: bug"
] | eugene536 | 0 |
katanaml/sparrow | computer-vision | 64 | Error: `llama-index-readers-file` package not found despite being installed | I'm encountering an error when trying to use the `SimpleDirectoryReader` from LlamaIndex in my project. The error message states that the `llama-index-readers-file` package is not found, even though it's installed.
## Environment
- LlamaIndex version: 0.10.23
- llama-index-readers-file version: 0.1.12
- Python ... | closed | 2024-08-14T13:24:16Z | 2024-08-21T19:14:05Z | https://github.com/katanaml/sparrow/issues/64 | [] | albertgilopez | 2 |
Kanaries/pygwalker | plotly | 491 | alternative for display_chart() in flask. | display_chart() only works in jupyter notebook.How can I render a chart's image whose spec is already available? | open | 2024-03-20T15:47:59Z | 2024-03-22T15:15:43Z | https://github.com/Kanaries/pygwalker/issues/491 | [] | anandakrishnankb | 1 |
marimo-team/marimo | data-visualization | 4,209 | vim: j/k creates many new cells | ### Describe the bug
When you `j` past the last cell or `k` above the first cell then marimo keeps making new cells as long as you hold the character down. I frequently hold `j/k` down through cells so I frequently accidentally create 10 or 15 new cells which I have to then delete. In a normal text file, a vim user of... | closed | 2025-03-23T00:14:31Z | 2025-03-23T03:33:45Z | https://github.com/marimo-team/marimo/issues/4209 | [
"bug"
] | bulletmark | 2 |
autogluon/autogluon | data-science | 4,636 | Figure out how to do source install with uv on Colab/Kaggle | We should have working instructions for AutoGluon source installs with UV on Colab/Kaggle notebooks. | open | 2024-11-10T01:26:32Z | 2025-02-25T20:33:38Z | https://github.com/autogluon/autogluon/issues/4636 | [
"install",
"priority: 0"
] | Innixma | 0 |
tensorflow/tensor2tensor | machine-learning | 1,261 | Is there any metrics/numbers available about "Suggested Datasets and Models" listed in README | ### Description
I noticed that so many models had been implemented in tensor2tensor without reporting any metrics(maybe I haven't found it yet). If so, how we ensure the correctness of each model? | open | 2018-11-30T02:49:52Z | 2018-11-30T03:22:21Z | https://github.com/tensorflow/tensor2tensor/issues/1261 | [] | yuwen-yan | 1 |
strawberry-graphql/strawberry | fastapi | 3,129 | relay.node on subtype needs initialization | <!-- Provide a general summary of the bug in the title above. -->
Consider the code
```python
@strawberry.type
class Sub:
node: relay.Node = relay.node()
nodes: list[relay.Node] = relay.node()
@strawberry.type
class Query:
@strawberry.field
@staticmethod
def sub():
return Sub
schema... | open | 2023-10-02T13:04:02Z | 2025-03-20T15:56:24Z | https://github.com/strawberry-graphql/strawberry/issues/3129 | [
"bug"
] | devkral | 1 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 221 | [BUG]抖音获取用户作品的接口,参数count不起作用 | douyin
api https://api.tikhub.io/douyin/user_profile_videos_data
参数count不起作用
cursor 设置为0 ,count 设置为500,结果只能显示40多个作品 | closed | 2023-07-10T07:20:34Z | 2023-07-10T08:04:10Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/221 | [
"BUG",
"enhancement"
] | ghost | 4 |
ploomber/ploomber | jupyter | 440 | Changing chunksize does not trigger rebuild | ### pipeline.yaml
```yml
tasks:
- source: query.sql
product: data.parquet
```
### query.sql
```sql
select * from table
```
When adding `chunksize: null` in the `pipeline.yaml`, the task is not rerun when calling `ploomber build` | open | 2021-12-16T18:17:39Z | 2023-03-20T20:40:41Z | https://github.com/ploomber/ploomber/issues/440 | [] | reesehopkins | 1 |
huggingface/datasets | machine-learning | 6,841 | Unable to load wiki_auto_asset_turk from GEM | ### Describe the bug
I am unable to load the wiki_auto_asset_turk dataset. I get a fatal error while trying to access wiki_auto_asset_turk and load it with datasets.load_dataset. The error (TypeError: expected str, bytes or os.PathLike object, not NoneType) is from filenames_for_dataset_split in a os.path.join call
... | closed | 2024-04-26T00:08:47Z | 2024-05-29T13:54:03Z | https://github.com/huggingface/datasets/issues/6841 | [] | abhinavsethy | 8 |
developmentseed/lonboard | data-visualization | 428 | Document pyogrio integration | I still need to decide exactly what is a public API. Like should we make the fact that we read GeoParquet metadata from a Table's metadata public? | open | 2024-03-21T20:20:19Z | 2024-03-21T20:23:47Z | https://github.com/developmentseed/lonboard/issues/428 | [] | kylebarron | 0 |
sherlock-project/sherlock | python | 2,145 | Adding a demo walkthrough of Sherlock to docs | ### Description
I recently contributed to Sherlock and recorded a walk-through of myself fixing one of the issues. I know this is self-promotion but I felt it might help others who wish to contribute to it.
Here is the link to the video for reference: https://youtu.be/7Uvl7yqqvjI?si=o6sXYkB0icelZKnv | open | 2024-05-31T04:33:21Z | 2024-05-31T20:06:32Z | https://github.com/sherlock-project/sherlock/issues/2145 | [
"enhancement"
] | pandyah5 | 2 |
Esri/arcgis-python-api | jupyter | 1,871 | clone_item() hosted feature service referencing to source portal | **Describe the bug**
When I use clone_item() on a hosted feature service, even after it has been cloned into the target portal, it still references the source portal.
So when I try to use the cloned content in the target portal, a pop-up appears asking me to connect to the source portal in order to use the content in... | closed | 2024-07-17T13:40:32Z | 2025-01-07T17:50:53Z | https://github.com/Esri/arcgis-python-api/issues/1871 | [
"bug"
] | stwrr | 2 |
LAION-AI/Open-Assistant | machine-learning | 3,529 | fail to docker pull oasst-inference-worker-llama:latest | ```
Digest: sha256:af3ff8ebdc5a98b03731ede2655edbf7a43cbed07c267acbd41513cf518c832a
Status: Image is up to date for ghcr.io/laion-ai/open-assistant/oasst-inference-worker-llama:latest
ghcr.io/laion-ai/open-assistant/oasst-inference-worker-llama:latest
docker: Error response from daemon: unknown or invalid runtime n... | open | 2023-06-27T20:17:03Z | 2023-07-03T15:57:54Z | https://github.com/LAION-AI/Open-Assistant/issues/3529 | [] | Asmedeus998 | 1 |
graphistry/pygraphistry | jupyter | 398 | [FEA] move more bindings to nodes()/edges() and stronger binding error checking | **Is your feature request related to a problem? Please describe.**
A user reported confusion why `nodes(df, 'id', point_title='some_col')` was not showing the intended result .
* There is no such binding, just in `bind(point_title=...)`
* nodes()/edges() takes a kwargs and doesn't check for invalid ones
**... | open | 2022-09-16T15:25:50Z | 2022-09-16T15:27:04Z | https://github.com/graphistry/pygraphistry/issues/398 | [
"enhancement",
"help wanted",
"p4",
"good-first-issue"
] | lmeyerov | 0 |
django-import-export/django-import-export | django | 1,090 | from_encoding does not work | I get - ```Imported file has a wrong encoding: 'utf-8' codec can't decode byte 0xb9 in position 254: invalid start byte```.
Despite using `from_encoding` set to `iso-8859-2`, `iso-8859-1`, `iso-8859`. | closed | 2020-03-04T13:09:12Z | 2020-05-28T07:21:57Z | https://github.com/django-import-export/django-import-export/issues/1090 | [] | memegauste | 2 |
pyjanitor-devs/pyjanitor | pandas | 658 | descriptastorus support | Hi Eric! It's been a while. I've stolen your pyjanitor ides for the descriptastorus for chemistry related descriptors:
https://github.com/bp-kelley/descriptastorus
```
df = pandas.DataFrame(dict(smiles=smiles))
df2 = descriptastorus.descriptors.create_descriptors(
df, mols_column_name="smiles", g... | open | 2020-05-18T15:04:05Z | 2020-05-19T12:12:34Z | https://github.com/pyjanitor-devs/pyjanitor/issues/658 | [
"triage"
] | bp-kelley | 1 |
trevorstephens/gplearn | scikit-learn | 246 | Falling into local optimum | Great package! So I'm trying to recover a function which is a linear function inside of a logistic function. If I self define the logistic function in the function set, gplearn finds it really quickly. However, if I only use the exponential along with other basic arithmetic, no matter what hyper parameter I tune, it al... | closed | 2021-11-25T16:06:56Z | 2021-12-01T02:13:50Z | https://github.com/trevorstephens/gplearn/issues/246 | [
"enhancement"
] | HuangHam | 2 |
Nemo2011/bilibili-api | api | 250 | 【漏洞】cv article被强制重定向至opus,bs不能解析 | **Python 版本:** 3.12.0
**模块版本:** 15.3.1
<!--请务必使用 pip3 show bilibili-api-python 查询模块版本。-->
**运行环境:** Windows / Linux / MacOS
**模块路径:** `bilibili_api.article`
**解释器:** cpython
**报错信息:**
```
bilibili_api.exceptions.ApiException.ApiException: 找不到信息
```
**报错代码:**
```
from bilibili_api import a... | closed | 2023-03-30T05:11:48Z | 2023-04-28T12:34:07Z | https://github.com/Nemo2011/bilibili-api/issues/250 | [
"bug"
] | simonsmh | 8 |
allure-framework/allure-python | pytest | 150 | How to safely migrate from pytest-allure-adaptor? | Hi!
I am reaching out here since I have not found any other resource with meaningful information on how would one switch from using `pytest-allure-adaptor` to `allure-pytest` and reap all the benefits of allure v2.
For the sake of experiment in my project I removed `pytest-allure-adaptor` and installed `allure-py... | closed | 2017-09-15T07:11:14Z | 2017-10-26T19:04:21Z | https://github.com/allure-framework/allure-python/issues/150 | [] | ghost | 1 |
pytest-dev/pytest-cov | pytest | 212 | warning "Module x was never imported" when running with xdist | If I install pytest-xdist plugin, and run `pytest --cov` with some `-n` number of parallel processes (even with `-n 1`), I get this warnings at the end:
```
Coverage.py warning: Module psautohint was never imported. (module-not-imported)
Coverage.py warning: No data was collected. (no-data-collected)
```
Howev... | closed | 2018-07-05T14:14:41Z | 2020-06-20T11:34:34Z | https://github.com/pytest-dev/pytest-cov/issues/212 | [] | anthrotype | 5 |
flavors/django-graphql-jwt | graphql | 271 | Unable to Get Refresh Token From `tokenAuth` Mutation | `{
"errors": [
{
"message": "Cannot query field \"payload\" on type \"ObtainJSONWebToken\".",
"locations": [
{
"line": 14,
"column": 5
}
]
}
]
}`
I'm receiving this when using the `tokenAuth` mutation. I can't access the values they listed... | closed | 2021-05-27T13:33:49Z | 2023-03-13T14:31:44Z | https://github.com/flavors/django-graphql-jwt/issues/271 | [] | JayOneTheSk8 | 5 |
pyro-ppl/numpyro | numpy | 1,734 | Normalizing Flow MCMC | # Description
It would be great to have Normalizing Flow MCMC method.
## Paper reference
- [Adaptive Monte Carlo augmented with normalizing flows](https://arxiv.org/abs/2105.12603)
- [Efficient Bayesian Sampling Using Normalizing Flows to Assist Markov Chain Monte Carlo Methods](https://openreview.net/pdf?id=mvto... | closed | 2024-02-14T09:22:40Z | 2024-08-10T22:42:40Z | https://github.com/pyro-ppl/numpyro/issues/1734 | [
"Tutorials/Examples"
] | Qazalbash | 6 |
davidsandberg/facenet | tensorflow | 769 | Is this repository has no longer maintain? | Does anyone have a suggestion about another better facenet or anything that still maintaining by owner? | closed | 2018-05-29T20:52:08Z | 2018-06-24T17:38:58Z | https://github.com/davidsandberg/facenet/issues/769 | [] | wiput1999 | 1 |
mljar/mercury | jupyter | 348 | Problem installing mercury | I have the start of the error and the end as the error message itself is huge. Had tried some stuff prior even installing each of the modules from requirements.txt but still the same error as before.
Building wheels for collected packages: gevent
Building wheel for gevent (pyproject.toml) ... error
error: subp... | open | 2023-08-22T12:03:22Z | 2023-08-25T08:52:21Z | https://github.com/mljar/mercury/issues/348 | [] | dimitrisaspas | 4 |
albumentations-team/albumentations | deep-learning | 2,285 | Error in keypoints when using large optical distortions | ## Describe the bug
When applying large deformations using opticaldistortion the keypoints are not transformed correctly.
### To Reproduce
OS: Windows
Python version 3.11
Albumentations V2.0.0
Steps to reproduce the behavior:
import cv2
import numpy as np
import albumentations as A
from albumentations.core.compo... | open | 2025-01-21T12:26:27Z | 2025-02-26T21:59:27Z | https://github.com/albumentations-team/albumentations/issues/2285 | [
"bug"
] | ThomasieDK | 12 |
ets-labs/python-dependency-injector | flask | 688 | Future of this repo? | Hi @rmk135 Roman,
thank you for this awesome library :) Finally a serious approach towards DI in Python! I really would like to depend on this library. But therefore I would like to ask you, what the future of this repo is? Since I see no further milestones and the last commit to this repo was three month ago and a ... | closed | 2023-03-29T05:06:49Z | 2024-08-13T02:22:21Z | https://github.com/ets-labs/python-dependency-injector/issues/688 | [
"question"
] | stevenengland | 11 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,184 | Cheating GAN? | I am using the CycleGan model and it works perfectly for most images, but it sometimes creates garbage like the generator is cheating.

If I lower the learning rate enough, the problem goes ... | open | 2020-11-10T21:20:45Z | 2021-12-08T20:56:31Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1184 | [] | 3DTOPO | 4 |
robinhood/faust | asyncio | 628 | _field_types has been deprecated and removed in favor of __annotations__ in Python 3.9 | https://github.com/robinhood/faust/blob/8d613a0eb20ed82fc62f9a1cd5f72ccbff9ba0ba/faust/models/typing.py#L408
Ref : https://bugs.python.org/issue40182 | closed | 2020-08-11T04:59:02Z | 2020-09-22T16:58:39Z | https://github.com/robinhood/faust/issues/628 | [] | tirkarthi | 0 |
xlwings/xlwings | automation | 1,721 | RunPython in VBA macro in excel 365 shared spreadsheet Mac | #### macOS Sierra
#### xlwings 0.24.9 , Excel Office 365 (business pack), Python 3.8.3
I managed to run a macro that calls a python script stored locally, but I would like to know if it is also possible to do that if the spreadsheet is shared in the 365 cloud (OneDrive)
I am getting errors in the VBA script. I... | closed | 2021-09-28T13:20:45Z | 2022-02-05T20:17:42Z | https://github.com/xlwings/xlwings/issues/1721 | [] | robzer | 9 |
vitalik/django-ninja | rest-api | 1,081 | BearerAuth not raising exception if http header is missing | I created an subsclassed BearerAuth class and implemented the `authenticate` method. All good here.
But in conjunction with ninja decorator on a view, I am also using a custom decorator which checks for feature flags. It raises an 404 error, if feature flag is turned off.
Code looks something like this:
```pytho... | open | 2024-02-14T16:07:22Z | 2024-02-15T07:56:31Z | https://github.com/vitalik/django-ninja/issues/1081 | [] | KlemenS189 | 2 |
FactoryBoy/factory_boy | django | 606 | Misleading exception from changing get_or_create behaviour with #345 | #### Description
If any field given with `django_get_or_create` in a factory class, it's imposible to get the correct `IntegrityError` exception for duplicate-but-should-be-unique fields.
##### Model / Factory code
```python
class UserFactory(factory.django.DjangoModelFactory):
class Meta:
model = U... | closed | 2019-05-27T14:14:28Z | 2019-06-09T01:48:46Z | https://github.com/FactoryBoy/factory_boy/issues/606 | [] | ulgens | 2 |
xinntao/Real-ESRGAN | pytorch | 151 | 在train时报错:AssertionError: queue size should be divisible by batch size | 我使用的是Flickr2K和DIV2K的HR图片,没有进行任何处理,作为训练数据集,不知道为何报错assert self.queue_size % b == 0, 'queue size should be divisible by batch size'
AssertionError: queue size should be divisible by batch size | open | 2021-11-07T03:42:41Z | 2022-04-05T13:36:39Z | https://github.com/xinntao/Real-ESRGAN/issues/151 | [] | 526460049 | 8 |
mouredev/Hello-Python | fastapi | 404 | 正规博彩平台推荐下载游戏APP下载官网-376838.com | 皇家国际创联娱乐公司游戏平台开户微:xiaolu460570 飞机:lc15688 下载游戏APP网址:[376838.com](http://376838.com/)】全球创联国际娱乐游戏注册网站是一家创立于1998年的在线网站菠菜公司。由库拉索岛政府授权,官网[376838.com](http://376838.com/)]东南亚实体大赌场的现场实况连线平台,连续多年讨论全球线上娱乐顶级品牌榜!在线菠菜娱乐的首选平台!现场百家乐、现场龙虎、VIP百家乐、VIP龙虎,牛牛、炸金花、大小、单双、筒子……7-8大类游戏72张牌桌,游戏项目全网最丰富!出款灵活,支持颖航卡、支付宝、微信及USDT充值和出款,总部客服24小时随时在线办理,... | closed | 2025-02-22T06:29:37Z | 2025-03-02T11:12:43Z | https://github.com/mouredev/Hello-Python/issues/404 | [] | yzclylgj | 0 |
babysor/MockingBird | deep-learning | 538 | 如何使声码器最终生成的音频采样率为44100,最高频率能达到20khz? | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
目前声码器生成的音频采样频率为16000,最高频率为8k,如何改变这些参数?(个人尝试将config文件中的sample_rate改为44100训练声码器模型,结果没有变化)
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
任何
**Screenshots[截图(如有)]**
If applicable, add screenshots to help
| closed | 2022-05-06T10:43:12Z | 2022-05-10T04:45:07Z | https://github.com/babysor/MockingBird/issues/538 | [] | flysmart | 0 |
FlareSolverr/FlareSolverr | api | 1,356 | Docker image started but can't connect from anywhere | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-09-20T09:26:18Z | 2024-09-20T09:35:05Z | https://github.com/FlareSolverr/FlareSolverr/issues/1356 | [] | ThirstyThursten | 1 |
comfyanonymous/ComfyUI | pytorch | 6,699 | Long repeated(!) generation on Flux-gguf-Q8 | ### Your question
Generate on laptop, i7-7700HQ, gtx 1060, RAM 16 GB, single, 1200 MHz. Use "normalvram" in Comfy.
512*512, flux-schnell-gguf-q8, euler, beta, 4 steps.
First generation take about 4-5 minute, if i dont change prompt, next generations take 50 sec.
But if i change prompt, i have very long load FluxClipM... | closed | 2025-02-04T11:59:28Z | 2025-02-04T12:42:47Z | https://github.com/comfyanonymous/ComfyUI/issues/6699 | [
"User Support"
] | AlleX-creator | 0 |
lepture/authlib | flask | 142 | Redirect_uri is used before it is checked | In `validate_code_authorization_request`, `redirect_uri` is used for `InvalidClientError` before it has been checked with `validate_authorization_redirect_uri`. This allows an attacker to redirect to any given uri.
I did not yet consider it security relevant, as it's only in master and not released yet. | closed | 2019-08-06T15:39:12Z | 2019-08-07T00:26:44Z | https://github.com/lepture/authlib/issues/142 | [] | cziebuhr | 2 |
yt-dlp/yt-dlp | python | 12,279 | MagellanTV extractor broken - KeyError('jwpVideoUrl') | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | open | 2025-02-04T18:58:51Z | 2025-02-11T01:46:31Z | https://github.com/yt-dlp/yt-dlp/issues/12279 | [
"site-bug"
] | nenigaikgedon | 5 |
ultralytics/yolov5 | deep-learning | 12,416 | Cls_loss is 0 | ### Search before asking
- [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question

(https://github.com/iMerica/dj-rest-auth/blob/2d455333d5ae9910adb43de3488013ee2028f2eb/dj_rest_auth/registration/serializers.py#L151)
ImmediateHttpResponse is not bieng handled returned from complete_social_login
(https://github.com/pennersr/django-allauth/b... | closed | 2022-02-25T20:19:51Z | 2022-07-17T23:14:31Z | https://github.com/iMerica/dj-rest-auth/issues/379 | [] | riteshbisht | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 2,013 | [Nodriver] _prepare_headless bug | fixed:
```
async def _prepare_headless(self):
if getattr(self, "_prep_headless_done", None):
return
response = await self._send_oneshot(
cdp.browser.get_version()
)
if response:
await self._send_oneshot(
cdp.network.set_... | open | 2024-09-09T19:40:21Z | 2024-10-28T00:48:00Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2013 | [] | boludoz | 4 |
jwkvam/bowtie | plotly | 165 | tab feature | Now that views have been factored out into a class we can add in support for a tab component. I'm not sure where a tab would fall in the component hierarchy maybe it should be something different like a container.
Ant design has a nice widget ready for use.
https://ant.design/components/tabs/ | open | 2017-11-20T21:27:36Z | 2018-07-24T01:48:14Z | https://github.com/jwkvam/bowtie/issues/165 | [] | jwkvam | 0 |
unionai-oss/pandera | pandas | 1,915 | serialization support for Polars and Spark | Hi @cosmicBboy and all contributors to this great framework,
I was wondering if there are any plans to implement schema serialization for the Polars and Spark engines.
Thanks! | open | 2025-02-21T13:18:54Z | 2025-02-21T14:24:22Z | https://github.com/unionai-oss/pandera/issues/1915 | [
"enhancement"
] | sergun | 1 |
alteryx/featuretools | data-science | 1,955 | Prevent workflows from running on forked repos | By default our scheduled workflows such as Auto Approve Dependency PRs and Latest Dependency Checker should not run on forked repos, but I believe those runs can be enabled by the forked repo owner.

If t... | closed | 2022-03-14T20:16:51Z | 2022-03-21T19:28:20Z | https://github.com/alteryx/featuretools/issues/1955 | [] | thehomebrewnerd | 0 |
python-gino/gino | sqlalchemy | 820 | Dependencies issue | **Describe the bug**
Dependencies issue between FastAPI and gino[gino-starlette]
**To Reproduce**
poetry add FastAPI
poetry add gino[pg,starlette]
**Expected result**
```
Successful installing
```
**Actual result**
```
Because no versions of gino match >1.0.1,<2.0.0
and gino (1.0.1) depends on gino-st... | closed | 2023-01-11T10:41:46Z | 2023-01-15T03:44:18Z | https://github.com/python-gino/gino/issues/820 | [
"bug"
] | ALeksandr-Fuze | 2 |
aiortc/aiortc | asyncio | 550 | extract raw RTP packets | Hi,
*Not and Issue exactly*
I am working with your lovely framework. I looked through the code etc and i cannot seem to see if this is possible, so i thought i would ask. When connecting to a webRTC stream, i would like to consume the raw RTP packets.
I see you do the handling of the RTP and RTCP under the hood.... | closed | 2021-07-23T10:22:48Z | 2021-12-02T21:46:51Z | https://github.com/aiortc/aiortc/issues/550 | [] | jmyth742 | 3 |
autokey/autokey | automation | 246 | Add API functions to call AutoKey scripts as functions | ## Classification:
Enhancement to the scripting API
## Version
AutoKey version: All < 0.96.0
## Summary
Add functionality to call scripts like functions.
## Proposal:
- Add further optional arguments (`*args, **kwargs`) to [`engine.run_script(script_name)`](https://autokey.github.io/lib.scripting.E... | closed | 2019-02-02T11:01:03Z | 2019-12-24T19:17:59Z | https://github.com/autokey/autokey/issues/246 | [
"enhancement",
"scripting"
] | luziferius | 5 |
chiphuyen/stanford-tensorflow-tutorials | tensorflow | 3 | Is it Overlap or window-overlap? | Hello Chip,
I am a Stanford student following your class. Thanks a lot for the amazing sample code gists which are very useful. I had a small suggestion in [11_char_rnn_gist.py]( tf-stanford-tutorials/examples/11_char_rnn_gist.py ) at Line 32. I believe, ` for start in range(0, len(text) - window, overlap):` the ove... | closed | 2017-02-23T01:23:08Z | 2017-03-01T23:00:17Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/3 | [] | kedartatwawadi | 1 |
xinntao/Real-ESRGAN | pytorch | 544 | FileNotFoundError: Cannot find file: Real-ESRGAN_result.zip | Download Results
FileNotFoundError Traceback (most recent call last) | open | 2023-01-08T04:47:05Z | 2024-10-25T17:11:08Z | https://github.com/xinntao/Real-ESRGAN/issues/544 | [] | xreynaldimiki | 6 |
zappa/Zappa | flask | 541 | [Migrated] Still packing __pycache__ | Originally from: https://github.com/Miserlou/Zappa/issues/1433 by [Northshoot](https://github.com/Northshoot)
I am using lates zappa and set up environment as described in documentation.
When examining zip file, __pychache__ are packed in there.
according to https://github.com/Miserlou/Zappa/blob/cf8d09f7f286... | closed | 2021-02-20T12:22:29Z | 2022-08-18T13:11:22Z | https://github.com/zappa/Zappa/issues/541 | [] | jneves | 1 |
quasarstream/python-ffmpeg-video-streaming | dash | 40 | Multilple languages | Would it be possible to add support for multiple audio tracks with multiple languages? | closed | 2020-09-22T12:19:49Z | 2023-04-09T11:20:52Z | https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/40 | [
"enhancement"
] | jimmyspets | 2 |
piskvorky/gensim | machine-learning | 2,792 | HdpModel not using all CPU cores | #### Problem description
I am running HdpModel on a machine with 2 CPUs with 16 cores each.
Instead of running it on 32 cores, htop reports an usage of only 16+1 cores.
Moreover, I don't have any parameter to tweak in order to increase or decrease the number of workers in that particular model in order to test i... | open | 2020-04-12T21:51:43Z | 2020-04-12T21:52:08Z | https://github.com/piskvorky/gensim/issues/2792 | [] | Davide95 | 0 |
yihong0618/running_page | data-visualization | 538 | 考虑支持咪咕善跑吗 | open | 2023-11-04T14:35:50Z | 2024-06-17T08:44:04Z | https://github.com/yihong0618/running_page/issues/538 | [] | acerlb | 4 | |
FlareSolverr/FlareSolverr | api | 532 | [mteamtp] (updating) The cookies provided by FlareSolverr are not valid | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-09-30T17:02:55Z | 2022-09-30T21:15:03Z | https://github.com/FlareSolverr/FlareSolverr/issues/532 | [
"invalid"
] | socgt | 1 |
jupyter-incubator/sparkmagic | jupyter | 123 | Provide %logs for session and in wrapper kernels | This should query `/sessions/ID/log?from=0` and return output nicely formatted.
| closed | 2016-01-14T23:11:39Z | 2016-01-16T02:44:41Z | https://github.com/jupyter-incubator/sparkmagic/issues/123 | [
"kind:enhancement"
] | aggFTW | 0 |
aleju/imgaug | machine-learning | 686 | MixUp || CutMix Augmentation! Implementation Possible? | I'm trying to implement mixup and `cutmix `augmentation in `matterport/maskrcnn` network which is mainly allows augmentation of this library. I've tried out some cool library with it, however, jut to know is it possible to implement `cutmix` or `mixup `augmentation as well? | closed | 2020-06-02T13:08:04Z | 2021-05-31T08:25:41Z | https://github.com/aleju/imgaug/issues/686 | [] | innat | 1 |
SALib/SALib | numpy | 394 | Does SALib work with the data which provide with .txt file? | I have the "param_values" as .txt file, and "Y" as .txt file. But, I could not use the SALib, since in the example it uses "sobol.analyze(problem...", and use the problem as input.
Could you help me how to solve this? thank you. | closed | 2021-01-07T19:34:29Z | 2021-01-30T05:10:10Z | https://github.com/SALib/SALib/issues/394 | [] | 1rashiid | 9 |
zama-ai/concrete-ml | scikit-learn | 759 | AssertionError: Values must be float if value_is_float is set to True, got int64: [[[[102 14 188 ... 85 205 46] | Issue by a user (@c-gamble), that I copy here:
hello! i'm working with a team on closing this bounty and we're using PyTorch's VGG network as our style transfer solution. We have successfully quantized the network with pretrained weights using PyTorch's native quantization support, and we intend to perform inference... | closed | 2024-06-24T10:06:15Z | 2025-03-04T15:03:34Z | https://github.com/zama-ai/concrete-ml/issues/759 | [] | bcm-at-zama | 4 |
huggingface/peft | pytorch | 2,273 | Support for Custom Adapters | ### Feature request
In simple terms, I would like support that allows users to customize their own adapter. I noticed that users only need to add a folder under this path src/peft/tuners and place some adapter-related files, usually `config.py`, `layer.py`, and `model.py`.
However, during implementation, I found th... | closed | 2024-12-11T06:28:08Z | 2025-02-18T10:05:30Z | https://github.com/huggingface/peft/issues/2273 | [] | dgme-syz | 6 |
clovaai/donut | computer-vision | 240 | CUDA out of memory | open | 2023-08-23T09:44:58Z | 2023-10-31T04:07:14Z | https://github.com/clovaai/donut/issues/240 | [] | ghost | 1 | |
Lightning-AI/pytorch-lightning | deep-learning | 19,743 | Log `TensorBoard` histograms | ### Description & Motivation
I'd like to be able to log histograms using `TensorBoard`. Looking at how multiple/single scalars are currently logged by `lightning.fabric.loggers.TensorBoardLogger` [1], I think `SummaryWriter.add_histogram` [2] could be called (non-empty `torch.Tensor` instances) in a similar way
Unf... | open | 2024-04-07T01:35:46Z | 2024-12-16T08:38:39Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19743 | [
"feature",
"needs triage"
] | dominicgkerr | 3 |
feature-engine/feature_engine | scikit-learn | 169 | Giving error "ValueError: Some of the variables to transform contain missing values. Check and remove those before using this transformer" in discretization | **Describe the bug**
A clear and concise description of what the bug is.
I added EqualFrequencyDiscretiser in a pipeline, and fit it and transformed the train data however, when transforming test data, it is giving below error:
ValueError: Some of the variables to transform contain missing values. Check and remove... | closed | 2020-10-28T10:26:16Z | 2021-07-18T09:20:10Z | https://github.com/feature-engine/feature_engine/issues/169 | [
"question",
"priority"
] | hrideshkohli | 3 |
plotly/plotly.py | plotly | 4,488 | Add cluster argument to other scatter plot types | Dear Plotly Team,
First, I want to thank you for your efforts. I would like to ask if other scatter objects, such as `Scatter` and `Scatterpolar.`
could also implement an argument named [Cluster](https://plotly.com/python/reference/scattermapbox/#scattermapbox-cluster) as seen in the `Scattermapbox` object. An exam... | open | 2024-01-22T15:41:53Z | 2024-08-13T13:06:21Z | https://github.com/plotly/plotly.py/issues/4488 | [
"feature",
"P3"
] | AAnzel | 2 |
OFA-Sys/Chinese-CLIP | computer-vision | 320 | 模型finetune这部操作应该使用什么软件?请各位大佬回复 | 首先我是Windows系统,在执行模型finetune这部操作的代码是:cd Chinese-CLIP/ bash run_scripts/muge_finetune_vit-b-16_rbt-base.sh ${DATAPATH},很明显这是一个.sh文件,Windows系统无法直接实现,所以我下载了GitBash软件,运行上面的程序发现没有结果,我不知道是什么情况,我是小白,只是想复现本文。现在寻求解决办法,我现在的思路一个是我这个GitBash软件不会操作导致运行不了(我的运行图如下),我在学习一下啊,另一个思路是装Linux系统再次尝试。请各位大佬,专家,朋友们指导,感谢!
:
transport = AIOHTTPTransport(
url="https://api.sorare.com/graphql",
# headers = {"Authorization": "Bearer <TheUserAccessToken>"}
... | closed | 2022-09-08T08:12:10Z | 2022-09-10T19:23:05Z | https://github.com/graphql-python/gql/issues/357 | [
"type: question or discussion"
] | Tradetechnique | 3 |
bmoscon/cryptofeed | asyncio | 812 | Okx Demo Needed | There're many traders in OKX.
All of them would feel grateful if a detailed okx demo supplied.
| closed | 2022-03-24T14:26:51Z | 2022-05-22T18:41:38Z | https://github.com/bmoscon/cryptofeed/issues/812 | [
"Feature Request"
] | HedgeSage | 1 |
public-apis/public-apis | api | 3,491 | API's | closed | 2023-04-05T16:25:09Z | 2023-05-26T18:34:28Z | https://github.com/public-apis/public-apis/issues/3491 | [] | kendel007 | 1 | |
falconry/falcon | api | 1,448 | Modifying request.headers / request.accept in process_request | I have a middleware which, for clients who won't or can't send appropriate headers, appends appropriate headers e.g. `GET http://my.api/image/resource/1 (Accept: */*)` gets translated into `GET http:/my.api/resource/1 (Accept: image/*)`. I do this in the middleware by updating `request.path`, _however_ I also need some... | open | 2019-02-15T20:29:46Z | 2020-11-29T11:37:03Z | https://github.com/falconry/falcon/issues/1448 | [
"enhancement",
"proposal"
] | fraser-lowndes | 6 |
JoeanAmier/XHS-Downloader | api | 100 | 2.0beta下载视频报错 | 大佬辛苦,新增livephoto后,下载视频链接会报错。

| closed | 2024-06-15T02:02:36Z | 2024-06-19T14:50:28Z | https://github.com/JoeanAmier/XHS-Downloader/issues/100 | [
"功能异常(bug)",
"确认问题(confirm)",
"处理完成(complete)"
] | tangtr | 1 |
jupyter/nbgrader | jupyter | 1,214 | Add import Students option in Formgrader app | Possible to add a link or function to add a bulk list of students in the forgrader app. | closed | 2019-09-12T13:25:11Z | 2019-11-02T09:09:56Z | https://github.com/jupyter/nbgrader/issues/1214 | [
"duplicate"
] | whositwhatnow | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.