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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
QuivrHQ/quivr | api | 3,170 | [Backend] KMS upload limits | ## KMS Limits:
### Uploads (Local)
* \[x\] Single file size ? (50Mb / file )
* \[x\] Single Folder total size ? No limits
* Concurrent file upload ? ( rate limit upload route, for now can't upload whole folders)
* \[x\] # Files per folder ? -> No limits
* Total storage per tier of users ?
* 500Mb free
* 100G... | open | 2024-09-09T08:48:46Z | 2025-01-27T16:06:37Z | https://github.com/QuivrHQ/quivr/issues/3170 | [
"area: backend"
] | linear[bot] | 2 |
supabase/supabase-py | flask | 45 | update insert and filter docs for python | # Improve documentation
## Link
https://supabase.io/docs/guides/client-libraries#managing-data
## Describe the problem
Python example missing for filtering and insert not updated yet.
## Describe the improvement
Add python examples for filtering and insert section.
| closed | 2021-09-11T14:16:45Z | 2021-09-11T14:18:27Z | https://github.com/supabase/supabase-py/issues/45 | [
"documentation"
] | sureshdsk | 1 |
encode/apistar | api | 158 | Url encoding on TestClient requests | I'm adding tests and I have some urls with spaces in it. the tests fail because the url parameters are not properly encoded in the handler function. For example I have a handler function that recieves one parameter "time"
`routes.py`
```python
Route('/{time}', 'GET', timestamp)
```
`views.py`
```python
def tim... | closed | 2017-05-21T18:04:11Z | 2017-05-22T23:48:32Z | https://github.com/encode/apistar/issues/158 | [] | marcosfede | 2 |
apify/crawlee-python | automation | 928 | Implement a playwright-based `HttpClient` implementation | There are two advantages to this:
1. `PlaywrightCrawler` could use it for `send_request` which would make those "AJAX calls" look more natural and probably less likely to be blocked
2. We could use it in e.g. `ParselCrawler` an another option to avoid blocking | open | 2025-01-22T12:54:40Z | 2025-03-06T09:44:21Z | https://github.com/apify/crawlee-python/issues/928 | [
"enhancement",
"t-tooling"
] | janbuchar | 0 |
mage-ai/mage-ai | data-science | 4,941 | [BUG] free -t -m command not compatible with Windows shell | ### Mage version
0.9.68
### Describe the bug
When running any pipeline using conda on Windows (no Docker), the below exception keeps popping up:
```
'free' is not recognized as an internal or external command,
operable program or batch file.
Command 'free -t -m' returned non-zero exit status 1.
```
The comma... | closed | 2024-04-15T21:28:43Z | 2024-04-16T09:42:26Z | https://github.com/mage-ai/mage-ai/issues/4941 | [
"bug"
] | alangan17 | 0 |
iperov/DeepFaceLab | deep-learning | 5,273 | why when i run quick 96 will error occurred? THANKS | Running trainer.
Loading model...
Model first run.
Using plaidml.keras.backend backend.
INFO:plaidml:Opening device "opencl_amd_ellesmere.0"
Error: The Keras backend function 'random_binomial' is not yet implemented in Plaid. You can help us prioritize by letting us know if this function is important to you, a... | open | 2021-02-03T13:25:30Z | 2023-06-08T22:21:00Z | https://github.com/iperov/DeepFaceLab/issues/5273 | [] | super18863 | 1 |
pytorch/pytorch | python | 149,048 | multinomial does not preserve dynamic dimension | ### 🐛 Describe the bug
multinomial expects a fixed dimension for the number of samples. It should be dynamic.
```python
import torch
class Model(torch.nn.Module):
def forward(self, x, y):
return torch.multinomial(x, y.shape[0])
model = Model()
inputs = (
torch.tensor([[4, 5],[6,7]], dtype=torch.flo... | closed | 2025-03-12T15:03:08Z | 2025-03-19T23:16:55Z | https://github.com/pytorch/pytorch/issues/149048 | [
"oncall: pt2",
"oncall: export"
] | xadupre | 0 |
fastapi/sqlmodel | sqlalchemy | 594 | How to add current date time by default on a table declaration? | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
how to add a field in the table with the current date by default? | closed | 2023-05-15T00:36:07Z | 2025-03-16T12:32:50Z | https://github.com/fastapi/sqlmodel/issues/594 | [] | fraddygil | 17 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 2,861 | Remove old GitHub Releases for this project? | We currently don't rely on [GitHub Releases](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/releases), but instead on git tags to declare new versions etc. If someone relied on GitHub Releases, for example because they use a github api to access the latest GitHub release, they can do so with `helm show chart` fro... | closed | 2022-09-07T08:39:35Z | 2022-10-31T20:33:27Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2861 | [] | consideRatio | 2 |
flasgger/flasgger | flask | 168 | does not support upload | """
test
---
tags:
- test
parameters:
- in: file
name: formData
type: file
required: true
responses:
200:
description:
"""
hello,this is my yaml,it can not upload file succ,I saw the request payload not h... | open | 2017-11-03T08:51:40Z | 2020-04-06T21:38:43Z | https://github.com/flasgger/flasgger/issues/168 | [
"bug",
"help wanted",
"hacktoberfest"
] | yumen | 2 |
httpie/cli | api | 913 | PATCH support | Hi,
Is there a possibility to use other HTTP verbs instead of GET, PUT and DELETE? I would like to use the PATCH but it returns an error: unrecognised arguments.
Thanks! | closed | 2020-05-11T14:18:20Z | 2020-05-11T14:48:18Z | https://github.com/httpie/cli/issues/913 | [] | LanderMoerkerke | 1 |
pytest-dev/pytest-django | pytest | 180 | Why do you override settings and set DEBUG=False? | This happens after 2821e4178fa09732cbdaaf4ac369ada0e0b8f558. What was the reason for it?
| closed | 2014-10-13T10:46:20Z | 2014-10-13T14:14:36Z | https://github.com/pytest-dev/pytest-django/issues/180 | [] | andreif | 1 |
adbar/trafilatura | web-scraping | 136 | Tables not removed | I have just installed trafilatura 0.9.3 with Python 3.9.6.
The attached file (apache.txt, which is actually a html file) contains tables that are not removed when I run:
$ trafilatura --no-tables <apache.txt
[apache.txt](https://github.com/adbar/trafilatura/files/7491052/apache.txt) | closed | 2021-11-06T18:35:11Z | 2021-12-08T17:12:07Z | https://github.com/adbar/trafilatura/issues/136 | [
"bug"
] | pieterhartel | 9 |
lukas-blecher/LaTeX-OCR | pytorch | 98 | Error while trying running the GUI | Hello ,
I appreciate the effort and time you are putting into this project it is indeed the utility most of us need but haven't known existed.
However, I have an issue.
I have just installed all requirements and then tried running `python gui.py` and got the following error
`Traceback (most recent call last):... | closed | 2022-02-09T16:45:36Z | 2022-02-09T16:50:10Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/98 | [
"duplicate"
] | DoozyDoz | 2 |
litestar-org/litestar | pydantic | 3,399 | Bug: Exception not handled correctly | ### Description
I noticed that when I tried to raise an HTTPException, instead of returning the dedicated HTTP status code, it was automatically returned as an error 500.
### URL to code causing the issue
_No response_
### MCVE
```python
from litestar import Litestar, get
from litestar.exceptions import HTTP... | closed | 2024-04-17T20:12:37Z | 2025-03-20T15:54:36Z | https://github.com/litestar-org/litestar/issues/3399 | [
"Question"
] | sorasful | 1 |
python-gino/gino | asyncio | 344 | Can not connect with sanic | I'm trying to connect with sanic using this [doc](https://github.com/fantix/gino/blob/master/docs/sanic.rst). But I can't start the sanic server
```
web_1 | [2018-09-20 16:10:09 +0600] [1] [INFO] Goin' Fast @ http://0.0.0.0:5000
web_1 | Executing <Task pending coro=<before_server_start() running at /usr/local/lib/... | closed | 2018-09-20T10:18:18Z | 2018-09-20T11:19:37Z | https://github.com/python-gino/gino/issues/344 | [] | rana-ahmed | 4 |
ymcui/Chinese-BERT-wwm | nlp | 221 | 关于词表没有中文双引号的问题 | 我发现从huggingface上下载的全掩码中文[Bert/RoBerta](https://huggingface.co/hfl/chinese-roberta-wwm-ext)的词表(vocab.txt)中都没有中文的双引号`“”`,请问为什么会有这种情况呢?
我的下游任务是一个本文纠错的任务,因此当句子中出现中文双引号时,tokenizer会将其变成[UNK],非常影响纠错结果。有推荐的方法解决这个问题嘛?或许我应该手动在词表中添加中文双引号? | closed | 2022-06-14T07:40:53Z | 2022-06-14T13:03:13Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/221 | [] | Dicer-Zz | 3 |
huggingface/transformers | pytorch | 36,258 | Bug introduced in `from_pretrained` `v4.48.3`..`v4.49.0` | Hi 🤗
Diffusers 🧨 noticed some failing tests starting with `v4.49.0` in `Kolors`, one of our models that uses a custom text encoder.
## Reproduction
This is working on `v4.48.3`.
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-chatglm3-6b", trust_rem... | closed | 2025-02-18T12:28:18Z | 2025-03-21T12:27:48Z | https://github.com/huggingface/transformers/issues/36258 | [
"bug"
] | hlky | 3 |
mwaskom/seaborn | data-science | 3,413 | Error thrown upon import with `numpy` versions >= 1.24.0 | Hi all,
When I try to import the latest seaborn (0.12.2), I am getting an AttributeError on numpy:
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import seaborn as sns
Fil... | closed | 2023-06-29T18:28:40Z | 2023-07-01T17:42:20Z | https://github.com/mwaskom/seaborn/issues/3413 | [] | guhanrv | 4 |
miLibris/flask-rest-jsonapi | sqlalchemy | 27 | Decorator wrapping when creating new Resource class | Every time new Resource class instantiates, methods (get, post, patch, put) are wrapped with check_headers decorator. Wrapping occures on class level. For example, after creating ten Resource classes, there are ten same decorators wrapping get method.
https://github.com/miLibris/flask-rest-jsonapi/blob/master/flask_re... | closed | 2017-04-07T15:53:40Z | 2017-04-11T07:32:06Z | https://github.com/miLibris/flask-rest-jsonapi/issues/27 | [] | kypsibir | 3 |
omar2535/GraphQLer | graphql | 100 | [QOL] Make objects bucket a singleton | It's tedious to pass around the objects bucket through the `fuzzer` to the `fengine` module. Refactoring the objects bucket from a simple dictionary into its singleton class will allow us to contain all objects-bucket-related functions in a single file.
# Deliverable
Create a `objects_bucket.py` in the which has ... | closed | 2024-08-24T05:17:46Z | 2024-08-29T05:50:55Z | https://github.com/omar2535/GraphQLer/issues/100 | [
"➕enhancement"
] | omar2535 | 1 |
streamlit/streamlit | data-science | 10,407 | Default `set_page_config` through `.streamlit/config.toml` | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Currently, when setting `st.set_page_config()` with `page_title` and `page_icon`, Streamlit still displays th... | open | 2025-02-15T13:42:52Z | 2025-02-16T17:39:18Z | https://github.com/streamlit/streamlit/issues/10407 | [
"type:enhancement",
"feature:st.set_page_config",
"feature:config"
] | pallagj | 1 |
BlinkDL/RWKV-LM | pytorch | 250 | RWKV only show lower GPU memory occupancy when inference? | I tried to use RWKV(e.g., Vision-RWKV) in CV tasks. But I found RWKV shows similar GPU memory occupancy to full-attention Transformer (like ViT) when training. I found both RWKV and Vision-RWKV only present their inference memory occupancy in the paper.
The high memory consume is not friendly for my tasks. Do you h... | open | 2024-07-21T10:27:46Z | 2024-09-08T19:40:17Z | https://github.com/BlinkDL/RWKV-LM/issues/250 | [] | thucz | 3 |
Kanaries/pygwalker | plotly | 359 | [DEV-523] [BUG] pygwalker duckdb for large dataset may crash in frontend | - version: pygwalker 0.3.17
Reference article:
https://zenn.dev/aidemy/articles/3aeea1470f1535
<sub>[DEV-523](https://linear.app/kanaries/issue/DEV-523/[bug]-pygwalker-duckdb-for-large-dataset-may-crash-in-frontend)</sub> | closed | 2023-12-19T03:31:10Z | 2024-01-08T08:21:58Z | https://github.com/Kanaries/pygwalker/issues/359 | [
"bug",
"linear"
] | ObservedObserver | 0 |
strawberry-graphql/strawberry-django | graphql | 655 | Returning a Query type in a mutation's payload | I have a `Query` type in my schema that defines some custom resolvers and uses `strawberry_django.field`/`strawberry_django.node` without providing resolver functions.
```python
@strawberry_django.type(SomeModel)
class SomeType:
id: auto
name: auto
@strawberry.type(name='Query')
class Query:
some_type_qu... | closed | 2024-11-08T14:51:01Z | 2024-12-14T17:32:31Z | https://github.com/strawberry-graphql/strawberry-django/issues/655 | [] | rcybulski1122012 | 1 |
cvat-ai/cvat | pytorch | 8,227 | backup task and import it in CVAT online website | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
I backup task and download it locally
when I try to create a new task from backup
it gives me error
AttributeError: '... | closed | 2024-07-29T13:32:43Z | 2024-09-06T11:18:46Z | https://github.com/cvat-ai/cvat/issues/8227 | [
"bug",
"need info"
] | kh-diab | 7 |
axnsan12/drf-yasg | django | 453 | Migrating django-rest-swagger to drf-yasg issue. How to display input parameters ? | I am trying to migrate my API from django-rest-swagger==2.1.1 to drf-yasg
Meaning, trying to use this since I am migrating Django 1.11.7 --> 2.2
djangorestframework==3.9
drf-yasg==1.16.1
In the current code, I'ved used django-rest-swagger simply by creating the API this way: (https://gist.github.com/axilaris/92... | closed | 2019-09-12T03:45:49Z | 2020-10-26T01:12:00Z | https://github.com/axnsan12/drf-yasg/issues/453 | [] | axilaris | 2 |
tensorflow/tensor2tensor | deep-learning | 1,193 | checkpoint_path AttributeError during exporting | ### Description
I am trying to use t2t-exporter to export a specific checkpoint. I set checkpoint_path, but when i ran t2t-exporter, it complains AttributeError.
```
t2t-exporter \
--data_dir=$DATA_DIR \
--checkpoint_path=$TRAIN_DIR\/model.ckpt-251001 \
--problem=$PROBLEM \
--model=$MODEL \
--hpar... | open | 2018-11-01T00:39:22Z | 2018-11-15T05:55:52Z | https://github.com/tensorflow/tensor2tensor/issues/1193 | [] | KayShenClarivate | 7 |
adbar/trafilatura | web-scraping | 41 | Importing only the extract utilities | Hello @adbar, thanks for your tremendous work on the library. Do you know if there is a way to install and then import the library so that you will only load the utilities related to raw content extraction from a html string? If not, is there anyway we can discuss this particular topic and see if I could help you imple... | closed | 2020-12-14T18:07:56Z | 2021-01-04T14:25:18Z | https://github.com/adbar/trafilatura/issues/41 | [] | Yomguithereal | 8 |
huggingface/transformers | tensorflow | 36,341 | suppress_tokens=[] should be legal as some older. whisper models rely on this | ### System Info
- `transformers` version: 4.46.0
- Platform: macOS-15.2-arm64-arm-64bit
- Python version: 3.11.8
- Huggingface_hub version: 0.25.2
- Safetensors version: 0.4.2
- Accelerate version: not installed
- Accelerate config: not found
- PyTorch version (GPU?): 2.2.1 (False)
- Tensorflow version (GPU?): 2.16.1 ... | closed | 2025-02-22T00:45:55Z | 2025-02-28T20:55:24Z | https://github.com/huggingface/transformers/issues/36341 | [
"bug"
] | Lewington-pitsos | 2 |
MagicStack/asyncpg | asyncio | 363 | Got an unexpected number of seconds in datetime from asyncpg | * **asyncpg version**: 0.17.0
* **PostgreSQL version**: 10.3
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: reproduced with a local install
* **Python version**: 3.6.5
* **Platform**: Linux x86_64
* **Do you use pgbouncer?**: no
* **Did you ins... | closed | 2018-09-18T16:21:54Z | 2018-09-18T19:42:16Z | https://github.com/MagicStack/asyncpg/issues/363 | [] | rossnomann | 0 |
google-research/bert | tensorflow | 973 | Question about using function 'tf.squeeze' for selecting 'first_token_tensor' | https://github.com/google-research/bert/blob/cc7051dc592802f501e8a6f71f8fb3cf9de95dc9/modeling.py#L227
I'd like to ask there is a reason to use tf.squeeze rather than below?
```python
first_token_tensor = self.sequence_output[:, 0, :]
```
Is it related with performance issue?
Thanks | open | 2019-12-28T08:08:42Z | 2019-12-28T08:08:42Z | https://github.com/google-research/bert/issues/973 | [] | jihobak | 0 |
PokemonGoF/PokemonGo-Bot | automation | 6,216 | nicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) | ### Steps to Reproduce
Fresh start of the bot after a clean generation of config+auth files
### Output when issue occurred
--------------------Starting bot--------------------
2017-10-10 14:40:02,233 [ cli] [INFO] PokemonGO Bot v1.0
2017-10-10 14:40:02,244 [ cli] [INFO] commit: unknown
2017-10-1... | closed | 2017-10-10T13:03:44Z | 2017-10-14T07:44:40Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/6216 | [] | rakuuhwa | 9 |
scikit-tda/kepler-mapper | data-visualization | 5 | How to show the 3D | I am totally new to the topological data analysis. I try to learn some. When I copy the code to the Python Notebook and replace with my own data, The code is ok. But no plot output. Do i need to install other software? Then python I use is Anaconda. | closed | 2017-07-20T23:27:49Z | 2017-07-25T23:30:30Z | https://github.com/scikit-tda/kepler-mapper/issues/5 | [] | LiyuMa | 14 |
pydantic/FastUI | pydantic | 223 | Support for discriminated union component | I have a data structure which is discriminated union like this:
```json
[
{
"type":"foo",
"value":true
},
{
"type":"bar",
"value":3
},
{
"type":"baz",
"upper_bound":4,
"lower_bound":1
}
]
```
would be nice to be a way to make the filter b... | open | 2024-02-27T12:11:41Z | 2024-02-27T12:11:41Z | https://github.com/pydantic/FastUI/issues/223 | [] | ManiMozaffar | 0 |
serpapi/google-search-results-python | web-scraping | 19 | Provide a more convenient way to paginate via the Python package | Currently, the way to paginate searches is to get the `serpapi_pagination.current` and increase the `offset` or `start` parameters in the loop. Like with regular HTTP requests to `serpapi.com/search` without an API wrapper.
```python
import os
from serpapi import GoogleSearch
params = {
"engine": "google",... | closed | 2021-04-14T09:09:25Z | 2021-06-07T03:18:26Z | https://github.com/serpapi/google-search-results-python/issues/19 | [
"enhancement",
"question"
] | ilyazub | 6 |
vitalik/django-ninja | rest-api | 429 | Delete please | closed | 2022-04-25T13:00:55Z | 2022-04-25T13:14:14Z | https://github.com/vitalik/django-ninja/issues/429 | [] | 6691a | 0 | |
flaskbb/flaskbb | flask | 522 | typo in editor.js | I'm working on some issues around previewing posts using server-side rendering and so have been digging into the editor.js file. Shouldn't `output` in this line be `msg`?
https://github.com/flaskbb/flaskbb/blob/520fc7a22ffde4203b80dc81646ddc1fc20ee904/flaskbb/themes/aurora/src/js/editor.js#L45 | closed | 2019-04-17T06:35:52Z | 2019-04-25T08:15:41Z | https://github.com/flaskbb/flaskbb/issues/522 | [
"bug"
] | bmjjr | 2 |
pyg-team/pytorch_geometric | pytorch | 9,469 | The default `bias = 0.0` of PGExplainer frequently results in `edge_mask` values containing NaNs. | ### 🐛 Describe the bug
Setting a small bias value prevents this issue. However, the bias hyperparameter is not mentioned in the PyG documentation:
https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.explain.algorithm.PGExplainer.html?highlight=PGExplainer
The occurrence of NaN values can ... | closed | 2024-06-29T09:16:29Z | 2024-07-02T10:47:08Z | https://github.com/pyg-team/pytorch_geometric/issues/9469 | [
"bug"
] | kano5266 | 0 |
jupyterhub/jupyterhub-deploy-docker | jupyter | 55 | 500 Error when starting Notebook | I have followed the instructions to get setup with JupyterHub and the GitHub Authenticator. However, I am using my own Docker image, built from jupyter/base-notebook. Once I log in and authenticate, I get the following message:
```
500 : Internal Server Error
Redirect loop detected. Notebook has jupyterhub version... | closed | 2017-11-09T14:33:14Z | 2017-11-09T15:03:04Z | https://github.com/jupyterhub/jupyterhub-deploy-docker/issues/55 | [] | rwmajor2 | 2 |
graphql-python/graphene | graphql | 1,552 | More documentation for DisableIntrospection? | The docs currently give this example:
```
validation_errors = validate(
schema=schema.graphql_schema,
document_ast=parse('THE QUERY'),
rules=(
DisableIntrospection,
)
)
```
But it's not obvious how to set `document_ast`, and leave it as an exercise to the reader assuming knowledge... | open | 2024-05-21T04:05:35Z | 2024-06-22T09:49:33Z | https://github.com/graphql-python/graphene/issues/1552 | [
"✨ enhancement",
"📖 documentation"
] | dwjp | 0 |
vvbbnn00/WARP-Clash-API | flask | 180 | 请问安卓使用哪个客户端可以正常使用呢? | ClashA 3.0.3订阅后启动会闪退
MetaClash订阅后启动不生效
Sing-Box订阅不了
请问一下安卓哪个客户端可以正常使用? | closed | 2024-04-28T06:14:06Z | 2024-04-28T06:41:29Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/180 | [] | hitsword | 0 |
matplotlib/matplotlib | data-science | 29,704 | Option to add FancyBboxPatch around quiverkey() | ### Bug summary
Pretty self explanatory.
Grok has this to say:
<details><summary>Grok's advice</summary>
<p>
Thank you for sharing the full traceback and your Matplotlib version (3.10). The error AttributeError: PolyCollection.set() got an unexpected keyword argument 'bbox' occurring within QuiverKey._init() suggests... | open | 2025-03-04T22:49:45Z | 2025-03-08T01:49:19Z | https://github.com/matplotlib/matplotlib/issues/29704 | [
"New feature"
] | bbuzz31 | 7 |
huggingface/transformers | machine-learning | 36,783 | Throw messages in text-generation task with deepseek r1 with PEFTModel | ### System Info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
- `transformers` version: 4.49.0
- Platform: Linux-5.15.0-134-generic-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.29.3
- Safetensors version: 0.5.3
- Accelerate version: 1.3.0
- Accele... | open | 2025-03-18T04:54:56Z | 2025-03-21T16:17:18Z | https://github.com/huggingface/transformers/issues/36783 | [
"bug"
] | falconlee236 | 9 |
Farama-Foundation/Gymnasium | api | 361 | [Bug Report] Blackjack-v1 env observation state return type is different from docs | ### Describe the bug
Blackjack-v1 environment docs, observation space return as tuple(int(), int(), int()) https://gymnasium.farama.org/environments/toy_text/blackjack/
but, it return tuple(int(), int(), boolen())
```python
import gymnasium as gym
env = gym.make('Blackjack-v1', natural=False, sab=False)
s, _ = ... | closed | 2023-03-06T06:42:30Z | 2023-03-08T11:46:19Z | https://github.com/Farama-Foundation/Gymnasium/issues/361 | [
"bug"
] | devhoodit | 3 |
GibbsConsulting/django-plotly-dash | plotly | 18 | Dash opens its own DB connections to Django | This is not necessarily an issue but I have noticed that Dash must be opening it's own session with the database.
I noticed this when I was accessing a database that had user specific security policies applied. In order to use a Django defined model, I had to send to the database the user id for Dash and Django sepa... | closed | 2018-07-23T21:45:38Z | 2018-11-03T09:31:48Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/18 | [
"question"
] | eddy-ojb | 4 |
flairNLP/flair | nlp | 2,786 | HIPE-2022: Add all test data | Hi,
test data for the HIPE-2022 shared task is released and should be added to the `NER_HIPE_2022` data loader. | closed | 2022-05-20T08:58:17Z | 2022-06-18T08:03:35Z | https://github.com/flairNLP/flair/issues/2786 | [] | stefan-it | 1 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 105 | 请问考虑释放基于llama-13B的huatuo模型吗? | 13B相比于7B应该会表现更好,尤其是在细粒度要求更高的医学领域吧。如果能释放模型,感谢 | open | 2024-01-30T07:19:43Z | 2024-01-30T07:19:43Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/105 | [] | jzssz | 0 |
eriklindernoren/ML-From-Scratch | deep-learning | 9 | Tiene probela | closed | 2017-03-02T18:35:39Z | 2017-03-02T18:37:22Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/9 | [] | Anon23456 | 0 | |
jupyterlab/jupyter-ai | jupyter | 306 | Custom inference endpoints | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
<!--
Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol... | closed | 2023-07-31T15:55:27Z | 2023-12-29T00:29:56Z | https://github.com/jupyterlab/jupyter-ai/issues/306 | [
"duplicate",
"enhancement"
] | himsgpt | 6 |
koxudaxi/datamodel-code-generator | pydantic | 1,362 | 0.18.0 introduced a breaking change - UnionIntFloat | **Describe the bug**
When upgrading from 0.17.2 to 0.18.0 or any later version, I get the following error on the identical YAML:
```
File "/Users/matt.holden/.cache/pre-commit/repoi7nrpoo1/py_env-3.11/lib/python3.11/site-packages/datamodel_code_generator/model/pydantic/types.py", line 251, in <dictcomp>
kwa... | closed | 2023-06-09T17:35:35Z | 2023-08-09T17:14:34Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1362 | [
"bug"
] | St0rmdrag0n | 0 |
paperless-ngx/paperless-ngx | django | 8,918 | [BUG] When attempting to add more than 25 Document Links, new links become "Not Found" | ### Description
It seems I can only link 25 together in a related doc reference.
The reason I feel it's a bug is that it lets me link as many as I wish (I currently wish to link 36). But after 25, new links turn into 'Not Found" (as shown in the attached screenshot), silently failing.
.
```
# in __init__.py file
from myproj.sio import sio
..... | closed | 2017-03-10T21:02:52Z | 2019-08-04T22:57:52Z | https://github.com/miguelgrinberg/python-socketio/issues/80 | [
"investigate"
] | dfee | 5 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 3,380 | Cull jupyter-user pods that were started before hub restart | <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Proposed change
[User pods do not have ownerReferences set](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2837) and are not cleaned up when the `hub` ... | closed | 2024-03-26T01:52:32Z | 2024-03-26T15:08:51Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3380 | [
"enhancement"
] | asmacdo | 3 |
zappa/Zappa | django | 439 | [Migrated] Async Tasks DynamoDB in VPC? | Originally from: https://github.com/Miserlou/Zappa/issues/1149 by [Erstwild](https://github.com/Erstwild)
Is the DynamoDB instance for async task handling created in the VPC specified in "vpc_config"? Or is that only for the Lambda functions? If not, what would be the best way to go about configuring that? | closed | 2021-02-20T08:32:57Z | 2024-04-13T16:17:55Z | https://github.com/zappa/Zappa/issues/439 | [
"aws",
"feature-request",
"no-activity",
"auto-closed"
] | jneves | 2 |
healthchecks/healthchecks | django | 123 | Telegram integration not working with supergroups | The telegram integration is working great! I can integrate with a single user or even add the bot to a group and it will message me/us everytime a check fails.
But when adding the bot to a supergroup it will not work. I try to `/start`/`/start@bot_name` and it will simply not reply to me. | closed | 2017-05-22T14:44:35Z | 2017-05-22T19:52:24Z | https://github.com/healthchecks/healthchecks/issues/123 | [] | bellini666 | 2 |
dfki-ric/pytransform3d | matplotlib | 163 | How to update the transformation in TransformManager? Should remove the old transformation and add again? | Just like the example, In real robot control, if we change the transformation, such as ee2robot, object2cam, how should we pass the new data to the defined transformation ,tm.add_transform("camera", "robot", cam2robot), should we delete the old one and add again? Moreover, how we plot the whole TransformManager in anim... | closed | 2021-09-13T14:58:55Z | 2021-09-13T15:12:59Z | https://github.com/dfki-ric/pytransform3d/issues/163 | [] | caimingxue | 2 |
JaidedAI/EasyOCR | pytorch | 786 | Repository with all models in ONNX format | In this [Drive folder](https://drive.google.com/drive/folders/1n_LOrJHkMVcZhyCgg37PYMAcsJ7_Sxsn?usp=sharing) you can find all EasyOCR models in ONNX format covering all currently available languages. **Look at the text file** in the folder to see which one corresponds to the language you are using.
[ONNX](https://on... | open | 2022-07-17T02:33:35Z | 2024-08-13T02:24:19Z | https://github.com/JaidedAI/EasyOCR/issues/786 | [] | Kromtar | 19 |
huggingface/datasets | nlp | 6,663 | `write_examples_on_file` and `write_batch` are broken in `ArrowWriter` | ### Describe the bug
`write_examples_on_file` and `write_batch` are broken in `ArrowWriter` since #6636. The order between the columns and the schema is not preserved anymore. So these functions don't work anymore unless the order happens to align well.
### Steps to reproduce the bug
Try to do `write_batch` with any... | closed | 2024-02-15T01:43:27Z | 2024-02-16T09:25:00Z | https://github.com/huggingface/datasets/issues/6663 | [] | bryant1410 | 3 |
onnx/onnx | scikit-learn | 6,279 | --- | # Bug Report
### Is the issue related to model conversion?
I dont know. I have no idea what i am doing
### Describe the bug
i am following this tutorial:
https://www.youtube.com/watch?v=_6yP3Gv04-w
and when doing the step at 19:40 i recieve the following error:
Traceback (most recent call last):
F... | closed | 2024-08-05T12:02:59Z | 2025-01-21T12:45:40Z | https://github.com/onnx/onnx/issues/6279 | [
"bug"
] | Dodonicc | 2 |
aio-libs/aiomysql | sqlalchemy | 413 | when minsize reach can't acquire a new connection ,it return a exit conn | code as folows:---------
```python
import aiomysql
import asyncio
from aiomysql.cursors import DictCursor
class MySQL_Pool(object):
async def init_pool(self):
self.pool = await aiomysql.create_pool(host='10.16.xx.xx',
port=3306, minsize=5, maxsize... | closed | 2019-06-11T10:49:36Z | 2019-06-12T03:19:43Z | https://github.com/aio-libs/aiomysql/issues/413 | [] | futianshi1314 | 4 |
ContextLab/hypertools | data-visualization | 95 | support multiindex Pandas DataFrames | open | 2017-04-18T14:49:43Z | 2017-04-28T17:21:59Z | https://github.com/ContextLab/hypertools/issues/95 | [
"enhancement",
"help wanted",
"low priority"
] | andrewheusser | 1 | |
microsoft/nni | data-science | 5,748 | it only ran 8 combinations each time, and then no code was running. But nni didn’t stop | **Describe the issue**:
I ran it with the settings below, but it only ran 8 combinations each time, and then no code was running. But nni didn’t stop
**Environment**:
- NNI version: 3.0
- Training service (local|remote|pai|aml|etc): remote
- Client OS: mac
- Server OS (for remote mode only): linux
- Python v... | open | 2024-02-26T14:55:29Z | 2024-02-26T14:55:29Z | https://github.com/microsoft/nni/issues/5748 | [] | CCJing14 | 0 |
AutoGPTQ/AutoGPTQ | nlp | 223 | Apple silicon cannot install the AutoGPT | When I use "pip install auto-gptq" to quick start, it prompts that cant get the Cuda version, do we support MPS or Apple Silicon Chip?
(base) kenneth@KenStudio AutoGPTQ % pip install auto-gptq
Collecting auto-gptq
Downloading auto_gptq-0.3.2.tar.gz (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/63.5... | open | 2023-08-02T03:00:47Z | 2025-01-16T15:29:15Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/223 | [] | canychan | 5 |
Anjok07/ultimatevocalremovergui | pytorch | 1,652 | Asking for cuda toolkit version | Hello, I have the Cuda Toolkit 12.4 installed on my system, but I'm unable to run UVR properly. Each time I start processing, the application crashes after 5% progress. I suspect this may be due to an incompatibility between the UVR torch version and the Cuda Toolkit version on my system. Below is the error log. My Gra... | closed | 2024-12-06T09:22:56Z | 2024-12-07T06:02:13Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1652 | [] | cyrus-arch | 1 |
JaidedAI/EasyOCR | pytorch | 651 | dataset used for english/latin language | Hello,
Thank you for sharing this very good work!
I have a question regarding latin/english dataset used for the training of the CRNN model. Is it trained only on the Synth dataset ? (https://www.robots.ox.ac.uk/~vgg/data/scenetext/) or is there more datasets than this one ?
| closed | 2022-01-24T13:04:12Z | 2022-08-25T10:52:27Z | https://github.com/JaidedAI/EasyOCR/issues/651 | [] | Shiro-LK | 1 |
chrieke/prettymapp | streamlit | 74 | Line width scaling with map size | The width of lines is given as a fixed value of matplotlib "points" which means the width of a line stays the same regardless of the map size. In small maps the lines end up smaller and in large maps the lines end up so big you can't see anything.
I thought it would be nice to allow configuring the width of lines in... | open | 2024-12-30T15:00:03Z | 2024-12-30T15:00:03Z | https://github.com/chrieke/prettymapp/issues/74 | [] | C4K3 | 0 |
twelvedata/twelvedata-python | matplotlib | 74 | Daily price is not adjusted for the splits | **Describe the bug**
The prices are not adjusted for the splits.
**To Reproduce**
ts = td.time_series(
symbol="EVAV",
interval="1day",
outputsize=5000,
timezone="America/New_York",
**Expected behavior**
The Twelve Data website mentions that the prices are adj... | closed | 2023-12-27T15:38:22Z | 2024-01-08T15:47:00Z | https://github.com/twelvedata/twelvedata-python/issues/74 | [] | misik | 1 |
suitenumerique/docs | django | 677 | Prerequisites for Multi-Page Search | For the multipage update, the search will evolve to not only (1) be able to search for documents (as it does today), but also **(2) be able to search for sub-pages within their context**. This means that under the sub-page, **the parent document is displayed** (see Figure below). The displayed parent document is the hi... | open | 2025-03-04T16:17:03Z | 2025-03-04T16:17:38Z | https://github.com/suitenumerique/docs/issues/677 | [
"backend",
"designed"
] | rl-83 | 0 |
matplotlib/matplotlib | data-visualization | 29,535 | [Doc]: Typo in Solarized Light stylesheet example code | ### Documentation Link
https://matplotlib.org/devdocs/gallery/style_sheets/plot_solarizedlight2.html
### Problem
There is a ` * x` missing in the 4th plot line of the example plot. The plots renders fine, but looks a bit odd.
### Suggested improvement
Add ` * x` to the line. | closed | 2025-01-28T17:22:50Z | 2025-01-28T23:23:29Z | https://github.com/matplotlib/matplotlib/issues/29535 | [
"Documentation"
] | johanneskopton | 0 |
horovod/horovod | deep-learning | 3,972 | A question about model parallel | Hello, are there any examples of model parallel when using horovod?
| open | 2023-08-14T06:00:56Z | 2023-08-14T06:00:56Z | https://github.com/horovod/horovod/issues/3972 | [
"enhancement"
] | etoilestar | 0 |
jina-ai/serve | machine-learning | 5,482 | support opentelemetry export more params like headers | **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
jina init param
<img width="636" alt="image" src="https://user-images.githubusercontent.com/114633619/205478332-40854617-136b-4270-ba4c-d0641b5a16f6.png">
opentelemetry init param
<img width="655" alt="image" src="https://user-imag... | closed | 2022-12-04T06:51:15Z | 2022-12-07T16:19:17Z | https://github.com/jina-ai/serve/issues/5482 | [] | big-thousand | 2 |
huggingface/peft | pytorch | 1,562 | How do I easily inherit and register the new method? | Is there an example of inheriting existing methods and registering my own new methods, I guess this will help enhance the extensibility of the repository. Such as, how can i add a linear layer for Lora? | closed | 2024-03-14T08:26:53Z | 2024-03-14T10:30:42Z | https://github.com/huggingface/peft/issues/1562 | [] | mrwu-mac | 2 |
akfamily/akshare | data-science | 5,158 | AKShare 股票 - 深圳中小板与主板合并 | > 欢迎加入《数据科学实战》知识星球,交流财经数据与量化投资相关内容,
> 详细信息参考:https://akshare.akfamily.xyz/learn.html
## 前提
遇到任何问题,请先将您的 AKShare 版本升级到**最新版**,可以通过如下命令升级:
```
pip install akshare --upgrade # Python 版本需要大于等于 3.8
```
## 如何提交问题
提交问题的同时,请提交以下相关信息,以更精准的解决问题。
**不符合提交规范的 issues 会被关闭!**
**详细问题描述**
1. 请先详细阅读文档对应接口的使用方... | closed | 2024-09-01T03:19:54Z | 2024-09-01T08:39:09Z | https://github.com/akfamily/akshare/issues/5158 | [
"bug"
] | raphaelxiao | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 903 | read and write DCM image | hello,
I have tried your code to train the DICOM image of scanner. but the Dicom image is 16bit grayscale image which can not traited by PIL.image objet. Have you any idea how to overcome this problem?
can we use mode 'I' (32bit int) for data input?
Thank you | open | 2020-01-19T21:14:47Z | 2022-10-30T06:22:13Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/903 | [] | qiuLimoges | 5 |
facebookresearch/fairseq | pytorch | 4,919 | TypeError: Can't instantiate abstract class TrainModule with abstract methods requirements | ## ❓ Questions and Help
### Before asking:
1. search the issues. [x]
2. search the docs. [x]
<!-- If you still can't find what you need: -->
#### Trying to train NLLB but got an error?
```
TypeError: Can't instantiate abstract class TrainModule with abstract methods requirements
```
### Complete Error
... | open | 2022-12-23T04:38:54Z | 2023-03-07T10:47:30Z | https://github.com/facebookresearch/fairseq/issues/4919 | [
"question",
"needs triage"
] | sanjibnarzary | 3 |
django-import-export/django-import-export | django | 1,133 | Is there a way to export two different tables (which are linked by ForeignKey in TabularInline) in one excel file? | Like, models.py
```
class Person(models.Model):
name = models.CharField(max_length=50)
age = models.IntegerField()
income = models.CharField(choices=income_choices, max_length=50)
class DetailsOfEducationQualification(models.Model):
person = models.ForeignKey(Person, on_de... | closed | 2020-05-09T13:11:23Z | 2023-09-15T21:14:04Z | https://github.com/django-import-export/django-import-export/issues/1133 | [
"question"
] | wan0004 | 3 |
matterport/Mask_RCNN | tensorflow | 2,293 | Has anyone tried training only the RPN from scratch? | I am getting very high scores for all the anchors | open | 2020-07-28T08:41:11Z | 2020-07-30T11:43:00Z | https://github.com/matterport/Mask_RCNN/issues/2293 | [] | nnnetizen | 1 |
flairNLP/flair | nlp | 3,049 | Training of TARS model based on xlm-roberta-base not supported? | In the [tutorial](https://github.com/flairNLP/flair/blob/master/resources/docs/TUTORIAL_10_TRAINING_ZERO_SHOT_MODEL.md) to train a TARS model, I replaced the bert-base-uncased embeddings with xml-roberta-base embeddings.
```
# 5a: alternatively, comment out previous line and comment in next line to train a new TAR... | closed | 2023-01-09T15:04:08Z | 2023-01-11T14:03:21Z | https://github.com/flairNLP/flair/issues/3049 | [
"question"
] | ann-so | 2 |
ultralytics/yolov5 | pytorch | 12,993 | Saving Augmented Images | ### 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
Hello friends,
"As you know, data augmentation methods lead to a slower training proces... | closed | 2024-05-09T14:34:19Z | 2024-06-20T00:22:02Z | https://github.com/ultralytics/yolov5/issues/12993 | [
"question",
"Stale"
] | BehdadSDP | 2 |
frappe/frappe | rest-api | 29,994 | node not found when saving website theme | ## Description of the issue
When creating a new website theme, and then save it, it will fail saying that the node executable is not found.
When printing the environments of the web application process, it does run as the frappe user, however, since the master process is spawned by root, i believe the supervisor worker... | open | 2025-01-23T03:11:25Z | 2025-01-23T03:16:08Z | https://github.com/frappe/frappe/issues/29994 | [
"bug"
] | ismxilxrif | 0 |
rthalley/dnspython | asyncio | 811 | TXT records are parsed incorrect if contain spaces | **Describe the bug**
In case of TXT records, which contain spaces, like "localhost localhost6 suchhost,verylocal", result of rdata.from_text() is ambigious string '"localhost" "localhost6" "suchhost,verylocal"'. The latter, according to [rfc7208](https://www.rfc-editor.org/rfc/rfc7208#section-3.3) must be treated as i... | closed | 2022-05-26T10:20:50Z | 2022-05-26T11:44:50Z | https://github.com/rthalley/dnspython/issues/811 | [] | anpenik | 1 |
praw-dev/praw | api | 1,819 | Comment stream providing comments out of order | ### Describe the Bug
When using a comment stream on a specific subreddit, if a high load of comments are pushed through the stream, some will not be processed until the stream is caught up.
For example, here we tested by spamming many many many comments replying to our own comments with a command that triggers the ... | closed | 2021-11-20T03:41:12Z | 2021-11-20T17:57:07Z | https://github.com/praw-dev/praw/issues/1819 | [] | ZorudaRinku | 4 |
litestar-org/polyfactory | pydantic | 617 | Bug: Imperative Factory Creation doesn't respect pydantic Field constrains | ### Description
I have this pydantic model:

I have this base factory:

When i create a factory, it does not respect the pydantic F... | open | 2024-12-04T22:15:51Z | 2024-12-05T13:07:19Z | https://github.com/litestar-org/polyfactory/issues/617 | [
"bug"
] | idan-rahamim-lendbuzz | 2 |
skypilot-org/skypilot | data-science | 4,179 | [Core] No oci installation abort the `sky launch` | <!-- Describe the bug report / feature request here -->
If OCI is not enabled and local python environment does not have oci installation, it breaks the provision process. We should fix this before the 0.7.0 release.
Steps to produce:
1. Start a fresh container using `docker run -it --rm --name skypilot-debug be... | closed | 2024-10-25T20:50:36Z | 2024-12-19T09:31:38Z | https://github.com/skypilot-org/skypilot/issues/4179 | [
"P0"
] | cblmemo | 1 |
sammchardy/python-binance | api | 1,148 | websocket's interval is not changed. how to fix it ? | # depth cache manager using threads dcm = ThreadedDepthCacheManager() dcm.start() def handle_socket_message(msg): print(f"message type: {msg['e']}") print(msg) def handle_dcm_message(depth_cache): print(f"symbol {depth_cache.symbol}") print("top 5 bids") print(depth_cache.get_bids()[:5]) print("top 5 asks") print(depth... | open | 2022-02-22T06:34:43Z | 2022-03-05T17:33:16Z | https://github.com/sammchardy/python-binance/issues/1148 | [] | tjddnjs124 | 1 |
open-mmlab/mmdetection | pytorch | 11,880 | training speed slower 2X | I use 1 coputer,which have 2 GPU,and i trained 1 model by 1 GPU, when 1GPU is used , training speed is normal , but when i trained 2 model use 2 GPU(1 model training use 1GPU),speed is 2X slower.

| closed | 2024-07-26T05:15:43Z | 2024-07-26T05:16:41Z | https://github.com/open-mmlab/mmdetection/issues/11880 | [] | zhaohai1314 | 0 |
jstrieb/github-stats | asyncio | 25 | Still not so convenient | It still need to add this files to the repo, even to every repo so that the stats can be updated.
But it's possible to checkout another user's repo in GitHub Action...why not just checkout this repo and use the python source files inside? | closed | 2021-02-23T16:27:05Z | 2021-02-26T10:56:06Z | https://github.com/jstrieb/github-stats/issues/25 | [] | PassionPenguin | 8 |
huggingface/datasets | computer-vision | 7,467 | load_dataset with streaming hangs on parquet datasets | ### Describe the bug
When I try to load a dataset with parquet files (e.g. "bigcode/the-stack") the dataset loads, but python interpreter can't exit and hangs
### Steps to reproduce the bug
```python3
import datasets
print('Start')
dataset = datasets.load_dataset("bigcode/the-stack", data_dir="data/yaml", streaming... | open | 2025-03-18T23:33:54Z | 2025-03-18T23:33:54Z | https://github.com/huggingface/datasets/issues/7467 | [] | The0nix | 0 |
kymatio/kymatio | numpy | 785 | Reviewing `core` JTFS | I recommend focusing on the "standard" variant:
- `average=True; average_fr=True/False; aligned=True; out_3D=False; sampling_filters_fr='resample'; out_exclude=None`
All other code can be ignored (e.g. `if out_3D: ...`). This should cut code to under 25% of full size. The rest can be validated via `test_jtfs.py`... | closed | 2021-10-10T16:12:06Z | 2022-05-30T15:18:10Z | https://github.com/kymatio/kymatio/issues/785 | [] | OverLordGoldDragon | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,341 | Add dialect-specific support for Oracle's FETCH EXACT/APPROXIMATE |
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/12337
support for FETCH EXACT/APPROXIMATE feature described at https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/SELECT.html#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6__BABBADDD | open | 2025-02-12T20:49:45Z | 2025-02-13T13:49:25Z | https://github.com/sqlalchemy/sqlalchemy/issues/12341 | [
"oracle",
"use case"
] | CaselIT | 2 |
TracecatHQ/tracecat | automation | 95 | Clerk migration | # Motivation
1. Supabase auth isn't robust enough for our usage. Move to Clerk.
2. Supabase auth primitives are quite low-level and a lot of the authentication logic has to be managed directly by us
3. Handling sessions and middleware is cumbersome
# Implementation
- Leverage middleware to decouple auth logic fr... | closed | 2024-04-23T20:30:19Z | 2024-04-28T20:04:59Z | https://github.com/TracecatHQ/tracecat/issues/95 | [
"tracker"
] | daryllimyt | 0 |
neuml/txtai | nlp | 829 | Persist embeddings components to specified schema | Currently, all the embeddings components that support persistence with relational databases store content in the default schema for the session.
This change will allow setting what the default schema should be for the following components.
- [PGVector ANN](https://neuml.github.io/txtai/embeddings/configuration/a... | closed | 2024-12-04T19:53:31Z | 2024-12-04T20:19:44Z | https://github.com/neuml/txtai/issues/829 | [] | davidmezzetti | 0 |
akfamily/akshare | data-science | 5,025 | 【南华期货-南华指数所有品种一览表】响应报错 | 调用示例:`ak.futures_return_index_nh('NHCI')`;
报错原因:调用函数接口`futures_index_symbol_table_nh`中的南华期货数据网址`https://www.nanhua.net/ianalysis/plate-variety.json`
无法得到响应数据。 | closed | 2024-07-07T11:07:22Z | 2024-07-08T05:59:51Z | https://github.com/akfamily/akshare/issues/5025 | [] | hugsk | 1 |
plotly/plotly.py | plotly | 4,583 | zorder doesn't work on version 5.21.0 | The `zorder` attribute was added recently. However, the following code does not work as expected (exact code as [here](https://github.com/plotly/plotly.py/issues/2345#issuecomment-2064818826)):
```python
import plotly
import plotly.graph_objects as go
fig = go.Figure(
go.Bar(
x=[0, 1, 2],
y... | closed | 2024-04-21T00:59:42Z | 2024-04-22T16:39:28Z | https://github.com/plotly/plotly.py/issues/4583 | [] | khisr0w | 5 |
SYSTRAN/faster-whisper | deep-learning | 951 | Cannot start faster-whisper | I attempted to use faster-whisper in PyCharm, created a new project with dedicated venv and followed the installation instructions given in this repo. However, when I tried to run the example script I got the following error message:
`Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: can... | open | 2024-08-06T12:47:45Z | 2024-09-08T16:51:28Z | https://github.com/SYSTRAN/faster-whisper/issues/951 | [] | Denis-Kazakov | 8 |
google-research/bert | tensorflow | 1,302 | Degraded bookcorpus link at README.md | Refer to README.md, search for BookCorpus & click on the link. It will redirect you to [here](https://yknzhu.wixsite.com/mbweb) & you will notice BookCorpus is no longer available from the original authors.
<img width="674" alt="image" src="https://user-images.githubusercontent.com/56106630/158722360-596527d4-f0b6-415... | open | 2022-03-17T02:15:08Z | 2022-03-26T16:14:30Z | https://github.com/google-research/bert/issues/1302 | [] | teohsinyee | 1 |
man-group/arctic | pandas | 195 | Top level tickstore write with list of dicts fails on timezones | Each dict contains a key 'index' that is a datetime. Whether the datetime is timezone aware or naive the write will fail, either in the top level slicing or in the low level write. Current top level write tests just the pandas dataframe data. I propose to convert the top level date ranges to UTC if naive and add an int... | closed | 2016-08-11T09:50:48Z | 2016-08-15T14:14:14Z | https://github.com/man-group/arctic/issues/195 | [] | reasto | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.