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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
gradio-app/gradio | data-science | 10,467 | auth not working in safari | ### Describe the bug
I set up auth in my hugging face repo (Zero). when I try it in Brave or Chrome, it works as expected. but when I try it on Safari, it doesn't work
basically, it'll reloads and show the login screen again
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issu... | closed | 2025-01-30T12:08:56Z | 2025-02-11T16:29:54Z | https://github.com/gradio-app/gradio/issues/10467 | [
"bug"
] | Himasnhu-AT | 5 |
netbox-community/netbox | django | 18,146 | Patch Terminaison Câbles | ### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
v4.1.7
### Python Version
3.12
### Steps to Reproduce
- I created switches, then created the interfaces.

- I als... | closed | 2024-12-03T15:01:04Z | 2025-01-11T04:22:58Z | https://github.com/netbox-community/netbox/issues/18146 | [
"type: bug",
"status: revisions needed",
"pending closure"
] | LeCooperTLC | 7 |
snooppr/snoop | web-scraping | 20 | Зависает после проверки PhpRU | closed | 2020-02-24T09:36:58Z | 2023-03-10T04:33:33Z | https://github.com/snooppr/snoop/issues/20 | [
"invalid"
] | Indev450 | 0 | |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 290 | which utterence is chosen for embedding | if we wanna synthesis speech sounds like speaker A,there are so many utterences in datasets and we can get lots of embedding-speakerA-*.npy.Does that mean we choose anyone of them for synthesis speech? | closed | 2020-02-28T12:38:47Z | 2020-07-04T22:40:42Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/290 | [] | fantasyHq | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 851 | When training on a custom monocular video, SIBR viewer doesn't work | Hi there,
Firstly thanks for this work, I'm excited to get it working.
When I train the model using
`python train.py -s "/mnt/c/Users/josep/Documents/images/tree_garden2" --port 6017 --expname "custom" --configs arguments/hypernerf/default.py`
It trains fine, and finishes training without any problems, howeve... | closed | 2024-06-15T22:25:58Z | 2024-06-15T22:27:17Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/851 | [] | josephldobson | 1 |
donnemartin/system-design-primer | python | 609 | Start the BFS search for social graph from people with large numbers of friends | > Start the BFS search from people with large numbers of friends, as they are more likely to reduce the number of degrees of separation between the current user and the search target
How do we start the search from someone other than the source or destination? We don't know who is in between yet. | open | 2021-10-21T15:31:15Z | 2022-04-23T13:17:54Z | https://github.com/donnemartin/system-design-primer/issues/609 | [
"needs-review"
] | lor-engel | 0 |
plotly/dash | jupyter | 3,198 | Typing error in pycharm and dash 3.0 | > Sorry, I meant the `custom_spinner` in the `dcc.Loading` Here's what it looks like for me in Pycharm:
>
>
> **DMC or DBC componets:**
> 
>
> .edges(..)` fails because there's both a field `edges` and method `edges`.
- Suggestion 1: make the fields `pygraphistry.bindings.edges`.
- Suggestion 2: make the methods return self on non-undefined set, and and return the binding when no value is passed in.
| closed | 2015-08-08T18:08:59Z | 2015-08-10T21:52:50Z | https://github.com/graphistry/pygraphistry/issues/18 | [
"bug"
] | lmeyerov | 0 |
ClimbsRocks/auto_ml | scikit-learn | 281 | oversampling- move feature_learning to after oversampling | open | 2017-07-07T06:00:37Z | 2017-07-07T06:00:37Z | https://github.com/ClimbsRocks/auto_ml/issues/281 | [] | ClimbsRocks | 0 | |
Johnserf-Seed/TikTokDownload | api | 456 | [BUG]又无法下载了 | 更新了最新的90版本之后,刚开始两天还行,这两天就频繁提示COOKIE不行了,按照填写了COOKIE之后也不行,依旧提示需要填入最新的COOKIE | open | 2023-06-20T06:23:13Z | 2023-06-21T09:01:19Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/456 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | zhiben5201 | 3 |
jazzband/django-oauth-toolkit | django | 1,154 | Invalid client error response | Hey, I'm trying to implement a SSO provider on my Django Project
I'm using django-oauth-toolkit 2.0.0 and following the [Getting started tutorial](https://django-oauth-toolkit.readthedocs.io/en/latest/getting_started.html#authorization-code)
<img width="768" alt="Screenshot-2022-05-09 at 10 42 44@2x" src="https:/... | closed | 2022-05-09T08:46:41Z | 2022-05-09T12:03:14Z | https://github.com/jazzband/django-oauth-toolkit/issues/1154 | [
"question"
] | juanbeniteza | 2 |
getsentry/sentry | python | 87,069 | Amplitude tracking dashboard for Laravel LP | closed | 2025-03-14T08:50:48Z | 2025-03-14T09:18:09Z | https://github.com/getsentry/sentry/issues/87069 | [] | ale-cota | 0 | |
lukasmasuch/streamlit-pydantic | pydantic | 24 | Expander for long Forms / inputs | Hey @LukasMasuch , @HIL340 ,
just a simple feature request:
is it somehow possible to have (for long forms) expanders as option for the input?
So one would somehow need to define the upper most level (in case of nested BaseModels) and
enable expanders between each nested model. For example here:
```python
... | open | 2023-03-23T21:29:08Z | 2024-09-12T05:46:07Z | https://github.com/lukasmasuch/streamlit-pydantic/issues/24 | [] | ChrisDelClea | 6 |
pywinauto/pywinauto | automation | 469 | Implement keyboard.send_keys_directx(...): use scan codes for DirectX games | The potential solution is found on Reddit: https://www.reddit.com/r/learnpython/comments/7yquo6/moving_mouse_in_a_unity_window_with_python/
This is a DirectInput scan codes:
http://www.gamespp.com/directx/directInputKeyboardScanCodes.html | open | 2018-03-03T20:28:09Z | 2022-08-04T12:46:41Z | https://github.com/pywinauto/pywinauto/issues/469 | [
"enhancement",
"help wanted",
"good first issue"
] | vasily-v-ryabov | 1 |
InstaPy/InstaPy | automation | 5,912 | First login always successful, all login attempts after that always fail | <!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht -->
<!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki -->
## Expected Behavior
Logging in should always work.
## My code
```
# imports
from instapy import InstaPy
... | closed | 2020-11-18T14:20:02Z | 2020-12-13T20:19:24Z | https://github.com/InstaPy/InstaPy/issues/5912 | [
"in progress"
] | soshial | 4 |
marimo-team/marimo | data-visualization | 4,222 | Add Ruff as Optional Feature | ### Description
in the settings > Optional Features
Ruff should be added here too?
Should there be a way to link to like a pyproject.toml or ruff.toml so have certain formatting rules in place programmatically rather than relying on pre-commit-hooks in CI for example?
### Suggested solution
.
### Alternative
_No... | closed | 2025-03-23T20:23:45Z | 2025-03-24T16:24:23Z | https://github.com/marimo-team/marimo/issues/4222 | [
"enhancement"
] | Yasin197 | 4 |
huggingface/pytorch-image-models | pytorch | 1,848 | [BUG] Inconsistent behavior with negative out_indices | **Describe the bug**
The behavior of models when using negative out_indexes differs from model to model
**To Reproduce**
Steps to reproduce the behavior:
```python
import timm
import torch
resnet_neg = timm.create_model('resnet18', features_only=True, out_indices=(-2, -1))
effnet_neg = timm.create_model('... | closed | 2023-06-14T19:21:58Z | 2023-06-24T05:56:17Z | https://github.com/huggingface/pytorch-image-models/issues/1848 | [
"bug"
] | abcamiletto | 3 |
chatopera/Synonyms | nlp | 38 | wv模型库中不存在词的相似度处理 | # description
如果分词的结果在WV的模型库中不存在, 返回的结果是全0的向量
## current
```
try:
c.append(_vectors.word_vec(y_))
except KeyError as error:
print("not exist in w2v model: %s" % y_)
c.append(np.zeros((100,), dtype=float))
```
## expected
如果待比较的两个词在模型库中都不存在,返回的结果都会是同样的向量, 二者之间的距离就会很近.而事实上二... | closed | 2018-02-01T09:38:17Z | 2018-02-05T03:02:39Z | https://github.com/chatopera/Synonyms/issues/38 | [] | AlexSun1995 | 2 |
onnx/onnxmltools | scikit-learn | 483 | Please verify ONNX v1.10.0 Release Candidate | Hello ONNX partner,
We have published (to TestPyPI) a Release Candidate package for the upcoming ONNX v1.10.0 release. Please help validate it and let us know if you encounter any issues. Note that the tentative release date for ONNX v1.10.0 is July 31, 2021. Thank you for your assistance!
```
pip install numpy pr... | closed | 2021-07-22T17:47:04Z | 2021-08-03T09:31:12Z | https://github.com/onnx/onnxmltools/issues/483 | [] | rajeevsrao | 3 |
FlareSolverr/FlareSolverr | api | 766 | cookies param is not passed to _evil_logic function hence cookies set on request.get or request.post don't get applied | ### Have you checked our README?
- [X] I have checked the README
### 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 Discussions
### Environment
```markdown
- FlareSolverr version: 3.1.2
- L... | closed | 2023-04-23T02:26:27Z | 2023-05-21T17:29:01Z | https://github.com/FlareSolverr/FlareSolverr/issues/766 | [
"help wanted"
] | RudraPSinha | 2 |
exaloop/codon | numpy | 302 | LLVM ERROR: inconsistency in registered CommandLine options | Everytime I run compiled codon, this message appears.
: CommandLine Error: Option 'arm-implicit-it' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
Aborted (core dumped)
Tryied to compile with-DENABLE_LLVM_SHARED=1, but the message still the same.
Compiled in manjaro on k... | closed | 2023-03-28T12:35:54Z | 2024-11-09T20:13:52Z | https://github.com/exaloop/codon/issues/302 | [] | jrborbars | 3 |
alteryx/featuretools | data-science | 2,062 | Add IsMonthStart primitive | - This primitive determine the `is_month_start` of a datetime column | closed | 2022-05-11T20:05:29Z | 2022-06-21T22:10:27Z | https://github.com/alteryx/featuretools/issues/2062 | [
"good first issue"
] | gsheni | 0 |
Lightning-AI/pytorch-lightning | deep-learning | 20,536 | lightning.Fabric meets deadlock when loading nn.Module | ### Bug description
When I try to use `lightning.Fabric.setup()` to load `torch.nn.Module` under multi-process, the program will meet deadlock and stuck in `lightning/fabric/strategies/launchers/subprocess_script.py`.
I doubt this problem comes from `popen` start method of process, but I have not more evidence.
... | closed | 2025-01-07T16:36:03Z | 2025-01-20T13:08:03Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20536 | [
"repro needed",
"ver: 2.4.x",
"ver: 2.5.x"
] | forestbat | 8 |
matplotlib/matplotlib | data-visualization | 29,541 | [Doc]: A few problems on Image resampling page | ### Documentation Link
https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_antialiasing.html
### Problem
I was reading this docs page to better understand the changes in #28061, and I noticed a few things I think need fixing:
* Just before the "Down-sampling and modest up-sampling" header, it sa... | open | 2025-01-28T22:10:04Z | 2025-02-03T17:07:04Z | https://github.com/matplotlib/matplotlib/issues/29541 | [
"Documentation"
] | svank | 2 |
aimhubio/aim | data-visualization | 2,842 | Inconsistent datetime offsets in queries | ## 🐛 Bug
I ran the following query [in the browser](http://127.0.0.1:43800/runs?select=O-JTdCJTIyb3B0aW9ucyUyMjolNUIlNUQsJTIycXVlcnklMjI6JTIyZGF0ZXRpbWUoMjAyMywlMjAlMjA2LCUyMDEzLCUyMDEwLCUyMDIzLCUyMDE4KSUyMCUzQz0lMjBydW4uY3JlYXRlZF9hdCUyMCUzQz0lMjBkYXRldGltZSgyMDIzLCUyMCUyMDYsJTIwMTMsJTIwMTMsJTIwMzUsJTIwMTMpJTIyLCU... | open | 2023-06-16T01:29:49Z | 2023-06-16T07:42:20Z | https://github.com/aimhubio/aim/issues/2842 | [
"type / bug",
"help wanted"
] | YodaEmbedding | 2 |
sinaptik-ai/pandas-ai | data-visualization | 778 | Getting Error [TypeError: unhashable type: 'dict' ] | ### System Info
OS: Linux 23
Python: 3.11.6
pandasai 1.4.10
### 🐛 Describe the bug
Hi @gventuri I am using PostgreSQLConnector to connect to a table which has a column that contains JSON data. When I try to query, I get this error: TypeError: unhashable type: 'dict' . please help. However I am able to query o... | closed | 2023-11-24T05:10:30Z | 2024-06-01T00:19:37Z | https://github.com/sinaptik-ai/pandas-ai/issues/778 | [] | vijayproxima | 3 |
pydantic/pydantic-ai | pydantic | 812 | OpenAIModel requires api_key even when using a local Ollama instance | ## Issue Description
I'm trying to use pydantic_ai with a locally running instance of Ollama, but OpenAIModel raises an error requiring an API key, even though my base URL is set to `http://localhost:11434/v1` (also tried with `http://localhost:11434/`, same error).
## Environment Information
- `python: 3.11.7`
- `py... | closed | 2025-01-29T20:55:10Z | 2025-02-20T12:36:07Z | https://github.com/pydantic/pydantic-ai/issues/812 | [] | zhoudaxia233 | 6 |
erdewit/ib_insync | asyncio | 407 | Crypto order requires cash quantity? | When trying to place an order for crypto using `totalQuantity` it seems to require `cashQty`. I would like to use `totalQuantity` to buy to enter instead so I can eventually sell the position to exit using the `totalQuantity` later.
```python
contract = Crypto('BTC', 'PAXOS', 'USD')
ib.qualifyContracts(contract)... | closed | 2021-10-31T21:50:57Z | 2021-11-04T23:51:18Z | https://github.com/erdewit/ib_insync/issues/407 | [] | booboothefool | 3 |
open-mmlab/mmdetection | pytorch | 11,690 | Reimplement a custom model with new modules implemented by yourself | I want to add an attention module to ResNet50. How should I change my attention module (source code) and then add it to ResNet50 in mmdetection. Also, my previous models were all using "open- mmlab://detectron2/resnet50_caffe“,How to set the initialization of this attention module after adding its pre-training weights ... | open | 2024-05-08T14:21:00Z | 2024-05-11T02:44:56Z | https://github.com/open-mmlab/mmdetection/issues/11690 | [
"reimplementation"
] | BruceLxw | 2 |
seleniumbase/SeleniumBase | web-scraping | 2,819 | Proxy and wire | [By this manual](https://seleniumbase.io/help_docs/method_summary/#seleniumbase-methods-api-reference) when trying add flag user_wire=True in my python code and sb.set_wire_proxy(proxy_string) ip don't changed.
And as alternative trying use proxy= . tha's works and ip changed but after few minutes have popup with auth... | closed | 2024-06-01T22:47:55Z | 2024-06-02T02:52:36Z | https://github.com/seleniumbase/SeleniumBase/issues/2819 | [
"duplicate",
"question"
] | kitsune0n | 4 |
graphql-python/gql | graphql | 200 | Any plan for handling "ka" (keep-alive) and ping-pong checks? | Hi @leszekhanusz ,
I'm wondering if there is any plan to support the keep-alive message? It comes from the server to make sure the connection is still alive, and if the client receives no KA within a specific timeout defined, it behaves as the connection was lost.
When seeing:
https://github.com/graphql-python/g... | closed | 2021-04-06T10:48:04Z | 2021-06-05T20:01:57Z | https://github.com/graphql-python/gql/issues/200 | [
"type: feature"
] | sneko | 3 |
Kanaries/pygwalker | matplotlib | 380 | change the X and Y axis range in ui | How I can change the X and Y axis?
I know that I can change the values that are show by applying a filter into the variable of the label, but the axis tick scale still the same. Is there a way to change this range?
In the image bellow, I applied a filter to the range of duration, but the axis still the same.
![im... | open | 2024-01-03T07:25:40Z | 2024-01-03T07:25:58Z | https://github.com/Kanaries/pygwalker/issues/380 | [
"enhancement",
"graphic-walker"
] | longxiaofei | 0 |
replicate/cog | tensorflow | 1,828 | Support aarch64 builds | If you have a build matrix for a bunch of different architectures and rely on the following to copy in the correct binaries:
```
sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog
```
You will notice that a... | open | 2024-07-25T20:40:05Z | 2024-08-12T15:12:14Z | https://github.com/replicate/cog/issues/1828 | [] | 8W9aG | 2 |
saulpw/visidata | pandas | 2,509 | Include memory sheet variables in autocomplete? | With #2431 issue resolved (in dev at least) I'm using memory sheet more and would like to be able to have its values available in autocomplete (e.g., with `=` command). I do think it makes sense to limit autocomplete to the current sheet, but perhaps an exception could be made for the memory sheet? Or, perhaps there c... | closed | 2024-08-30T12:11:56Z | 2024-09-04T16:36:13Z | https://github.com/saulpw/visidata/issues/2509 | [
"wishlist",
"wish granted"
] | reagle | 1 |
roboflow/supervision | pytorch | 1,566 | Bugfix: Class-agnostic mAP | # Bugfix: Class-agnostic metrics.
> [!TIP]
> [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most reliable and user-friendly computer vision library out there! 🌱
We recently realized that the `clas... | closed | 2024-10-03T19:21:08Z | 2024-10-11T15:51:28Z | https://github.com/roboflow/supervision/issues/1566 | [
"bug",
"help wanted",
"hacktoberfest"
] | LinasKo | 9 |
aiortc/aioquic | asyncio | 57 | NAT traversal | Is there a recommended way of using this lib in the context of NAT traversal (UDP)? For example, if I want to mix in a signaling protocol (or some keep-alive packets) with HTTP/3 QUIC and wanted to go through NAT, is there an existing way in this lib?
or, can we run one instance being both HTTP/3 server and a normal... | closed | 2019-12-19T23:03:38Z | 2022-03-27T13:06:39Z | https://github.com/aiortc/aioquic/issues/57 | [
"question"
] | keepsimple1 | 4 |
vitalik/django-ninja | pydantic | 583 | Still issues on multiple schema response | Similarly to #579 I have two schemas and I want to conditionally return one or the other.
```python
@router.get('/', response={200: list[ExchangeSchema|ExchangeMiniSchema]})
def list_exchanges(request, mini: bool = False):
if mini:
result = Exchange.objects.all().only("id", "name", "desc")
r... | open | 2022-10-07T21:49:53Z | 2024-02-28T22:14:27Z | https://github.com/vitalik/django-ninja/issues/583 | [] | paolodina | 4 |
dfm/corner.py | data-visualization | 60 | core dump segmentation fault | I have been trying to use this library to plot my mcmc results. I have 26 free parameters that have been measured by emcee but when I tried to plot them just before the script return fig I got the core dump error message (I tested where the code would crash). How could I solve the problem. Wouldn't it be more convenien... | open | 2015-10-04T14:02:26Z | 2015-10-04T14:02:26Z | https://github.com/dfm/corner.py/issues/60 | [] | neuronphysics | 0 |
PokeAPI/pokeapi | graphql | 764 | Basculegion Male and Female Official Art Urls are Swapped | ## Description
The official art in the API response for female Basculegion is for male Basculegion and vice versa.
## Steps to Reproduce:
1. Check the url provided in sprites.other.official-artwork.front_default from [this API response](https://pokeapi.co/api/v2/pokemon/basculegion-male) for male Basculegion
2.... | closed | 2022-11-07T18:48:16Z | 2022-11-16T04:14:13Z | https://github.com/PokeAPI/pokeapi/issues/764 | [] | joseph-bayer | 2 |
noirbizarre/flask-restplus | api | 305 | Error while loading Flask-restplus swagger UI in kubernetes environment |
I am using `flask_restplus 0.10.1 ` for swagger api documentation in the python project. The configuration I am using is as below
```
api = Api(app,version='1.0',title='Flask Rest Api',description='Test')
ns = api.namespace('Test', description='Test operations')
```
The swagger UI loads fine when running the ... | open | 2017-07-19T14:21:03Z | 2023-06-04T08:32:48Z | https://github.com/noirbizarre/flask-restplus/issues/305 | [] | optimus-kart | 5 |
reloadware/reloadium | django | 207 | asyncio ? | asyncio not supported | open | 2024-12-08T14:41:20Z | 2024-12-08T14:41:20Z | https://github.com/reloadware/reloadium/issues/207 | [] | MaxmaxmaximusFree | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,691 | Under the Windows system, when the pymssql version is higher than 2.2.7, the sqlalchemy query will be blocked and unresponsive, but there is no such problem under the Linux system. I'm not sure if this is a problem with pymssql or sqlalchemy. | ### Describe the bug
Under the Windows system, when the pymssql version is higher than 2.2.7, the sqlalchemy query will be blocked and unresponsive, but there is no such problem under the Linux system. I'm not sure if this is a problem with pymssql or sqlalchemy.
### Optional link from https://docs.sqlalchemy.org whi... | closed | 2023-11-24T01:11:27Z | 2023-11-24T07:45:55Z | https://github.com/sqlalchemy/sqlalchemy/issues/10691 | [
"cant reproduce",
"external driver issues"
] | zhaoziming | 2 |
fastapi/sqlmodel | sqlalchemy | 909 | Add an overload to the `exec` method with `_Executable` statement for update and delete statements | I think we should add an overload to the `exec` method to still have the possibility of passing an `_Executable` statement:
```
@overload
def exec(
self,
statement: _Executable,
*,
params: Optional[Union[Mapping[str, Any], Sequence[Mapping[str, Any]]]] = None,
e... | open | 2024-04-26T19:00:18Z | 2025-02-26T20:10:57Z | https://github.com/fastapi/sqlmodel/issues/909 | [] | joachimhuet | 11 |
holoviz/panel | plotly | 7,416 | Opening notebook from url with panelite, fromURL parameter? | #### Is your feature request related to a problem? Please describe.
A way to open notebooks from urls with panelite
such as https://github.com/YoraiLevi/interactive_matplotlib/blob/b09c7720069ad41337d8acf2540cda223c50a9dc/examples/draggable_line_matplotlib_widgets.ipynb#L7
#### Describe the solution you'd like
th... | open | 2024-10-17T20:57:28Z | 2024-10-17T20:57:28Z | https://github.com/holoviz/panel/issues/7416 | [] | YoraiLevi | 0 |
vimalloc/flask-jwt-extended | flask | 159 | use flask_restful change default behavior error | use flask-restful change default behavior error
```
from flask_restful import Api
jwt = JWTManager(app)
@jwt.unauthorized_loader
def my_unauthorized_callback():
return jsonify({
'status': 401,
'sub_status': 42,
'msg': 'The token has expired'
}), 401
from flask_restful im... | closed | 2018-06-22T14:00:21Z | 2018-06-22T15:17:04Z | https://github.com/vimalloc/flask-jwt-extended/issues/159 | [] | isafe | 1 |
iMerica/dj-rest-auth | rest-api | 127 | Password Reset Email not being sent? | Hi!
Just wanted to say, thanks for mainting this project! 🙂
I submited a POST request to `/dj-rest-auth/password/reset/` and I got:
```json
{
"detail": "Password reset e-mail has been sent."
}
```
But for some reason, I don't see the email in my console...
I am using `EMAIL_BACKEND = 'django.core.... | closed | 2020-08-16T12:00:46Z | 2020-09-13T10:20:44Z | https://github.com/iMerica/dj-rest-auth/issues/127 | [] | anatolzak | 5 |
biolab/orange3 | pandas | 6,738 | Problem installing Orange with Python 3.12 | **What's wrong?**
Installing using pip3 install orange3 throws the following error:
Collecting orange3
Using cached Orange3-3.36.2.tar.gz (3.6 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to bui... | closed | 2024-02-16T15:19:39Z | 2025-01-19T22:43:27Z | https://github.com/biolab/orange3/issues/6738 | [
"bug report"
] | kaustuvchatterjee | 4 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,244 | Index cannot be deleted | Environment:
- Python version: 3.9.12
- Flask-SQLAlchemy version: 2.5.1
- SQLAlchemy version: 1.4.39
- flask==2.1.2
- postgresql db 13.0.0
- psycopg2=2.8.6
- flask_migrate==3.1.0
```python
class DataSetPretreatmentServiceModel(db.Model):
id = db.Column(db.Integer, autoincrement=True, primary_key=Tru... | closed | 2023-08-01T08:11:31Z | 2023-08-16T00:53:07Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1244 | [] | baijingetangzichen | 1 |
Lightning-AI/pytorch-lightning | deep-learning | 20,549 | ResourceWarnings for uncleaned temporary directories on script termination | ### Bug description
When a Lightning script crashes or is interrupted, it leaves behind temporary directories that trigger ResourceWarnings during Python shutdown
### What version are you seeing the problem on?
v2.5
### How to reproduce the bug
```python
Reproduction:
1. Create a basic Lightning trai... | closed | 2025-01-15T12:44:18Z | 2025-01-15T12:48:01Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20549 | [
"bug",
"needs triage",
"ver: 2.5.x"
] | MarcoForte | 0 |
widgetti/solara | fastapi | 542 | state_management documentation clarification | I'm familiar with react state management. Reacton/Solara looks like it's based on that.
I don't know from the docs when or if Solara does diffing for re-rendering.
Could you make more examples with components that take arguments, then explain when arguments/state should be hoisted out of a function. | open | 2024-03-06T15:57:58Z | 2024-03-06T15:57:58Z | https://github.com/widgetti/solara/issues/542 | [] | paddymul | 0 |
Lightning-AI/LitServe | fastapi | 58 | Running litserve with HTTPS | Thanks for this great project! I’m currently exploring litserve and I’m curious whether it supports HTTPS encryption for communication, similar to what uvicorn offers:
```shell
$ uvicorn main:app --ssl-keyfile=./key.pem --ssl-certfile=./cert.pem
``` | closed | 2024-04-23T17:36:06Z | 2024-04-24T07:16:28Z | https://github.com/Lightning-AI/LitServe/issues/58 | [] | BZandi | 3 |
thtrieu/darkflow | tensorflow | 777 | Can't load last checkpoint | after I trained the model for many epochs, when I make forward pass with image to see the detection with this command:
`flow --imgdir sample_img/ --model "cfg/tiny-yolo-voc-logos.cfg" --load -1 --gpu 1.0 --json --threshold 0.001
`
I got this error:
```
Parsing cfg/tiny-yolo-voc-logos.cfg
Loading None ...
Fin... | open | 2018-05-25T22:24:59Z | 2019-05-14T09:41:25Z | https://github.com/thtrieu/darkflow/issues/777 | [] | mohamedabdallah1996 | 6 |
matplotlib/matplotlib | matplotlib | 29,586 | [ENH]: Arbitrary placement of 3D axes & panes | ### Problem
Currently we position the 3D axis spines and panes such that they appear along the back face of the view volume. This can be thought of as viewing only a single quadrant of the coordinate frame: (image from [here](https://buzzcoder.gitbooks.io/codecraft-javascript/content/codecraft-game/3d-coordinates.html... | open | 2025-02-06T21:22:51Z | 2025-02-06T21:37:08Z | https://github.com/matplotlib/matplotlib/issues/29586 | [
"New feature",
"topic: mplot3d"
] | scottshambaugh | 1 |
Lightning-AI/pytorch-lightning | pytorch | 20,008 | LearningRateFinder during training | ### Description & Motivation
LearningRateFinder callback is cool to find a learning rate that is potential to reduce training loss from the start. However, in my case since epoch 2, learning rates need to decreased a lot promptly, otherwise the loss would not drop any more. That makes me wonder why the technique is no... | open | 2024-06-24T08:03:37Z | 2024-06-24T08:04:03Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20008 | [
"feature",
"needs triage"
] | X-Bruce-Y | 0 |
iperov/DeepFaceLab | machine-learning | 5,404 | (Training preview) problem | 
| open | 2021-10-10T04:06:28Z | 2023-06-08T22:37:46Z | https://github.com/iperov/DeepFaceLab/issues/5404 | [] | kreasihunian123 | 4 |
huggingface/diffusers | pytorch | 10,091 | CogvideoX VAE decoder consumes significantly more memory in the latest version | ### Discussed in https://github.com/huggingface/diffusers/discussions/10036
<div type='discussions-op-text'>
<sup>Originally posted by **ic-synth** November 27, 2024</sup>
### Describe the bug
The memory consumption for CogVideoX decoder in diffusers 0.31.0 version consumes significantly more memory. To the p... | open | 2024-12-03T03:02:42Z | 2025-02-21T19:46:07Z | https://github.com/huggingface/diffusers/issues/10091 | [
"bug",
"wip",
"roadmap"
] | sayakpaul | 5 |
ivy-llc/ivy | tensorflow | 28,747 | L | closed | 2024-05-06T12:38:34Z | 2024-05-06T12:38:43Z | https://github.com/ivy-llc/ivy/issues/28747 | [] | MohamedEzzatIsmail | 0 | |
flairNLP/fundus | web-scraping | 168 | Refine Body Attribute Guidelines | From https://github.com/flairNLP/fundus/pull/138#discussion_r1164123125 we noticed that the attribute guidelines the the `body` are too loose. We need to add that the body is only constructed from the article's text.
There were occurrences with CNBC and The Intercept where we can parse a summary or description from ... | open | 2023-04-12T13:49:06Z | 2023-04-19T23:15:56Z | https://github.com/flairNLP/fundus/issues/168 | [
"feature"
] | dobbersc | 0 |
praw-dev/praw | api | 1,858 | UserSubreddit.sticky(number) behaves according to the rules of Subreddit.sticky(number) | ### Describe the Bug
UserSubreddit.sticky(number) doesn't return the correct Submission for values of number other than 1 or 2.
Subreddits are allowed two sticky slots but User Subreddits can have more than two sticky slots. It seems UserSubreddit is operating off of Subreddit logic.
Example of the issue:
``... | closed | 2022-04-01T07:51:18Z | 2022-05-02T00:35:05Z | https://github.com/praw-dev/praw/issues/1858 | [
"Stale",
"Auto-closed - Stale"
] | RagingRoosevelt | 3 |
ets-labs/python-dependency-injector | flask | 634 | Mixed usage of DynamicContainer and DeclarativeContainer may result in KeyError when building the provider map | Example code for reproducing the issue.
```python
from dependency_injector import containers, providers
from dependency_injector.wiring import Provide, inject
class Something(containers.DeclarativeContainer):
a = providers.Object(1)
b = providers.Object(2)
class Foo():
@inject
def __init_... | open | 2022-11-10T11:45:18Z | 2022-11-10T12:00:07Z | https://github.com/ets-labs/python-dependency-injector/issues/634 | [] | roytseng-tw | 1 |
python-gitlab/python-gitlab | api | 2,560 | unexpected exception when getting group | group = gl.groups.get(10) # Works just fine.. group.id = 10, group.name = "myGroup"
gl.groups.get(group.name) # gitlab.exceptions.GitlabGetError: 404: 404 Group Not Found
## Expected Behavior
Should return group object
## Actual Behavior
Generates GitlabGetError exception. Here's the full backtrace
Traceb... | closed | 2023-05-01T22:09:46Z | 2024-05-06T01:17:18Z | https://github.com/python-gitlab/python-gitlab/issues/2560 | [
"invalid",
"need info"
] | jalanh11640 | 4 |
google/seq2seq | tensorflow | 357 | num_units is not a valid argument for BasicLSTMCell class tf 1.14 | ValueError: num_units is not a valid argument for BasicLSTMCell class. Available arguments
are: set([]) | open | 2019-07-20T09:38:19Z | 2020-11-03T08:16:51Z | https://github.com/google/seq2seq/issues/357 | [] | 452896915 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,267 | Regarding random effects in predictions | Hi,
I am training a UNet based model(no normalization in generator) as a backbone to pix2pix. While testing the predictions I am getting some random effects of noise like shown below.
 ![epoch107_fa... | open | 2021-04-04T22:06:46Z | 2021-07-12T08:19:28Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1267 | [] | nisargshah1999 | 1 |
jina-ai/serve | deep-learning | 6,157 | Release Notes 3.24.1 | # Release Note
This release contains 3 bug fixes.
## 🐞 Bug Fixes
### Fix Flow deployment of Model with `float` field (#6155)
When serving a Flow with `HTTP`, serving failed because the model reconstructed in the Gateway interpreted the `float` field as an array. Now the model served in the Gateway uses the... | closed | 2024-03-20T08:53:44Z | 2024-03-20T10:11:48Z | https://github.com/jina-ai/serve/issues/6157 | [] | JoanFM | 0 |
openapi-generators/openapi-python-client | rest-api | 678 | Question: Which template file I should work on to tweak "_parse_response" generated code? | **Describe the bug**
While the openapi-python-client tool works well for generating code as per the Open API Specification for https://codebeamer.com/cb/v3/swagger/editor.spr , Some times the server sends unexpected response which is outside of the OpenAPI Spec contract.
In such case, For example, Take a situation ... | closed | 2022-09-28T15:57:23Z | 2022-09-29T15:05:43Z | https://github.com/openapi-generators/openapi-python-client/issues/678 | [] | bakkiaraj | 4 |
newpanjing/simpleui | django | 84 | admin排序 |
**你希望哪些方面得到优化?**
管理员后台排序只能排一个字段,多于一个,到了第二页就开始乱序了
**留下你的联系方式,以便与你取得联系**
QQ:550572368
邮箱:550572368@qq.com
| closed | 2019-06-18T03:19:02Z | 2019-06-18T07:15:34Z | https://github.com/newpanjing/simpleui/issues/84 | [
"enhancement"
] | mn6538 | 2 |
sktime/sktime | scikit-learn | 7,350 | [ENH] detection module estimator overview | Currently, the `sktime` estimator overview does not have a subcategory for detectors, due to the module being under rework.
With the consolidation of the module in the `detection` folder, we can now add this.
The configuration for populating the fields is in `docs/source/conf.py`, in `_make_estimator_overview` st... | closed | 2024-10-30T11:47:54Z | 2025-02-11T17:33:51Z | https://github.com/sktime/sktime/issues/7350 | [
"documentation",
"module:detection",
"enhancement"
] | fkiraly | 1 |
huggingface/diffusers | deep-learning | 10,752 | Attempting to Unscale FP16 Gradients Bug | ### Describe the bug
Hello, I have the following error when trying to train a LoRA with SDXL:
```
ValueError: Attempting to unscale FP16 gradients.
Traceback (most recent call last):
File "/nfs/horai.dgpsrv/year/zling/diffusers/examples/dreambooth/train_dreambooth_lora_sdxl.py", line 1994, in <module>
main(args... | closed | 2025-02-10T03:40:48Z | 2025-02-13T01:30:23Z | https://github.com/huggingface/diffusers/issues/10752 | [
"bug",
"training"
] | iszihan | 7 |
abhiTronix/vidgear | dash | 417 | "setuptools" and "pkg_resources" usage | I want to discuss two things:
#### 1. Expecting `from pkg_resources import parse_version` to be resolved may be a mistake.
Explanation:
`from pkg_resources import parse_version` requires `setuptools`, but `setuptools` is missing by default in Debian and Fedora Docker images.
Possible solutions:
- Catc... | closed | 2024-08-11T12:07:41Z | 2025-03-15T13:09:56Z | https://github.com/abhiTronix/vidgear/issues/417 | [
"ENHANCEMENT :zap:",
"WORK IN PROGRESS :construction:",
"PROPOSAL :envelope_with_arrow:"
] | alessio-locatelli | 5 |
numba/numba | numpy | 9,712 | Memory allocations in Numba significantly slower than allocations with Numpy | I'm seeing some strange behavior where the performance of my numba function jumps between different "states" depending on some system state I can't seem to pin down.
This is my test function:
```python
import numpy as np
import numba as nb
@nb.njit(fastmath=True, nogil=True)
def func(z1, z2):
out = z1 + ... | open | 2024-08-23T10:43:07Z | 2024-12-31T15:16:35Z | https://github.com/numba/numba/issues/9712 | [
"performance - run time"
] | pwuertz | 13 |
ydataai/ydata-profiling | jupyter | 1,655 | Remove stopwords from the generated word clouds | ### Missing functionality
Word clouds contain the most common words, and for free text fields, these words are often: 'and', 'to', 'the', 'from' etc. Which provide no meaningful insight into the data.
### Proposed feature
Include an option to remove stopwords when generating word clouds. Perhaps by incorporati... | open | 2024-10-10T18:37:02Z | 2024-10-16T10:57:35Z | https://github.com/ydataai/ydata-profiling/issues/1655 | [
"feature request 💬"
] | maxdavidson91 | 2 |
scikit-hep/awkward | numpy | 3,264 | Odd behavior of type tracing on `IndexOptionalArray` | ### Version of Awkward Array
2.6.8
### Description and code to reproduce
When attempting to run type tracing on an `IndexOptionalArray`, this generates an error. This is most noticable when using with dask awkward.
```python
import awkward as ak
import dask_awkward as dak
arr = ak.Array([[1], [2, 3], [1, 2, ... | closed | 2024-10-02T14:19:48Z | 2024-10-05T14:36:53Z | https://github.com/scikit-hep/awkward/issues/3264 | [
"bug"
] | yimuchen | 1 |
JaidedAI/EasyOCR | deep-learning | 428 | Should I train a custom model to improve the prediction accuracy? | Given a screen shot of a code snippet I'd like to retrieve the actual code.
since there are specific token not taken from the English dictionary there are some errors in the prediction,
for example after applying Image binarization for the following image:
. That's also how most file managers sort files.
Would you accept a PR for this?
https://github.com/jupyter/nbviewer/blob/f48655262677dbe86ea7ba2e669b89bb4e2beebc/nbviewer/providers... | open | 2018-01-06T00:25:47Z | 2018-10-05T13:06:45Z | https://github.com/jupyter/nbviewer/issues/755 | [
"type:Enhancement"
] | schra | 2 |
custom-components/pyscript | jupyter | 551 | State_trigger float/int conversion of entity_ids that start with a number_number | Glances integration adds generated entity_ids based on the host, provided as a Glances Server.
For example, adding a Glances integration using my Unraid server hostname

generates entity_ids like `sensor.server... | open | 2023-12-01T12:07:18Z | 2023-12-05T21:26:32Z | https://github.com/custom-components/pyscript/issues/551 | [] | ALERTua | 1 |
biosustain/potion | sqlalchemy | 62 | Feature: Support ?expands query arg | It looks like this has already been discussed in https://github.com/biosustain/potion/issues/27, but I think it would be very useful to support an `?expands` query param for expanding Potion JSON responses.
Stripe, among others, do this in their API (though using `-d` to curl?) – https://stripe.com/docs/api/curl#expa... | open | 2016-01-01T03:05:24Z | 2016-02-18T21:11:51Z | https://github.com/biosustain/potion/issues/62 | [] | boydgreenfield | 3 |
kennethreitz/responder | flask | 205 | SentryMiddleware | I've taken a first pass at a [Sentry integration for ASGI](https://github.com/encode/sentry-asgi).
Things you probably want to do to support it well:
* Document `.add_middleware` for adding ASGI middleware. (Perhaps with a section linking to third party ASGI middleware implementations?)
* Ensure the router updat... | closed | 2018-11-06T13:56:32Z | 2024-03-31T00:57:42Z | https://github.com/kennethreitz/responder/issues/205 | [
"help wanted",
"good first issue",
"documentation"
] | tomchristie | 0 |
abhiTronix/vidgear | dash | 232 | Output video is either fast-forwarded or 0 seconds | ## Description
I have an application made with pyqt and its purpose is to record videos.
When I record a video, the output video is either fast-forwarded or its length is 0 seconds. (On my computers (3) where I test my app, it's 0 seconds. On a friend's computer, it's fast-forwarded.)
I tried -r and -input_framera... | closed | 2021-07-15T11:06:34Z | 2021-07-21T15:30:54Z | https://github.com/abhiTronix/vidgear/issues/232 | [
"INVALID :stop_sign:"
] | egeakman | 2 |
graphql-python/graphene | graphql | 1,528 | http://www.graphene-python.org Has EXPIRED | 
Looks like you could buy [graphene-python.com](https://www.godaddy.com/domainsearch/find?domainToCheck=graphene-python.org&isc=GPPTCOM&itc=parkedpage_landers&key=parkweb&tmskey=dpp_dbs) for treefitty tho 😉 | closed | 2023-10-13T03:54:20Z | 2023-10-16T15:58:30Z | https://github.com/graphql-python/graphene/issues/1528 | [
"🐛 bug"
] | riodw | 3 |
scrapy/scrapy | web-scraping | 6,307 | Scrapy and Great Expectations: Error - __provides__ | ### Description
I am trying to use Scrapy and Great Expectations in the same virtual environment but there is an issue depending on the order I import the packages in.
I created an issue for Great Expectations with additional [details](https://github.com/great-expectations/great_expectations/issues/9698).
They... | closed | 2024-04-05T15:00:38Z | 2024-06-22T12:05:35Z | https://github.com/scrapy/scrapy/issues/6307 | [
"bug"
] | culpgrant | 12 |
TencentARC/GFPGAN | pytorch | 48 | Have better result in V1, V2 is too sharp | Have better result in faces with V1 model looks more natural. In V2 is too sharp, but I don't have the color problem and the final result is more homogeneous throughout the image. Many thanks

| open | 2021-08-19T21:14:22Z | 2023-07-29T10:37:28Z | https://github.com/TencentARC/GFPGAN/issues/48 | [] | GOZARCK | 6 |
litestar-org/polyfactory | pydantic | 18 | Disable randomization option | While randomizing the input is a good idea, big test suits want to remain determined, so the reason of failure can be investigated properly.
In multiple places in the codebase random.choice is used, so if a field belongs to a composite type like Union, random results can be expected even if faker seed is set.
What ... | closed | 2021-12-29T15:39:24Z | 2021-12-31T16:40:16Z | https://github.com/litestar-org/polyfactory/issues/18 | [] | thorin-schiffer | 7 |
statsmodels/statsmodels | data-science | 9,521 | statsmodels.stats.diagnostic.normal_ad no longer working? | Hello
The Anderson-Darling test for normal distribution is no longer working . I followed the instructions in
https://www.statsmodels.org/stable/generated/statsmodels.stats.diagnostic.normal_ad.html.
It seems there is no directory called diagnostic.
import statsmodels
print (statsmodels.__version__)
>>> print (statsm... | closed | 2025-02-28T14:45:06Z | 2025-02-28T15:30:29Z | https://github.com/statsmodels/statsmodels/issues/9521 | [] | shantanu9847 | 2 |
proplot-dev/proplot | matplotlib | 381 | Error when passing keyword arguments like edgecolor and linewidth to Quiver function | <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
Absolutely love the project, thank you for all your efforts wi... | open | 2022-08-02T00:26:14Z | 2023-03-29T08:42:43Z | https://github.com/proplot-dev/proplot/issues/381 | [
"bug"
] | jordanbrook | 0 |
python-arq/arq | asyncio | 130 | `arq --check` command result | Version:v0.16b3
I think performing `arq -- check demo. WorkerSettings` is the wrong result.
For example:
Results of health checks performed

The result of a forced termination of execution
 searching gives a timeout
**To Reproduce**
Steps to reproduce the behavior:
1. python -m app --debug --proxyloc [IP:PORT] --proxytype http
2. Search via web app
3. Gives a timeout after a while
**Deployment Method**
- [x... | closed | 2022-12-12T15:24:11Z | 2022-12-12T23:11:54Z | https://github.com/benbusby/whoogle-search/issues/905 | [
"bug"
] | Moist-Cat | 1 |
babysor/MockingBird | deep-learning | 701 | windows下saved_models存在同名模型会导致电脑死机 | 遇到一个问题:
如果synthesizer/saved_models文件夹下有同名的模型,运行synthesizer_train.py,电脑会直接死机
例如saved_models文件夹下存在/dsq/dsq.pt,这时运行python synthesizer_train.py dsq C:\path\to\SV2TTS\synthesizer,电脑会直接无响应,无法通过Ctrl+C或其他方式来中断程序
我不知道是我电脑的问题还是其他人也有,我的电脑环境是Windows 10 + cuda11.6 + torch1.12.0+cu116
| closed | 2022-08-08T10:27:40Z | 2022-08-08T16:31:42Z | https://github.com/babysor/MockingBird/issues/701 | [] | l1006986533 | 2 |
jina-ai/serve | machine-learning | 5,922 | `process_request_seconds` metric is missing | While other metrics such as `receiving_request_seconds` , `number_of_pending_requests` and etc declared in `jina/serve/runtimes/monitoring.py` are showing, the metric `process_request_seconds` declared in `jina/serve/executors/__init__.py` is missing. | closed | 2023-06-21T08:05:53Z | 2023-07-04T06:32:50Z | https://github.com/jina-ai/serve/issues/5922 | [] | winstonww | 1 |
KrishnaswamyLab/PHATE | data-visualization | 43 | A doubt in the Proposition 1 from PHATE paper | Hello,
This question may seem odd but I had a doubt in s statement made in Proposition 1 of PHATE paper:
**Furthermore, it can be verified that the left and right eigenvectors of Pε are related by ψi(y) = φi(y)ψ0(y),**
How can we relate them? I am trying to figure it out but I am not successful yet.
Any help i... | closed | 2018-07-06T04:06:53Z | 2018-07-11T21:40:13Z | https://github.com/KrishnaswamyLab/PHATE/issues/43 | [] | tarak77 | 2 |
mars-project/mars | pandas | 2,743 | [Metric]Add metrics | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
## Background
There is no metrics in mars and it's useful and necessary to add a simple and convenient metric framework.
## Design

- [ ] Re-evaluate which features are necessary (Ask for usage stats)
- [ ] Test... | closed | 2024-09-20T13:32:20Z | 2024-12-12T09:41:48Z | https://github.com/indico/indico/issues/6554 | [
"enhancement"
] | AjobK | 13 |
youfou/wxpy | api | 163 | python3.4 以下版本有 BUG | 在 urllib3/util.py:147 处会抛出异常: ValueError: Timeout value connect was (10, 30), but it must be an int or float.
原因是 python3.4 及以下版本的 requests/adapters.py 中的 send 函数实现与 python3.6不一样
但 wxpy/utils/misc.py 中的 enhance_webwx_request 的 sync_check_timeout=(10, 30), webwx_sync_timeout=(10, 20) 都是 tuple
3.6 的有对tuple 作处理, 但 2.7 ... | open | 2017-08-25T03:11:40Z | 2017-09-10T12:30:20Z | https://github.com/youfou/wxpy/issues/163 | [] | lotuswater | 4 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 106 | [Bug]The live pod cache files are deleted unexpected | Live ulr play failure, and the live pod‘s cache files would be deleted unexpected.
| closed | 2019-11-26T02:14:25Z | 2019-12-25T00:39:55Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/106 | [
"bug"
] | chuan12x | 1 |
python-visualization/folium | data-visualization | 1,891 | Remove the deadlink in `CONTRIBUTING.md` which mentions manual installation of chromedriver and Chrome | The current step 7 in [Contributing Code](https://github.com/python-visualization/folium/blob/main/.github/CONTRIBUTING.md#contributing-code) subsection of `CONTRIBUTING.md` mentions [this](https://sites.google.com/a/chromium.org/chromedriver/) link which has since been 404ed. The correct link should be pointing toward... | closed | 2024-03-02T10:58:58Z | 2024-03-06T10:02:45Z | https://github.com/python-visualization/folium/issues/1891 | [
"documentation"
] | achieveordie | 3 |
FlareSolverr/FlareSolverr | api | 215 | Flaresolverr makes multiple outbound requests for a given incoming POST request. Breaks workflows that involve nonce/tokens. | **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 | 2021-10-31T22:34:37Z | 2023-01-06T17:52:45Z | https://github.com/FlareSolverr/FlareSolverr/issues/215 | [
"enhancement"
] | jashsu | 4 |
deepset-ai/haystack | nlp | 8,825 | Remove restriction python<3.13 in pyproject.toml | Is it possible to remove the restriction <3.13 in pyproject.toml:
requires-python = ">=3.8,<3.13"
My local project has python="^3.10", so now I am not able to install haystack-ai with version 2.9.0 because of this restriction.
This restriction didn't exist in version 2.7.0 | closed | 2025-02-06T12:37:32Z | 2025-03-05T09:49:12Z | https://github.com/deepset-ai/haystack/issues/8825 | [
"type:feature",
"P1"
] | softwareentrepreneer | 2 |
jazzband/django-oauth-toolkit | django | 1,200 | Always a 400 error before the 200 response (called from node) | **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
I'm calling the /o/token endpoint of my django backend from a node server, i get the result and the 200 status but BEFORE each success i have a bad request error.
Heroku log:
```
0e8409e3e3b5 fwd="(forward IP)" dyno=web.1 connect... | closed | 2022-08-25T09:32:34Z | 2023-11-10T18:08:07Z | https://github.com/jazzband/django-oauth-toolkit/issues/1200 | [
"bug"
] | Joaojack | 2 |
mirumee/ariadne | graphql | 179 | Move documentation to separate repo and host it on gh-pages | Sphinx has served us well, but we fell its too limiting for what we have planned for Ariadne.
We've decided to migrate the site to the [Docusaurus](https://docusaurus.io) and keep it on separate repo. | closed | 2019-05-20T11:37:14Z | 2019-05-23T14:05:30Z | https://github.com/mirumee/ariadne/issues/179 | [
"docs"
] | rafalp | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.