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,571 | Retrieval + generation eval: parse, chunk and embed dataset | Given an ingestion workflow/configuration, we should parse, chunk and embed the reference dataset and store the results into a database for successive retrieval.
Open questions:
* create a temporary (supabase) instance and use it for evaluation purposes, so when the evaluation is finished, the instance can be deleted... | closed | 2025-01-28T18:10:58Z | 2025-02-19T08:52:04Z | https://github.com/QuivrHQ/quivr/issues/3571 | [] | jacopo-chevallard | 1 |
jupyter-incubator/sparkmagic | jupyter | 735 | Run spark magic in EMR on EKS | Hello everyone,
I am using EMR on EKS service in AWS cloud and the only tool for write code is aws cli or EMR Studio. The Spark magic could to be the tool for this, connecting with virtual cluster. Are there some way for this happened?
Several companies are using EMR on EKS because low cost. Make sense?
Thank ... | closed | 2021-09-14T17:27:28Z | 2021-09-15T15:27:34Z | https://github.com/jupyter-incubator/sparkmagic/issues/735 | [] | luissantanacontato | 1 |
jazzband/django-oauth-toolkit | django | 766 | Revoke token endpoint returns nothing with 200 response. | Revoking token is giving `200` response with blank/empty body.
My payload is
```
client_id: "<client id>"
client_secret: "<client secret>"
token: "hWYM8L7GIyTLDen1ZVRvUx43cBhkJD"
token_type_hint: "refresh_token"
```
### Expected Behaviour
It should return the new access token.
### Using version
```
1.... | closed | 2019-11-27T06:20:37Z | 2019-11-28T06:06:46Z | https://github.com/jazzband/django-oauth-toolkit/issues/766 | [] | anuj9196 | 2 |
ageitgey/face_recognition | machine-learning | 1,265 | trying to install face-recognition but it fails whenever i try to import in my file | * face_recognition version:1.3.0
* Python version:3.9
* Operating System:windows 10
### Description
i tried to install but all i can see are red letters after that
### What I Did
>pip install face-recognition
Collecting face-recognition
Using cached face_recognition-1.3.0-py2.py3-none-any.whl (15 kB)
R... | closed | 2021-01-06T12:27:26Z | 2023-08-26T13:20:51Z | https://github.com/ageitgey/face_recognition/issues/1265 | [] | Hritik-Jaiswal | 15 |
errbotio/errbot | automation | 1,204 | Travis CI: Master Branch Broken due to codestyle | In order to let us help you better, please fill out the following fields as best you can:
### I am...
Reporting a bug
### Issue description
the most problematic/prolific is E252 'missing whitespace around parameter equals' , which is a new rule enforcing a pep8 style guidance for parameters with type annota... | closed | 2018-05-05T19:30:31Z | 2018-05-10T22:14:50Z | https://github.com/errbotio/errbot/issues/1204 | [] | nvzard | 2 |
streamlit/streamlit | machine-learning | 10,819 | Add a json editor widget | ### 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
Implement editing functionality for JSON data. The `st.json` command currently only supports viewing JSON dat... | open | 2025-03-18T10:54:28Z | 2025-03-18T10:54:59Z | https://github.com/streamlit/streamlit/issues/10819 | [
"type:enhancement",
"feature:st.json",
"type:possible-component"
] | lukasmasuch | 1 |
aminalaee/sqladmin | asyncio | 826 | Add Inline models like Django, Flask-Admin | 
| closed | 2024-10-07T07:26:15Z | 2024-10-14T15:33:15Z | https://github.com/aminalaee/sqladmin/issues/826 | [] | logicli0n | 1 |
PaddlePaddle/ERNIE | nlp | 646 | paddle 1.8 ernie生成文本分类模型后,使用paddle inference tensorRT库报错 | docker环境
docker pull hub.baidubce.com/paddlepaddle/paddle:1.8.0-gpu-cuda10.0-cudnn7-trt6
python2.7 / ernie v2.4.0
操作步骤:
运行 finetune_classifier_dygraph.py,得到model后,使用paddle_inference_demo中的例子做推理加速。
错误信息:
----------------------
Error Message Summary:
----------------------
Error: Operator skip_layernorm has no... | closed | 2021-04-22T05:53:10Z | 2021-08-10T15:15:48Z | https://github.com/PaddlePaddle/ERNIE/issues/646 | [
"wontfix"
] | lonelydancer | 9 |
seleniumbase/SeleniumBase | pytest | 2,213 | There's a new UC Mode video showing how it works | There's a new UC Mode video showing how it works, and how it fixes bugs with undetected-chromedriver:
<b>https://www.youtube.com/watch?v=5dMFI3e85ig</b>
<a href="https://www.youtube.com/watch?v=5dMFI3e85ig"><img src="https://github.com/seleniumbase/SeleniumBase/assets/6788579/4c9a112a-25c6-458f-83c6-c4b910b8b636" t... | open | 2023-10-27T17:10:44Z | 2024-08-28T13:52:08Z | https://github.com/seleniumbase/SeleniumBase/issues/2213 | [
"documentation",
"Tutorials & Learning",
"UC Mode / CDP Mode"
] | mdmintz | 28 |
hpcaitech/ColossalAI | deep-learning | 6,066 | [DOC]: 环境安装失败 | ### 📚 The doc issue
Win11安装 Ubuntu24.04子系统 WSL2
按照网站指导https://colossalai.org/zh-Hans/docs/get_started/installation
具体按照步骤如下:
export CUDA_INSTALL_DIR=/usr/local/cuda-12.1
export CUDA_HOME=/usr/local/cuda-12.1
export LD_LIBRARY_PATH=$CUDA_HOME"/lib64:$LD_LIBRARY_PATH"
export PATH=$CUDA_HOME"/bin:$PATH"
conda ... | open | 2024-09-21T18:23:35Z | 2024-09-23T10:22:39Z | https://github.com/hpcaitech/ColossalAI/issues/6066 | [
"documentation"
] | eccct | 16 |
chaoss/augur | data-visualization | 2,527 | ssl certificate is out of date for https | 
 | closed | 2023-09-19T23:28:55Z | 2023-09-21T12:36:10Z | https://github.com/chaoss/augur/issues/2527 | [] | JamesKunstle | 1 |
great-expectations/great_expectations | data-science | 10,162 | Documentation "Use Great Expectations with Amazon Web Services using Athena" example has wrong Python syntax | **Describe the bug**
This Python code example has wrong syntax:
```python
athena_source: SQLDatasource = context.sources.add_or_update_sql(
"my_awsathena_datasource", connection_string=connection_string
)
athena_table = athena_source.add_table_asset("taxitable", table_name="taxitable")
batch_request ... | closed | 2024-08-01T12:52:24Z | 2024-08-23T00:54:41Z | https://github.com/great-expectations/great_expectations/issues/10162 | [] | avazhnov-twilio | 1 |
RobertCraigie/prisma-client-py | pydantic | 91 | Use strongly typed IDs | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently the following code (given that user and post have the same type for their ID field) will type check but is an obvious logical error:
```py
post = await client.post.find_first()
assert po... | open | 2021-11-05T13:07:26Z | 2023-07-22T19:33:16Z | https://github.com/RobertCraigie/prisma-client-py/issues/91 | [
"topic: types",
"kind/feature",
"level/advanced",
"priority/low"
] | RobertCraigie | 1 |
tpvasconcelos/ridgeplot | plotly | 170 | [Question] Is it possible to use the library to plot timeseries (non-KDE) data? | I'm trying to understand whether I can reproduce a plot that I made in matplotlib also in plotly. The plot is a ridgeline-like plot but instead of plotting KDEs I'm just representing the evolution of snow depth at a certain station over the winter (for different seasons).

```
when i add this middleware i got an ISE like fastapi.exceptions.HTTPException
This exception is coming from current user Dependency.
when comment the panels parameter, its wo... | closed | 2024-02-07T05:41:37Z | 2024-02-13T12:02:00Z | https://github.com/mongkok/fastapi-debug-toolbar/issues/42 | [] | anshidnm | 11 |
aidlearning/AidLearning-FrameWork | jupyter | 13 | How can I Import my code and data | I can't find the '/sdcard' folder in the phone folder. It seems like that could only copy my code and paste in a new file. While the data I need couldn't do like this.
| closed | 2019-05-19T04:21:00Z | 2020-08-03T07:38:39Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/13 | [] | starhou | 8 |
huggingface/transformers | deep-learning | 36,107 | Keyword arguments {'add_special_tokens': False} not recognized. | I am a newbie, and I apologize for the stupid questions below.
When I run trainer.py for step, inputs in enumerate(epoch_iterator):, my terminal will output many, many lines, up to more than 1,000 lines of "Keyword arguments {'add_special_tokens': False} not recognized." I am using transformers=4.38.0, pytorch=2.1.2+cu... | closed | 2025-02-10T05:29:02Z | 2025-02-13T13:23:30Z | https://github.com/huggingface/transformers/issues/36107 | [] | AAnminy | 2 |
lux-org/lux | pandas | 503 | [BUG] Everything goes well but no 'Toggle Pandas/Lux' bottom | **Describe the bug**
I'm using Jupyter notebook, after I installed and it showed me '-Validating: OK', I import lux as tutorial, but I can't see the 'Toggle Pandas/Lux' bottom.

 to include a `learn_file` test for the missing file types. We will want to add the additional tests after `Have the Agent Learn from a File`. Note: This excludes image... | closed | 2024-10-18T06:09:06Z | 2024-10-21T00:11:11Z | https://github.com/Josh-XT/AGiXT/issues/1263 | [
"help wanted"
] | Josh-XT | 1 |
davidsandberg/facenet | computer-vision | 447 | Question about cross validation | I try to validate on my own data-sets. But when I look at the code I'm confused.
In the facenet.calculate_roc, I see
`k_fold = KFold(n_splits=nrof_folds, shuffle=False)`
But KFold is used to split the dataset when using cross validation.I'm confused that I just want to validate my pre-trained model so I shouldn't s... | closed | 2017-09-06T13:45:34Z | 2020-09-18T16:12:07Z | https://github.com/davidsandberg/facenet/issues/447 | [] | JiaxiangChen | 2 |
scikit-learn/scikit-learn | machine-learning | 30,240 | Clarification on Kruskal Stress as an Optimization Target in Metric and Non-metric MDS | ### Describe the issue linked to the documentation
I am working on research involving the optimization targets used in metric and non-metric MDS, and I have some questions regarding how scikit-learn's implementation of MDS defines and calculates stress, particularly Kruskal Stress. While reviewing the official documen... | closed | 2024-11-08T08:40:41Z | 2024-11-20T01:56:35Z | https://github.com/scikit-learn/scikit-learn/issues/30240 | [
"Documentation",
"Needs Triage"
] | dd1735 | 7 |
graphql-python/graphene-django | graphql | 814 | Django will drop `django.utils.six` in 3.0 | `django.utils.six` has been removed in Django 3.0rc1. Django users running version 3.0 won't be able to run `graphene-django`. (`settings.py` line 18: `from django.utils import six`)
Either we depend directly on `six` or we drop Python 2 compatibility and all the Django versions that still support it. | closed | 2019-11-28T16:14:55Z | 2019-11-28T19:29:23Z | https://github.com/graphql-python/graphene-django/issues/814 | [] | Rocamonde | 2 |
elliotgao2/toapi | api | 10 | API service cache. | Suppose we have some permanent storaged HTML.
Now we should improve the performance of api service.
- Use redis or what else better?
- Cache the JSON that parsed from HTML. | closed | 2017-12-05T03:19:34Z | 2017-12-07T08:12:00Z | https://github.com/elliotgao2/toapi/issues/10 | [
"enhancement"
] | elliotgao2 | 0 |
great-expectations/great_expectations | data-science | 10,073 | Missing result for "expect_column_values_to_be_of_type" in Great expectation result | **Describe the bug**
with this "rule_name": "expect_column_values_to_be_of_type", I could not get the element_count,partial_unexpected_list, partial_unexpected_counts in results
**To Reproduce**
the code is running in DBX
**Expected behavior**
get the element_count,partial_unexpected_list, partial_unexpected_co... | closed | 2024-07-01T14:32:31Z | 2024-08-23T00:52:04Z | https://github.com/great-expectations/great_expectations/issues/10073 | [] | aysegulcayir | 1 |
scrapy/scrapy | python | 5,842 | Values sent from api do not work in custom_settings | ### Description
I send some `custom_settings` values through api. While these values are successfully received in kwargs, they are not applied in crawler settings.
I wrote two different codes for the same thing, but I didn't succeed, and maybe scrapy has a bug in this part or I made a mistake.
### First code:
<... | closed | 2023-03-03T07:08:56Z | 2023-03-03T16:48:09Z | https://github.com/scrapy/scrapy/issues/5842 | [] | SardarDelha | 3 |
d2l-ai/d2l-en | computer-vision | 1,719 | text of sec 13.1.2 needs updating for pytorch | Sec 13.1.2 (Using an Image Augmentation Training Model) refers to `transform_first` which is just in MXnet, not pytorch. (There are also several references to Gluon that should be removed). | closed | 2021-04-12T04:21:56Z | 2021-04-19T01:27:21Z | https://github.com/d2l-ai/d2l-en/issues/1719 | [] | murphyk | 1 |
plotly/dash-cytoscape | dash | 71 | [Feature request]: New edge type: Circuit | Hi,
It would be great if you add edge type like in the below image.

Thanks,
Rishi | open | 2019-09-17T06:53:35Z | 2021-05-19T10:39:48Z | https://github.com/plotly/dash-cytoscape/issues/71 | [
"suggestion"
] | Rishi0405 | 1 |
lukas-blecher/LaTeX-OCR | pytorch | 373 | Clarifications on loss definition | Hi! thanks for your amazing work! I'm currently working on expanding it to handwritten and multiline LaTeX. However, I'm facing a bit of a struggle understanding the loss function you are using during training.
Could you help me get some more clarity on the loss you are using and how you are computing it? I see that... | open | 2024-03-14T21:50:20Z | 2024-03-14T21:50:20Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/373 | [] | JuanseHevia | 0 |
gee-community/geemap | jupyter | 1,585 | DLL load failed while importing _imaging |
### Description
I just installed geemap in a Conda environment using
```
conda install geemap -c conda-forge
```
Now when I import geemap in a Jupyter Notebook I get the error:
DLL load failed while importing _imaging: The specified module could not be found.
Full output:
 and got this error when loss function i... | closed | 2021-11-30T23:09:42Z | 2021-12-28T04:28:30Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/391 | [
"documentation",
"fixed in dev branch"
] | turovapolina | 3 |
waditu/tushare | pandas | 1,348 | 关于使用MATLAB的tushare_matlab_sdk中调用pro_bar.m获得前复权股票数据的问题 |
[pro_bar.zip](https://github.com/waditu/tushare/files/4535429/pro_bar.zip)
基于MATLAB软件通过tushare_matlab_sdk(官方提供下载)中pro_bar.m获取股票前复权数据时,如dd_ma1 = pro_bar('000001.SZ', api, '19990101', '', 'D', 'E', '', 'qfq');,得到的并不是前复权后的数据,而是除权的数据,该处文件中对于前复权部分代码需要修正,修正后的m文件附在后面,修改部分用***********分隔线着重表示。
tushare ID:317671
Email:arthd... | open | 2020-04-26T13:49:33Z | 2020-04-26T13:49:33Z | https://github.com/waditu/tushare/issues/1348 | [] | arthdaka | 0 |
ultralytics/yolov5 | machine-learning | 13,185 | mAP of nano and small models for different image sizes | ### 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
I have trained and tested yolov5 models with my custom dataset considering different imag... | closed | 2024-07-11T14:48:54Z | 2024-10-20T19:49:59Z | https://github.com/ultralytics/yolov5/issues/13185 | [
"question",
"Stale"
] | Avishek-Das-Gupta | 5 |
nerfstudio-project/nerfstudio | computer-vision | 3,308 | AttributeError: module 'gsplat_cuda' has no attribute 'fully_fused_projection_fwd' | I just installed latest from pip and I am now getting this error with splatfacto
AttributeError: module 'gsplat_cuda' has no attribute 'fully_fused_projection_fwd' | open | 2024-07-16T03:55:01Z | 2024-10-15T05:26:32Z | https://github.com/nerfstudio-project/nerfstudio/issues/3308 | [] | Maggick- | 2 |
streamlit/streamlit | data-visualization | 10,365 | Inline code replaces / with _ sometimes | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
When using `st.markdown` with inline code tha... | open | 2025-02-10T11:25:25Z | 2025-03-23T15:42:27Z | https://github.com/streamlit/streamlit/issues/10365 | [
"type:bug",
"feature:markdown",
"status:confirmed",
"priority:P3"
] | arnaudmiribel | 6 |
clovaai/donut | nlp | 322 | Model inferencing from the saved files generated by train.py | I have prepared a custom annotated dataset to fine tune DONUT, specifically for Invoice Data Extraction. The train.py file works just fine, and provides good results on the validation dataset which is part of the training script. But I am not able to get the fine-tuned model back from the saved files.
The errors I h... | open | 2024-11-22T04:09:58Z | 2025-02-22T02:41:33Z | https://github.com/clovaai/donut/issues/322 | [] | rahulanilal | 1 |
pyg-team/pytorch_geometric | deep-learning | 9,788 | Add GATv3: Graph Attention Network with Context-Aware Attention | ### 🚀 The Feature, Motivation, and Pitch
# GATv3Conv Layer
Part of GATher ([arXiv:2409.16327](https://arxiv.org/abs/2409.16327)). Modifies GATv2's attention mechanism:
1. **Context-Aware Attention**
- Element-wise multiplication of transformed node features (\(x_i \ast x_j\))
- Context attention laye... | open | 2024-11-15T10:09:16Z | 2024-12-29T06:11:54Z | https://github.com/pyg-team/pytorch_geometric/issues/9788 | [
"feature"
] | davidnarganes | 2 |
Lightning-AI/pytorch-lightning | pytorch | 19,953 | Make TensorBoardLogger default version creation ascii sortable | ### Description & Motivation
Make it so it by default when opening Tensorboard in the default log directory runs are stored in ascending or descending order.
### Pitch
The current TensorBoardLogger default version stamping does not provide a graceful view when sorting experiment runs from TensorBoard.
I th... | open | 2024-06-06T18:27:21Z | 2024-06-06T20:11:20Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19953 | [
"feature",
"needs triage"
] | jdenhof | 0 |
holoviz/panel | matplotlib | 7,605 | Several API reference docs are empty / missing content |
Examples:
https://panel.holoviz.org/api/panel.param.html
https://panel.holoviz.org/api/panel.pipeline.html
This page has headers, but no content, and a bunch of links to widgets in the right-hand sidebar, that do not error, but also don't lead to anywhere on the page.
Similar issue on this page:
https://panel.hol... | closed | 2025-01-08T06:55:49Z | 2025-01-23T17:02:06Z | https://github.com/holoviz/panel/issues/7605 | [
"type: docs"
] | Coderambling | 2 |
Miserlou/Zappa | django | 1,902 | flask redirects to api gateway url instead of example.com | ## Context
I am using the redirect function in my flask app, but whenever the function triggers it redirects the autogenerated API Gateway domain instead of my own domain, which in turn gives me a message forbidden because it is and was internal url. It works when I run in localhost but as soon as it's AWS it doesn't ... | open | 2019-07-17T12:57:28Z | 2019-07-17T15:33:50Z | https://github.com/Miserlou/Zappa/issues/1902 | [] | johanub | 1 |
sunscrapers/djoser | rest-api | 146 | Add sanitization option to username in login and registration serializers | It's a common pattern to store usernames and/or email addresses in a database for example in lower cases. Once username is stored in lower cases then incoming username in POST data should be lowered as well in order to compare them properly.
The only questions here is about good practices. Should it be possible to san... | open | 2016-05-25T08:05:21Z | 2019-01-22T13:46:06Z | https://github.com/sunscrapers/djoser/issues/146 | [] | haxoza | 2 |
raphaelvallat/pingouin | pandas | 238 | Present in our Open Source Neuro Seminar Series? | We at [Open Neuroscience](https://open-neuroscience.com/) are reaching out because we would love to have your project featured on [our seminar series on World Wide Science](https://www.world-wide.org/Open-Source/Open-Source-Neuro/). The goal is to highlight projects that are listed in our website and allow developers t... | closed | 2022-02-16T02:31:25Z | 2022-02-16T19:40:32Z | https://github.com/raphaelvallat/pingouin/issues/238 | [] | ChucklesOnGitHub | 1 |
mljar/mljar-supervised | scikit-learn | 791 | Replicate result of cv splits with the solution of a fit | Best regards.
I read and tested the previous issues:
[Fit best model on new data in Optuna mode](https://github.com/mljar/mljar-supervised/issues/429#top)
[Saving mljar automl model for future use](https://github.com/mljar/mljar-supervised/issues/25#top)
I want to replicate manually the results found with the normal ... | open | 2025-02-13T15:26:00Z | 2025-02-17T10:47:27Z | https://github.com/mljar/mljar-supervised/issues/791 | [] | bsaldivaremc2 | 5 |
jackmpcollins/magentic | pydantic | 68 | Support for reproducible outputs | Hello,
Terrific library, thank you for this!
I was hoping to be able to pass extra OpenAI parameters as I wanted to experiment with new [reproducible output feature](https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed). But it seems we can't really interact with the underlying OpenAI insta... | closed | 2023-11-27T16:25:34Z | 2023-11-29T13:16:12Z | https://github.com/jackmpcollins/magentic/issues/68 | [] | Lawouach | 2 |
pyeve/eve | flask | 1,351 | Allow configuration of MONGO_QUERY_WHITELIST | Currently the set of allowed operators is fixed in code, which makes sense to avoid unwanted surprises in new versions of MongoDB, but makes the process of including new operators rather rigid.
For example, I now wanted to experiment with the `$expr` operator, but I don't have any aggregation operator available. Th... | closed | 2020-01-30T17:26:58Z | 2020-02-01T08:41:14Z | https://github.com/pyeve/eve/issues/1351 | [] | arnauorriols | 1 |
chatopera/Synonyms | nlp | 32 | 两个句子的相似度比较结果和readme中的数字不符? | # description
用demo中的几个句子测试了一下,发现和readme中给出的结果不一致。
## current
旗帜引领方向 vs 道路决定命运: 0.218
旗帜引领方向 vs 旗帜指引道路: 0.353
发生历史性变革 vs 发生历史性变革: 1.0
## expected
旗帜引领方向 vs 道路决定命运: 0.429
旗帜引领方向 vs 旗帜指引道路: 0.93
发生历史性变革 vs 发生历史性变革: 1.0
# solution
# environment
python 2.7
* version:
013fa8dba82bf3501600989882948d7a3f57... | closed | 2018-01-24T03:24:15Z | 2018-03-02T06:35:22Z | https://github.com/chatopera/Synonyms/issues/32 | [] | oasis-0927 | 3 |
modelscope/modelscope | nlp | 990 | Browsers without cookie logs report 403 no access the first time they enter the organization link https://www.modelscope.cn/organization/xxx | #946

Thanks for your error report and we appreciate it a lot.
**Checklist**
* I have searched the tutorial on modelscope [doc-site](https://modelscope.cn/docs)
* I have searched related issues but cannot get the e... | closed | 2024-09-13T09:15:46Z | 2024-10-23T05:21:26Z | https://github.com/modelscope/modelscope/issues/990 | [] | monetjoe | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,210 | message formatter is not reset when logging_token execution option is changed | ### Describe the bug
The logging token is not in the second statement.
### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected
_No response_
### SQLAlchemy Version in Use
2.0.23
### DBAPI (i.e. the database driver)
psycopg2
### Database Vendor and Major Version
Postgres... | closed | 2024-03-28T11:34:07Z | 2024-03-28T16:39:16Z | https://github.com/sqlalchemy/sqlalchemy/issues/11210 | [
"bug",
"engine",
"near-term release"
] | nettnikl | 5 |
replicate/cog | tensorflow | 1,224 | how to resolve the problem on ubuntu with root user? | ```
root@node-220:~# ./cog_linux_x86_64 --help
-bash: ./cog_linux_x86_64: Permission denied
root@node-220:~# ./cog_linux_x86_64
-bash: ./cog_linux_x86_64: Permission denied
``` | closed | 2023-07-24T04:39:29Z | 2023-07-31T10:47:03Z | https://github.com/replicate/cog/issues/1224 | [] | wade-liwei | 1 |
dynaconf/dynaconf | flask | 914 | [RFC] Docs: re-structure Merging Page hierarchy | **Is your feature request related to a problem? Please describe.**
I think the Merging page has some points that could be enhanced for a better reading experience.
Similar to #911
**Describe the solution you'd like**
I'd suggest the following thematic grouping:
> - **Overview** (definitions, usage methods, load... | open | 2023-04-06T19:53:30Z | 2023-08-21T19:47:49Z | https://github.com/dynaconf/dynaconf/issues/914 | [
"Not a Bug",
"RFC",
"Docs"
] | pedro-psb | 0 |
scikit-learn/scikit-learn | machine-learning | 30,760 | ⚠️ CI failed on Wheel builder (last failure: Feb 03, 2025) ⚠️ | **CI failed on [Wheel builder](https://github.com/scikit-learn/scikit-learn/actions/runs/13105967942)** (Feb 03, 2025)
| closed | 2025-02-03T09:44:52Z | 2025-02-03T16:56:10Z | https://github.com/scikit-learn/scikit-learn/issues/30760 | [] | scikit-learn-bot | 3 |
cvat-ai/cvat | computer-vision | 9,001 | Unable to install TransT with nuclio on cvat (failed to solve: failed to load cache key:) | ### 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
(CVAT and nuclio alredy installed, and pth-facebookresearch-detectron2-retinanet-r101 is already running fine)
- Go to cvat... | closed | 2025-01-28T05:46:33Z | 2025-01-31T13:46:56Z | https://github.com/cvat-ai/cvat/issues/9001 | [
"bug"
] | floatconstpi | 2 |
deezer/spleeter | tensorflow | 284 | [Feature] Progress monitoring | Hi! We're using Spleeter server side from NodeJS and we would like to report the progress while spleeter is working. Is there an option to display #####... characters as spleeter is progressing in the stem separation?
Thanks in advance ! | closed | 2020-03-03T07:55:16Z | 2020-04-05T12:33:31Z | https://github.com/deezer/spleeter/issues/284 | [
"enhancement",
"feature"
] | micbuffa | 3 |
mwaskom/seaborn | matplotlib | 2,881 | Paths is surprisingly slow | ```python
n = 5000
segments = []
for i in range(n):
segments.append(
np.column_stack([
np.arange(10),
np.linspace(0, i, 10)
])
)
df = pd.concat([
pd.DataFrame(xys, columns=["x", "y"]).assign(i=i)
for i, xys in enumerate(segments)
], ignore_index=Tru... | open | 2022-06-27T23:40:01Z | 2022-07-12T00:23:23Z | https://github.com/mwaskom/seaborn/issues/2881 | [
"objects-mark",
"perf"
] | mwaskom | 0 |
dropbox/PyHive | sqlalchemy | 191 | pyhive.exc.OperationalError : Fails to open a connection to Hive Database using the DB-API | [https://stackoverflow.com/questions/48788337/error-cant-use-pyhive-to-connect-to-hive-database](https://stackoverflow.com/questions/48788337/error-cant-use-pyhive-to-connect-to-hive-database)
Here is the stackoverflow question in detail
What could the reason behind this be ? does the hive database somehow remembe... | open | 2018-02-14T13:32:35Z | 2018-02-14T13:32:53Z | https://github.com/dropbox/PyHive/issues/191 | [] | lumosleo | 0 |
simple-login/app | flask | 1,955 | You are going to be blocked! please take measures! | Hi!
On this thread https://github.com/7c/fakefilter/issues/73 some random user asks to block ProtonMail and SimpleLogin email domains.
This is really popular filter, so please, take measures!
@acasajus @nguyenkims | open | 2023-12-03T20:48:22Z | 2023-12-04T13:20:25Z | https://github.com/simple-login/app/issues/1955 | [] | ghost | 1 |
LibrePhotos/librephotos | django | 759 | Update people thumbnails | **Describe the enhancement you'd like**
At the moment, when adding faces to a person, the displayed thumbnail is always the same and does not change despite changing that person's album cover.
**Describe why this will benefit the LibrePhotos**
In the android client uhuru photos, people are shown with the thumb... | closed | 2023-02-23T16:19:04Z | 2023-07-21T14:15:55Z | https://github.com/LibrePhotos/librephotos/issues/759 | [
"documentation",
"enhancement",
"frontend"
] | nagarrido | 1 |
lukas-blecher/LaTeX-OCR | pytorch | 270 | PDF to Latex conversion | Hi,
This is a fantastic work. I have several questions:
1. I am trying to process two equations in the same image:

But the model is only able to (perfectly) process the first one, not both:
![... | closed | 2023-04-25T15:28:13Z | 2023-08-28T12:16:32Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/270 | [] | Cram3r95 | 11 |
ultralytics/ultralytics | deep-learning | 19,131 | accelerate saving video with h264_nvenc ffmpeg | ### Search before asking
- [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Hi,
To efficiently save YOLOv8 inference results using GPU-accelerated encoding with FFmpeg (h264_nvenc) while avoiding unnecessary CPU-G... | open | 2025-02-07T13:37:51Z | 2025-02-07T19:44:32Z | https://github.com/ultralytics/ultralytics/issues/19131 | [
"enhancement"
] | ansaricard | 2 |
deepfakes/faceswap | deep-learning | 471 | Recent merge, dlib-cnn doesn't find faces | Working previously, but dlib-cnn no no longer finds faces, at least not in the videos I have tried. Mtcnn still works. Anyone else have this issue with the new merge? | closed | 2018-08-10T01:34:51Z | 2018-09-06T10:30:36Z | https://github.com/deepfakes/faceswap/issues/471 | [] | kellurian | 16 |
schemathesis/schemathesis | pytest | 2,081 | [BUG] Does not work with anyio 4 | ### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [x] I am using the latest version of Schemathesis
... | closed | 2024-03-01T19:16:28Z | 2024-04-29T13:47:27Z | https://github.com/schemathesis/schemathesis/issues/2081 | [
"Priority: High",
"Python: ASGI",
"Type: Dependency"
] | chbndrhnns | 7 |
matplotlib/mplfinance | matplotlib | 643 | Adding ConciseDateFormatter displays dates from 1970 | I am trying to add ConciseDateFormatter to mplfinance chart. Below is the working code but the dates are displaying incorrectly. Its showing dates from 1970.
I tried the same thing in matplotlib and the dates display correctly. (See commented code).
I not sure how to get this working?
Python 3.10.... | closed | 2023-08-21T16:19:10Z | 2024-02-06T13:24:30Z | https://github.com/matplotlib/mplfinance/issues/643 | [
"question"
] | BennyThadikaran | 10 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,170 | Missing or murmuring words after synthesizing | Hi there,
I tried it more than a year ago and I remember it was working fine with "demo_cli". At the time, I was using Mac Bigfur.
Now, i tried again, with Mac Monterey. There are missing words or some words just murmuring and not clear at all. Tried wav, mp3 and m4a and it's reproducible.
Does anyone know wh... | open | 2023-03-05T21:35:08Z | 2023-03-05T21:35:08Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1170 | [] | alann07 | 0 |
allenai/allennlp | nlp | 5,128 | HuggingFace Tokenizers and multiprocess worker parallelism warnings | If i use a multiprocess worker, i get the following warning when loading my data:
```
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
- Avoid using `tokenizers` before... | closed | 2021-04-16T02:28:19Z | 2021-04-30T14:32:15Z | https://github.com/allenai/allennlp/issues/5128 | [
"bug"
] | nelson-liu | 2 |
kubeflow/katib | scikit-learn | 2,367 | Explicit caBundle value makes using terraform to manage katib challenging | ### What happened?
We use terraform to manage a lot of our clusters and so having the caBundle in the webhooks set to `Cg==` causes issues since it later gets replaced but that makes terraform unhappy since the cluster state no longer matches the spec.
The caBundle has been optional since Kubernetes v1.13 (see http... | closed | 2024-06-20T22:01:45Z | 2024-06-24T14:09:10Z | https://github.com/kubeflow/katib/issues/2367 | [
"kind/bug"
] | vihangm | 0 |
coqui-ai/TTS | deep-learning | 2,497 | [Bug] Voice synthesizing problem after comma in text | ### Describe the bug
I am trying to produce a sound using this sentence:
"Many of us fall victim to common time management mistakes such as procrastination, failing to prioritize effectively, and succumbing to distractions."
But after the "procrastination," word, it doesn't synthesize a sound.
If I change the com... | closed | 2023-04-10T21:58:40Z | 2023-04-21T10:06:00Z | https://github.com/coqui-ai/TTS/issues/2497 | [
"bug"
] | SerhanCeetin | 1 |
joke2k/django-environ | django | 119 | No longer defaulting to os.environ | In v0.4.1, I could do:
```
if os.path.isfile(env_file):
print('Reading Env file: {0}'.format(env_file))
environ.Env.read_env(env_file)
else:
print('Warning!! No .env file: {0}'.format(env_file))
```
and if no environment file existed, it would default to `os.environ`.
This was changed by 6932... | closed | 2017-04-14T02:52:01Z | 2021-09-04T21:18:16Z | https://github.com/joke2k/django-environ/issues/119 | [
"bug"
] | dkarchmer | 8 |
explosion/spaCy | machine-learning | 12,566 | CLI benchmark accuracy doesn't save rendered displacy htmls | The accuracy benchmark of my model does not save rendered displacy htmls as requested. Benchmark works that's why I'm confused. The model contains only **transformers** and **spancat** components. Does **spancat** is not yet supported? 😞
DocBin does not contain any empty docs
CLI output:
```powershell
$ pyth... | closed | 2023-04-23T21:40:47Z | 2023-05-29T00:02:17Z | https://github.com/explosion/spaCy/issues/12566 | [
"bug",
"feat / cli",
"feat / spancat"
] | jamnicki | 3 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 81 | 9月21日,api-h2.tiktokv.com 接口失效 | 本地代理测试,tiktok API 报错,具体错误内容如下:
`{"function":"download_video()","reason":"'nwm_video_url'","status":"failed","value":"https://www.tiktok.com/@sneakersboys0/video/7132481411809889578"}`
因该是 API 接口已经无法使用。 | closed | 2022-09-21T09:52:01Z | 2022-10-08T02:03:11Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/81 | [
"help wanted",
"wontfix"
] | sycct | 1 |
ivy-llc/ivy | numpy | 28,697 | Fix Frontend Failing Test: jax - general_functions.tensorflow.rank | To-do List: https://github.com/unifyai/ivy/issues/27496 | closed | 2024-03-26T21:27:29Z | 2024-04-02T09:42:50Z | https://github.com/ivy-llc/ivy/issues/28697 | [
"Sub Task"
] | ZJay07 | 0 |
plotly/dash | jupyter | 2,657 | DatePickerSingle misleading Docs | **Describe the bug**
The latest documentation discourages using `datetime.datetime` objects for the `DatePickerSingle` for a convincing reason
```
If you are using date objects, we recommend using datetime.date so there is no time part. dcc.DatePickerSingle accepts dates with a time part, but this can be confusin... | open | 2023-10-09T14:38:16Z | 2024-08-13T19:40:37Z | https://github.com/plotly/dash/issues/2657 | [
"bug",
"P3"
] | PaulWestenthanner | 0 |
521xueweihan/HelloGitHub | python | 2,797 | 【开源自荐】Github Profile 组件收集站 | ## 推荐项目
- 项目地址:https://github.com/LHRUN/bubble
- 类别:JS
- 项目标题:Bubble: Github Profile 组件收集站
- 项目描述:Bubble 是一个 Github Profile 组件收集平台,汇集了 Github 上目前最酷炫的 Profile 和 README 组件。并可以认证登录后,点赞和收藏比较中意的组件。
- 亮点:网站界面简洁清晰, 便于快速浏览和查找组件. 目前收集的 Profile 组件可满足不同的风格和需求. 如果暂时没有灵感,也可以在 Profile Tab 中参考他人出色的配置和展示
- 截图:
![b... | open | 2024-09-06T13:39:28Z | 2024-09-06T13:39:28Z | https://github.com/521xueweihan/HelloGitHub/issues/2797 | [] | LHRUN | 0 |
litestar-org/litestar | asyncio | 3,388 | Enhancement(v3): Replace config objects with plugins | ### Summary
The application object accepts some config objects that we have internal special handling for, e.g., Logging, CSRF, Allowed Hosts, and CORS.
These things could be configured by plugin which would be more consistent with other things that are configured on the application, and would help reduce the numbe... | open | 2024-04-13T14:48:36Z | 2025-03-20T15:54:35Z | https://github.com/litestar-org/litestar/issues/3388 | [
"Enhancement"
] | peterschutt | 0 |
ludwig-ai/ludwig | computer-vision | 3,657 | this project support windows? | I try to install:
pip install ludwig,it error on windows10 x64,it seems that getdaft cannot support on windows. | closed | 2023-09-23T12:39:28Z | 2023-09-26T04:07:14Z | https://github.com/ludwig-ai/ludwig/issues/3657 | [
"bug"
] | futureflsl | 2 |
Lightning-AI/pytorch-lightning | deep-learning | 19,803 | Current FSDPPrecision does not support custom scaler for 16-mixed precision | ### Bug description

`self.precision` here inherits from parent class `Precision`, so it is always "32-true"
 and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I used YOLOv8 to train a model to ectract Facial Features, the mission is here: https://w... | closed | 2025-01-17T07:19:27Z | 2025-01-18T21:30:03Z | https://github.com/ultralytics/yolov5/issues/13492 | [
"question",
"detect"
] | BGMer7 | 5 |
lepture/authlib | django | 621 | Missing OIDC client documentation on custom claims | # Problem
The documentation with examples on the website is excellent, yet I cannot find any details how to retrieve custom claims.
I think this may just have been forgotten? Or one is supposed to know intuitively?
I followed the example for the Flask OIDC client and can get all the standard claims.
```python
... | open | 2024-01-17T11:33:37Z | 2025-02-20T10:02:53Z | https://github.com/lepture/authlib/issues/621 | [
"documentation"
] | schicho | 1 |
fastapi-users/fastapi-users | asyncio | 220 | [feature request] route to generate tokens with equal or less access | The idea is that if a token can use some scopes (e.g. user:register, user:read, user:delete), he should be able to create a token for equal or smaller access.
Let's say, I have a token that expires in 1 day and has permissions `user:register, user:read`, I can generate a new token with just `user:read`, then I can mak... | closed | 2020-06-03T19:37:55Z | 2020-06-15T12:31:20Z | https://github.com/fastapi-users/fastapi-users/issues/220 | [
"duplicate"
] | nullhack | 2 |
x-tabdeveloping/topicwizard | dash | 32 | Doesn't seem to work for Gensim Topic Models | I have trained LDA model using Gensim, and now want to use topicwizard for visualization.
But even after following the Readme for using Gensim topic model case, it doesn't seem to work.
Note: I am doing in Nepali Language. The lda model is also trained in Nepali Language.
Code :
```
from gensim.corpora.diction... | open | 2024-02-29T11:06:34Z | 2024-04-16T09:05:43Z | https://github.com/x-tabdeveloping/topicwizard/issues/32 | [
"bug"
] | avisekksarma | 9 |
statsmodels/statsmodels | data-science | 9,281 | ENH: summary_col for models other than OLS, default info_dict | A quick example shows that summary_col with GLM models does not show any extra info like r2 in OLS.
AFAICS, no unit tests except using OLS
AFAICS browsing the code, there is an option for model attributes to define something like model specific info_dict, but it looks like it's currently not used
```
# ad... | open | 2024-06-15T13:04:55Z | 2024-06-15T20:50:23Z | https://github.com/statsmodels/statsmodels/issues/9281 | [
"type-enh",
"comp-genmod",
"comp-io"
] | josef-pkt | 2 |
vitalik/django-ninja | rest-api | 866 | Dates in query parameters without leading zeroes lead to 422 error | Query parameters defined as date now expect to be in the format YYYY-MM-DD with leading zeroes.
Before upgrade to beta v1 it was possible to send date parameters without leading zeroes, e.g. 2023-9-29.
After upgrade this will yield 422 Unprocessable Entity.
The request works with leading zeroes, e.g. 2023-09-29
I h... | closed | 2023-09-29T16:27:10Z | 2023-10-02T07:25:02Z | https://github.com/vitalik/django-ninja/issues/866 | [] | ognjenk | 3 |
SYSTRAN/faster-whisper | deep-learning | 250 | "File ended prematurely at pos. " | Hi, this might not be an issue at all but I'm getting this error when I try to transcribe a file:
I use:
```
segments, info = model.transcribe("18auyur.webm", beam_size=5)
```
I get:
```
File ended prematurely at pos. 28066464 (0x1ac42a0)
```
The transcription seems to be working normally though... I'... | closed | 2023-05-19T17:09:01Z | 2023-05-19T18:24:43Z | https://github.com/SYSTRAN/faster-whisper/issues/250 | [] | billyg88 | 2 |
hbldh/bleak | asyncio | 713 | Exception message and behavior when device has gone and returned are inconsistent and not robust | * bleak version: 0.13.0
* BlueZ version (`bluetoothctl -v`) in case of Linux: bluetoothctl: 5.55
* Linux version: Raspberry Pi OS, based on Debian Bullseye
### Description
The application at hand connects to a BLE device, which may be turned off by its operator. In the case of an unexpected disconnect, the appl... | open | 2022-01-01T00:24:48Z | 2023-03-20T18:58:53Z | https://github.com/hbldh/bleak/issues/713 | [
"enhancement"
] | jeffsf | 8 |
CanopyTax/asyncpgsa | sqlalchemy | 110 | the right way to autoload/reflect | Please teach how to do `Table(autoload=True)` or `metadata.reflect()` with asyncpgsa properly.
Tried passing `reflect(bind=asyncpgsa_connection)` and it's AttributeError game: needs connect then dialect, I feel like it's going in wrong direction.
People [use psycopg2 to create sqlalchemy engine](https://github.co... | open | 2020-10-06T22:04:13Z | 2020-10-08T22:21:21Z | https://github.com/CanopyTax/asyncpgsa/issues/110 | [] | temoto | 7 |
paperless-ngx/paperless-ngx | machine-learning | 8,723 | [BUG] Custom field cannot be reassigned | ### Description
The custom field "**Garantie bis**" was assigned to a document and filled in.
I have now deleted this using the "bulk function".
The field is no longer assigned in the preview either. See here:

If I g... | closed | 2025-01-14T12:05:52Z | 2025-01-20T15:30:07Z | https://github.com/paperless-ngx/paperless-ngx/issues/8723 | [
"bug",
"backend"
] | OSch24 | 22 |
Lightning-AI/pytorch-lightning | data-science | 19,743 | Log `TensorBoard` histograms | ### Description & Motivation
I'd like to be able to log histograms using `TensorBoard`. Looking at how multiple/single scalars are currently logged by `lightning.fabric.loggers.TensorBoardLogger` [1], I think `SummaryWriter.add_histogram` [2] could be called (non-empty `torch.Tensor` instances) in a similar way
Unf... | open | 2024-04-07T01:35:46Z | 2024-12-16T08:38:39Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19743 | [
"feature",
"needs triage"
] | dominicgkerr | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,198 | 1 | closed | 2020-11-25T12:42:22Z | 2020-12-08T00:07:54Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1198 | [] | htyj123 | 0 | |
modoboa/modoboa | django | 2,201 | SASL Login not working | # Impacted versions
* OS Type: Ubuntu
* OS Version: 18.04.5 LTS
* Database Type: PostgreSQL
* Database version: 9.6
* Modoboa: 1.17.0
* installer used: Yes
* Webserver: Nginx
# Steps to reproduce
I don't know
# Current behavior
One of my users mentioned that they cannot send mails anymore. I confir... | closed | 2021-03-20T22:48:12Z | 2021-06-08T01:34:35Z | https://github.com/modoboa/modoboa/issues/2201 | [
"stale"
] | danielsatanik | 12 |
ipython/ipython | jupyter | 14,281 | Python 3.13 issues | I believe this break out doctests:
```
commit 4f9b706c6f5d4422a398146bfd011daedaef1851
Author: Victor Stinner <vstinner@python.org>
Date: Sat Sep 2 16:42:07 2023 +0200
gh-108794: doctest counts skipped tests (#108795)
* Add 'skipped' attribute to TestResults.
* Add 'skips' attribute to DocTestR... | open | 2023-12-31T15:22:55Z | 2024-01-19T15:33:38Z | https://github.com/ipython/ipython/issues/14281 | [] | Carreau | 0 |
davidsandberg/facenet | tensorflow | 395 | Negative dimensions in detect_face.py when running separate align processes in separate threads | ```
Exception in thread Thread-105:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/data/shot-annotate/annotation/main.py... | closed | 2017-07-24T17:58:33Z | 2018-04-04T14:18:51Z | https://github.com/davidsandberg/facenet/issues/395 | [] | avikj | 2 |
xmu-xiaoma666/External-Attention-pytorch | pytorch | 32 | BUG in CoAtNet | 您好,最近在尝试用博主实现的coatnet源码做一些研究,但在我将图片输入进博主复现的coatnet之后,发现最终输出图片的stride是16而非原文中提到的是32,我看了看源码,感觉可能是源码中最后两个下采样使用的是一维最大池化,就导致需要两次一维池化下采样才能达到stride翻倍的效果。我个人有个想法感觉可以改成特征图在经过最后两个自注意力结构时,在池化前先将图像用view和pemute还原成BCWH的形式,然后再用二维最大池化,之后再用view和permute降维以适配自注意力结构的输入格式(方法有点复杂)。还有一个问题就是,博主在进行下采样的时候为什么即使在卷积部分也不采用stride为2的卷积而是采用最大池化呢?是博主有找... | open | 2021-09-06T17:52:10Z | 2021-09-06T17:55:26Z | https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/32 | [] | HOOC-COOH | 0 |
jofpin/trape | flask | 162 | Android Termux | I just want you to make it run for android termux users as well cz there's a similar tracking tool called seeker which works on termux but only for location your tool has alot more features including the location one so pls port it for termux asap | open | 2019-05-18T10:18:39Z | 2023-07-28T19:00:03Z | https://github.com/jofpin/trape/issues/162 | [] | TheKam | 13 |
piccolo-orm/piccolo | fastapi | 506 | Instructions for integrating piccolo inside existing application? | We are currently using asyncpg in a blacksheep application. Since piccolo is based on top of asyncpg and provides migration support, we want to migrate to piccolo.
But the only instructions available, are for creating new project.
It would be great if some documentation could be provided on integrating into exist... | closed | 2022-05-12T04:32:48Z | 2022-05-13T08:09:08Z | https://github.com/piccolo-orm/piccolo/issues/506 | [] | mavwolverine | 4 |
miguelgrinberg/flasky | flask | 481 | Title block duplication in templates. Chapter 03 (Tag 3c) | Hi Miguel!
In the `templates/base.html` you have declared a title block with `Flasky` text inside it.
https://github.com/miguelgrinberg/flasky/blob/19997c8cf54323a01948b77c1187017591a7b6d8/templates/base.html#L3
In the `templates/index.html` and `templates/user.html` that title block is repeated with the same te... | closed | 2020-08-11T19:25:49Z | 2020-08-12T14:07:38Z | https://github.com/miguelgrinberg/flasky/issues/481 | [
"question"
] | dragi-ns | 1 |
explosion/spaCy | machine-learning | 12,404 | Wrong `pos_` for "BATATA" | ## How to reproduce the behaviour
Wrong `pos_` for batata, get `ADJ` should be `PROPN`
```
In [21]: english_nlp = spacy.load("en_core_web_md")
In [22]: text_nlp = english_nlp("I want BATATA! He pleaded.")
In [23]: batata_nlp = text_nlp[2]
In [24]: batata_nlp.pos_
Out[24]: 'ADJ'
In [25]: batata_nlp
Ou... | closed | 2023-03-13T10:51:30Z | 2023-03-14T10:55:19Z | https://github.com/explosion/spaCy/issues/12404 | [] | mbyalsky-r7 | 1 |
ray-project/ray | deep-learning | 51,164 | [telemetry] Ray Train import prior to `ray.init` isn't reported | See TODO in this test case: https://github.com/ray-project/ray/pull/51161/files#diff-cd78085ab3ce3c4f37b0dfc3239d069087594f30bbaf8aaad18e1b48a9a70136R31 | closed | 2025-03-07T17:37:40Z | 2025-03-17T17:56:29Z | https://github.com/ray-project/ray/issues/51164 | [
"P1",
"train"
] | edoakes | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.