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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pydata/pandas-datareader | pandas | 332 | Having weird issues with the data reader fetching yahoo finance | `import pandas_datareader as pdr
import pandas as pd
import matplotlib.pyplot as plt
import datetime as dt
start_date = dt.datetime(2016,1,1)
end_date = dt.datetime(2016,12,31)
df_bit = pdr.get_data_yahoo('GBTC', start_date, end_date)
df_gd = pdr.get_data_yahoo('IAU', start_date, end_date)
df_com = pdr.get_... | closed | 2017-05-17T20:19:19Z | 2017-07-02T15:09:57Z | https://github.com/pydata/pandas-datareader/issues/332 | [] | xrlu0929 | 3 |
matplotlib/mplfinance | matplotlib | 116 | Feature Request: show_nontrading: differentiating between market off days vs no transactions | Hi,
**Is your feature request related to a problem? Please describe.**
Non trading days have two possibilities:
1. the market is closed or,
2. there is no transaction for that day.
Skipping the days when the market if closed is fine but showing the gaps when there is no transaction could be useful to show t... | closed | 2020-05-01T07:17:47Z | 2020-05-05T14:36:12Z | https://github.com/matplotlib/mplfinance/issues/116 | [
"enhancement"
] | char101 | 14 |
pydata/xarray | pandas | 9,789 | Support DataTree in apply_ufunc | Sub-issue of https://github.com/pydata/xarray/issues/9106 | open | 2024-11-16T21:41:20Z | 2024-11-16T21:41:32Z | https://github.com/pydata/xarray/issues/9789 | [
"contrib-help-wanted",
"topic-DataTree"
] | shoyer | 0 |
dsdanielpark/Bard-API | api | 18 | SNlM0e value not found in response | I have tried to interpret core python code to C# with the help of Chatgpt as I'm just a newbie in this field , It generated the full code to be applicable for integration with Unity. but I have got the error "SNlM0e value not found in response".
I don't know what is the issue, it might be related to my location ?
and... | closed | 2023-05-18T08:56:28Z | 2023-05-18T13:48:08Z | https://github.com/dsdanielpark/Bard-API/issues/18 | [] | zicas2000 | 6 |
apachecn/ailearning | nlp | 426 | 第3章_决策树算法 - ApacheCN | https://ailearning.apachecn.org/#/docs/ml/3.决策树
kmeans聚类选择最优K值python实现:
https://blog.csdn.net/xyisv/article/details/82430107 | closed | 2018-08-24T07:05:47Z | 2021-09-07T17:42:20Z | https://github.com/apachecn/ailearning/issues/426 | [
"Gitalk",
"679ec82e812919d2912f4dc95337167c"
] | jiangzhonglian | 12 |
mouredev/Hello-Python | fastapi | 425 | 网赌被黑怎么办?提款失败注单审核怎么办系统维护账号被冻结怎么办? | 关于网上网赌娱乐平台赢钱了各种借口不给出款最新解决方法
网出黑咨询微:xiaolu460570飞机:lc15688如果您目前遇到这样的情况,请第一时间联系我们专业出黑团队,通过藏分等技术手段分批出款,这样问题就能得到很好的解决。网络时代很多人都喜欢在网络上玩娱乐博彩但是很多人都不懂网上有很多黑台了,黑台不给出款的借口说你的账号异常登录。平台网站,网站出款端口维护账号涉嫌套利,系统自动抽查审核,网址抽查审核,账号下注违规,银行系统维护款等借口维护不给你出甚至冻结你账号,网投不给出款怎么办如何拿回。
切记,只要你赢钱了,遇到任何不给你提现的借口,基本表明你已经被黑了。
第一:提款被拒绝,各种借口理由,就是不让出款,让打倍投流水等等... | closed | 2025-03-02T08:48:51Z | 2025-03-02T11:12:19Z | https://github.com/mouredev/Hello-Python/issues/425 | [] | 376838 | 0 |
open-mmlab/mmdetection | pytorch | 11,443 | MM Grounding dino | After executing the code according to the command line, why is the detection effect so poor, and is it not configured well?
command :python demo/image_demo.py test_images/two_human/ configs/mm_grounding_dino/grounding_dino_swin-t_pretrain_obj365.py --weights grounding_dino_swin-t_pretrain_obj365_goldg_grit9m_v3det_... | open | 2024-01-30T08:01:54Z | 2024-01-31T02:23:40Z | https://github.com/open-mmlab/mmdetection/issues/11443 | [] | 12cyan | 1 |
sebp/scikit-survival | scikit-learn | 11 | GradientBoostingSurvivalAnalysis needs to use min_impurity_decrease instead of min_impurity_split | Here's the error:
```
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-89-df62d5a185bd> in <module>()
----> 1 estimator = GradientBoostingSurvivalAnalysis(n_estimators=1000, random_state=0)
... | closed | 2017-10-15T00:24:40Z | 2017-11-18T23:34:05Z | https://github.com/sebp/scikit-survival/issues/11 | [] | dfd | 1 |
plotly/dash-core-components | dash | 181 | "RangeError: Source is too large" with repeated re-drawing of Scattergl subplots | I have a Dash app with a number of Scattergl plots, one of which can have tens of subplots each containing hundreds-thousands of points. After re-drawing the plot containing Scattergl subplots a few times, I get the following error from Plotly.js:
```
plotly-1.35.2.min.js:7 Uncaught RangeError: Source is too large
... | closed | 2018-04-06T18:32:45Z | 2018-10-31T10:37:28Z | https://github.com/plotly/dash-core-components/issues/181 | [] | slishak | 4 |
roboflow/supervision | pytorch | 679 | May I know where I can download tracking_result.mp4? | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
examples/tracking$ python script.py \
--source_weights_path yolov8s.pt \
--source_video_path input.mp4 \
--target_video_path tracking_result.mp4
Traceb... | closed | 2023-12-17T15:35:31Z | 2023-12-17T15:42:27Z | https://github.com/roboflow/supervision/issues/679 | [
"bug"
] | AK51 | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,254 | Proposal: Enhance Accessibility with a Gradio Demo Hosted on Huggingface Spaces | Hi,
This repo is awesome ! Congratulations 🙌 on this cool work.
You can also build a Gradio demo for this tool and host it on Huggingface Spaces, which would be very helpful for the open-source community and users.
Some of the benefits of sharing your models through the Hub would be:
- A wider reach of your ... | closed | 2023-09-25T13:17:02Z | 2024-11-04T10:33:39Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1254 | [] | yvrjsharma | 1 |
aleju/imgaug | deep-learning | 735 | Augment image as if somebody took a photo of the same image | We have a situation where we want to distinguish "real" photos from photos taken of other photos.
Wonder if there's a way to simulate taking a photo of a photo. Perhaps even taking photos from monitor screens.
Screen glare/spectral effects/monitor pixel effects/matte effect... etc. All of this could be useful as ... | open | 2020-12-02T23:58:44Z | 2021-11-04T09:47:56Z | https://github.com/aleju/imgaug/issues/735 | [] | CMCDragonkai | 1 |
graphql-python/graphene-sqlalchemy | graphql | 416 | Support for python 3.12 | From the `pkg_resources` docs: [setuptools.pypa.io/en/latest/pkg_resources.html](https://setuptools.pypa.io/en/latest/pkg_resources.html)
> Use of pkg_resources is deprecated in favor of [importlib.resources](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources), [importlib.metada... | closed | 2024-11-14T22:16:45Z | 2024-12-05T12:01:10Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/416 | [] | richin13 | 10 |
NullArray/AutoSploit | automation | 514 | Unhandled Exception (0a5a42dd0) | Autosploit version: `3.0`
OS information: `Linux-4.19.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/root/Autosploit/Autosploit/autosploit/main.py", line 113, in ma... | closed | 2019-02-27T11:20:33Z | 2019-03-03T03:31:52Z | https://github.com/NullArray/AutoSploit/issues/514 | [] | AutosploitReporter | 0 |
httpie/cli | rest-api | 1,170 | Possible SQL injection vector through string-based query construction. | ## Checklist
- [x] I've searched for similar issues.
- [x] I'm using the latest version of HTTPie.
---
Possible SQL injection vector through string-based query construction.
Location: superset/tests/integration_tests/csv_upload_tests.py:373
372 .get_sqla_engine()
373 .execute(f"... | closed | 2021-10-01T17:50:01Z | 2021-10-01T17:57:55Z | https://github.com/httpie/cli/issues/1170 | [
"invalid"
] | ByteHackr | 1 |
cle-b/httpdbg | rest-api | 174 | groupby is undefined | httpdbg v0.31.4
```
Uncaught (in promise) TypeError: groupby is undefined
refresh_resquests http://localhost:4909/static/render.js-+-0.31.4:27
enable_refresh http://localhost:4909/static/render.js-+-0.31.4:270
```
The bug happened when an HTTP request was made not using one of the support HTTP library.
Repr... | closed | 2025-01-25T08:12:00Z | 2025-01-26T13:30:31Z | https://github.com/cle-b/httpdbg/issues/174 | [] | cle-b | 1 |
saulpw/visidata | pandas | 1,507 | Date comparison gives wrong result from custom date | **Small description**
I have a sample CSV file (attached) with dates in `%d%m%Y` format (`31012022`).
I converted these to proper dates using `z@`.
Then I tried to find all the dates after July 2021, using the following:
`=date(2021, 7, 1) <= dates`
However, this gives me the _opposite_ boolean values to wha... | closed | 2022-09-06T07:07:32Z | 2022-09-18T07:25:11Z | https://github.com/saulpw/visidata/issues/1507 | [
"bug",
"fixed"
] | daviewales | 2 |
HumanSignal/labelImg | deep-learning | 352 | fixed | fixed
| closed | 2018-08-15T09:17:57Z | 2018-08-16T11:41:29Z | https://github.com/HumanSignal/labelImg/issues/352 | [] | caemor | 0 |
pandas-dev/pandas | data-science | 60,499 | BUG: Presence of `pd.NA` value in `pd.Series` prevents values from being rounded | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2024-12-05T18:29:58Z | 2024-12-05T21:22:53Z | https://github.com/pandas-dev/pandas/issues/60499 | [
"Bug",
"Missing-data",
"Constructors"
] | mijalapenos | 1 |
jschneier/django-storages | django | 1,127 | Support for Oracle Object Storage | Hi All,
Is there any support for Oracle Object Storage, We have client who is insisting to host on oracle. | closed | 2022-04-11T10:15:14Z | 2025-01-07T07:23:16Z | https://github.com/jschneier/django-storages/issues/1127 | [] | anhilash | 3 |
OthersideAI/self-operating-computer | automation | 123 | Demo test case for issue template | Found a bug? Please fill out the sections below. 👍
### Describe the bug
A clear and concise description of what the bug is.
### Steps to Reproduce
1. (for ex.) went to...
2. clicked on this point
3. not working
### Expected Behavior
A brief description of what you expected to happen.
### Actual ... | closed | 2024-01-04T05:31:14Z | 2024-01-04T05:32:15Z | https://github.com/OthersideAI/self-operating-computer/issues/123 | [
"bug"
] | Yash-1511 | 2 |
strawberry-graphql/strawberry | django | 3,506 | Subgraph: "'NoneType' object has no attribute '...'" | When i make use of subgraphs i can start the graphql server, also the docs generated successfully but when i execute a query i get the error "'NoneType' object has no attribute '...'"
```python
@strawberry.type
class TestType:
name: str
@strawberry.type
class TestQuery:
@strawberry.field()
async... | closed | 2024-05-21T10:25:35Z | 2025-03-20T15:56:44Z | https://github.com/strawberry-graphql/strawberry/issues/3506 | [
"bug"
] | dgram | 4 |
Guovin/iptv-api | api | 207 | docker运行映射目录的问题 | 看介绍是用copy demo到docker容器内的方法
用映射的方法不是更好吗?
docker run --name tv-requests --restart unless-stopped -d -p 8000:8000 \
-v /root/docker/guovin-tv/config.py:/app/config.py \
-v /root/docker/guovin-tv/demo.txt:/app/demo.txt \
-v /root/docker/guovin-tv/result.txt:/app/result.txt \
guovern/tv-requests
这样是不是会... | closed | 2024-07-12T06:12:08Z | 2024-07-19T08:42:06Z | https://github.com/Guovin/iptv-api/issues/207 | [
"enhancement"
] | vbskycn | 4 |
piskvorky/gensim | nlp | 3,079 | getting disk quota exceeded error while using this ldamallet[doc_term_matrix] | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2021-03-16T18:10:03Z | 2021-03-16T19:04:12Z | https://github.com/piskvorky/gensim/issues/3079 | [] | BaljinderSmagh | 1 |
graphistry/pygraphistry | pandas | 538 | [BUG] feat and umap cache incomplete runs | **Describe the bug**
When canceling (or getting an exception) during feat/umap, that gets cached for subsequent runs. We expect them to be not cached, e.g., recomputed, on future runs.
**To Reproduce**
**Expected behavior**
The caching flow should catch the interrupt/exn, ensure no caching, and rethrow.
... | open | 2024-01-11T10:04:57Z | 2024-01-11T10:05:10Z | https://github.com/graphistry/pygraphistry/issues/538 | [
"bug",
"help wanted",
"good-first-issue"
] | lmeyerov | 0 |
amdegroot/ssd.pytorch | computer-vision | 441 | precision is too low,who know why.thx | open | 2019-11-27T03:57:04Z | 2022-02-09T20:34:01Z | https://github.com/amdegroot/ssd.pytorch/issues/441 | [] | jaychou790118 | 4 | |
tflearn/tflearn | tensorflow | 510 | 'module' object has no attribute 'scalar_summary' | I just installed the most recent version of tensorflow and tflearn.
Tensorflow runs fine with its give examples and notebooks.
When using tflearn however I got the following error on summaries.py:
File "build/bdist.linux-x86_64/egg/tflearn/summaries.py", line 46, in get_summary
AttributeError: 'module' object has n... | closed | 2016-12-09T05:08:32Z | 2016-12-15T00:08:32Z | https://github.com/tflearn/tflearn/issues/510 | [] | ZejiaZheng | 2 |
microsoft/nni | tensorflow | 5,175 | NNI v3.0 preview iteration plan | Release manager: @liuzhe-lz
Release start date: 10.31
Feature freeze date (at most 30 days): ~~2.10~~ 2.20
Code freeze date & first package: ~~2.17~~ ~~2.24~~ 2.28
Tutorial freeze: ~~2.24~~ 3.3
Release date (3 weeks since feature freeze): ~~3.3~~ 3.10
## Misc ##
* NAS Fine-tune
* HPO integrated to other to... | closed | 2022-10-21T08:34:22Z | 2023-06-05T01:45:43Z | https://github.com/microsoft/nni/issues/5175 | [
"iteration-plan"
] | scarlett2018 | 13 |
lexiforest/curl_cffi | web-scraping | 23 | name 'CookieConflict' is not defined | {name: value for name, value in session.cookies.items()}
raise NameError: name 'CookieConflict' is not defined
def get( # type: ignore
self,
name: str,
default: typing.Optional[str] = None,
domain: typing.Optional[str] = None,
path: typing.Optional[str] = None,
... | closed | 2023-03-09T01:14:37Z | 2023-08-06T07:25:42Z | https://github.com/lexiforest/curl_cffi/issues/23 | [
"bug"
] | lxjmaster | 1 |
huggingface/pytorch-image-models | pytorch | 2,084 | [FEATURE] Add ImageBind | Add Meta's ImageBind
"ImageBind: One Embedding Space To Bind Them All"
https://github.com/facebookresearch/ImageBind
We would implement the embeddings for images modality. | closed | 2024-01-22T15:11:23Z | 2024-08-20T19:27:04Z | https://github.com/huggingface/pytorch-image-models/issues/2084 | [
"enhancement"
] | raulcarlomagno | 1 |
mirumee/ariadne-codegen | graphql | 41 | Add setting for sync/async client | Currently generated client is asynchronous, but we could have a setting to force client to be sync instead, for scenarios where async is not available, like in Django projects. | closed | 2022-12-02T13:47:21Z | 2022-12-12T14:50:30Z | https://github.com/mirumee/ariadne-codegen/issues/41 | [
"roadmap"
] | rafalp | 0 |
minivision-ai/photo2cartoon | computer-vision | 2 | 关于后端部署 | 想问下你们小程序后端部署也是用的torch模型么 能简单说下部署小细节么 感谢 | closed | 2020-04-21T07:49:56Z | 2020-04-24T05:06:25Z | https://github.com/minivision-ai/photo2cartoon/issues/2 | [] | xiuxiuxiaodi | 3 |
dgtlmoon/changedetection.io | web-scraping | 2,155 | [feature] ability to easily step backwards or forwards with each compare | **Version and OS**
v0.45.13 on linux/docker
**Is your feature request related to a problem? Please describe.**
While being able to choose arbitrary snapshots to compare, typically i only want to compare 2 adjacent snapshots, for example the most recent and the second most recent, the second most recent with the 3r... | closed | 2024-02-02T19:07:50Z | 2024-06-22T08:01:06Z | https://github.com/dgtlmoon/changedetection.io/issues/2155 | [
"enhancement"
] | drewmmiranda | 8 |
ray-project/ray | deep-learning | 50,803 | [Core] Handle transient network error for pushing object chunks | ### What happened + What you expected to happen
```
void ObjectManager::HandleSendFinished(const ObjectID &object_id,
const NodeID &node_id,
uint64_t chunk_index,
double start_time,
... | open | 2025-02-21T20:10:11Z | 2025-02-24T23:12:44Z | https://github.com/ray-project/ray/issues/50803 | [
"bug",
"P1",
"core",
"core-object-store"
] | jjyao | 0 |
widgetti/solara | fastapi | 767 | Split of Reactive variables and publish as standalone library | To have this noted in this repo, for tracking:
> Ideally, solara's reactive variables (which are signals) would be its own library... :)
_Originally posted by @maartenbreddels in https://github.com/projectmesa/mesa/issues/2176#issuecomment-2225465885_
The basic idea is that Solara's hybrid push/pull system has... | open | 2024-09-04T06:47:47Z | 2024-09-19T13:00:15Z | https://github.com/widgetti/solara/issues/767 | [] | EwoutH | 8 |
quokkaproject/quokka | flask | 442 | Quokka is dead, long live the Quokka! (it is being rewritten from scratch) | QuokkaCMS growed in to an amazing project and there are many users using the currrent version.
The problem is that too many feature requests lead in to too many issues to fix and implement.
The lack of contributors lead in to a slow pace development.
So I decided to kill this version! and start a brand new one... | closed | 2017-03-15T05:14:42Z | 2018-02-06T13:45:53Z | https://github.com/quokkaproject/quokka/issues/442 | [
"enhancement",
"pinned"
] | rochacbruno | 1 |
plotly/dash | data-science | 2,559 | [Feature Request] Enable running functionality in non-background callbacks | The running keyword in callbacks currently only works when `background=True` is set for callbacks. However, sometimes you have a normal callback, that takes a while to execute, that you don't want to turn in a background callback, but which you do want to have running functionality for.
Currently, I solve this by m... | closed | 2023-06-06T08:22:32Z | 2024-02-28T21:03:49Z | https://github.com/plotly/dash/issues/2559 | [] | aGitForEveryone | 0 |
keras-team/keras | data-science | 20,363 | How i can import a CRF layer in the latest version of keras 3? | closed | 2024-10-16T13:55:37Z | 2024-10-18T20:52:38Z | https://github.com/keras-team/keras/issues/20363 | [
"type:support",
"stat:awaiting response from contributor"
] | Und3r1ine | 3 | |
netbox-community/netbox | django | 18,652 | Run periodic GitHub actions on upstream repository only | ### NetBox version
v4.2.3
### Feature type
Change to existing functionality
### Proposed functionality
The official NetBox repository contains actions to perform certain tasks periodically, such as updating the translations. I suggest restricting these periodic actions to using the official repository only:
```
i... | open | 2025-02-16T19:20:39Z | 2025-02-17T15:22:42Z | https://github.com/netbox-community/netbox/issues/18652 | [
"status: accepted",
"type: housekeeping"
] | alehaa | 0 |
dpgaspar/Flask-AppBuilder | rest-api | 1,568 | Issues with ActiveDirectory as AUTH_LDAP | If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide
any extra information that may be useful
### Environment
Flask-Appbuilder version: 3.1.1
pip freeze output:
```bash
aiohttp==3.7.3
alembic==1.5.4
apache-airflow==2.0.1
apache-airflow-providers-amazon==1.1.0
apache-ai... | closed | 2021-02-16T15:08:48Z | 2021-06-29T00:56:38Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1568 | [
"question",
"stale"
] | a8j8i8t8 | 2 |
STVIR/pysot | computer-vision | 590 | convert vidvrd json or xml to yolo format | Hello, does anyone have a script for converting the imagenet vid dataset annotation to yolo format? | open | 2023-04-07T05:35:43Z | 2023-04-07T05:35:43Z | https://github.com/STVIR/pysot/issues/590 | [] | b3r-prog | 0 |
jupyter/nbviewer | jupyter | 941 | 400 Bad Request : Error Reading JSON Notebook | Hi! Thanks for using Jupyter Notebook Viewer (nbviewer) and taking the time to report a bug you've encountered. Please use the template below to tell us about the problem.
If you've found a bug in a different Jupyter project (e.g., [Jupyter Notebook](http://github.com/jupyter/notebook), [JupyterLab](http://github.co... | closed | 2020-06-26T20:30:47Z | 2022-07-21T09:00:31Z | https://github.com/jupyter/nbviewer/issues/941 | [] | LLLichtenstein | 3 |
MaartenGr/BERTopic | nlp | 2,012 | Extending ".visulize_document_datamap" with "label_over_points"-flag | Hey @MaartenGr! Great work on this library. I recently came across an underlying functionality of datamapplot and noticed it is not yet implemented in the BERTopic package. I assume this relates to an updated DataMapPlot-version.
In detail: The DataMapPlot-lib allows me to assign the labels on top of the clusters i... | open | 2024-05-25T09:22:19Z | 2024-06-03T12:13:27Z | https://github.com/MaartenGr/BERTopic/issues/2012 | [] | PYaDo | 1 |
iterative/dvc | data-science | 10,402 | `dvc data status` key error | # Bug Report
<!--
## Issue name
Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug.
Example: `repro: doesn't detect input changes`
-->
Running `dvc data status` gives me an e... | closed | 2024-04-24T09:29:55Z | 2024-04-24T11:55:26Z | https://github.com/iterative/dvc/issues/10402 | [] | mattangus | 1 |
matplotlib/matplotlib | data-visualization | 29,049 | [Bug]: matplotlib.axes.Axes.bar_label covered axis text. | ### Bug summary
When I using bar_label(..., label_type = 'edge', ...), for value is under 0, label is cover up the y-axis.
### Code for reproduction
```Python
fig, ax = plt.subplots(figsize = (10, 2))
barh = ax.barh(y = 'test1', width = 0.5, color = 'red')
ax.bar_label(barh, labels = [f"{0.5:.3f}"], label_type =... | closed | 2024-10-31T10:27:44Z | 2024-10-31T19:42:41Z | https://github.com/matplotlib/matplotlib/issues/29049 | [
"status: duplicate"
] | JamesLee-Datadriven | 1 |
hankcs/HanLP | nlp | 1,003 | 带表情符的CRF分词出现编码错误 UnicodeEncodeError | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2018-10-19T13:47:14Z | 2020-01-01T10:56:17Z | https://github.com/hankcs/HanLP/issues/1003 | [
"ignored"
] | MingleiLI | 2 |
FlareSolverr/FlareSolverr | api | 1,038 | Error solving challenge (Cloudflare verify checkbox not found on the page) | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-01-17T07:03:45Z | 2024-01-17T22:56:03Z | https://github.com/FlareSolverr/FlareSolverr/issues/1038 | [
"duplicate"
] | ahmetzrnz | 1 |
Buuntu/fastapi-react | sqlalchemy | 18 | Add Prettier and Black to Github Actions | Should be run either as pre-commit hooks or on Github actions as a check (preferably both). | closed | 2020-05-21T05:43:52Z | 2020-07-29T03:19:47Z | https://github.com/Buuntu/fastapi-react/issues/18 | [] | Buuntu | 0 |
sqlalchemy/alembic | sqlalchemy | 357 | alembic-script unquoted executable path causes failure to run on windows. | **Migrated issue, originally created by khazhyk ([@khazhyk](https://github.com/khazhyk))**
I'm on Windows 10.
I noticed that when installing alembic through pip (version 0.8.4 as of now), when trying to run the 'alembic' command I got an error 'failed to create process.'
^ for anyone googling.
In alembic-script.py ... | closed | 2016-02-10T03:36:38Z | 2016-02-10T14:48:38Z | https://github.com/sqlalchemy/alembic/issues/357 | [
"bug",
"installation"
] | sqlalchemy-bot | 3 |
ufoym/deepo | jupyter | 26 | How can I get image with cuda 8.0 and cudnn v6.0 | This docker image is an excellent work. Thank you very much for the work.
Can I get older image with cuda 8.0 and cudnn v6.0 ? | closed | 2018-03-20T00:03:10Z | 2018-04-11T14:10:29Z | https://github.com/ufoym/deepo/issues/26 | [] | dfayzur | 1 |
deeppavlov/DeepPavlov | nlp | 1,205 | How to reproduce UD dependency parsing result? | I can't reproduce dependency parsing metrics (UAS=95.2, LAS=93.7) mentioned in the bottom of this page http://docs.deeppavlov.ai/en/master/features/models/syntaxparser.html
I use following script with Universal Dependencies 2.3 and conll18_ud_eval.py.
```
import io
from deeppavlov import build_model, configs
... | closed | 2020-05-08T14:16:32Z | 2020-05-14T07:54:19Z | https://github.com/deeppavlov/DeepPavlov/issues/1205 | [] | victorbocharov | 4 |
ipython/ipython | jupyter | 14,018 | IPython in jupyter only accept text input | Although this issue is known with long history, I'm interested in understanding what exactly it is related to.
Specifically, when running an ipython or similar nested in a jupyter console, for example, using `IPython.embed` or entering ipdb with `%debug`. The console will only accept text input, and features such a... | open | 2023-04-14T18:44:23Z | 2023-04-18T09:45:59Z | https://github.com/ipython/ipython/issues/14018 | [] | fecet | 1 |
explosion/spaCy | deep-learning | 12,416 | Installation issue on old macOSes for new Korean tokenizer in v4.0 alpha | Hi, I noticed from #12328 that spaCy has switched to `pymecab-ko` for the Korean tokenizer in the upcoming `spaCy` 4.0, but there seems to be some installation/import issues of this package on macOSes (cf. [pymecab-ko/#5](https://github.com/NoUnique/pymecab-ko/issues/5)).
I've tried on OS X 10.11 that [python-mecab-... | open | 2023-03-14T08:41:29Z | 2023-03-14T15:23:15Z | https://github.com/explosion/spaCy/issues/12416 | [
"lang / ko"
] | BLKSerene | 1 |
Lightning-AI/pytorch-lightning | pytorch | 19,858 | Dynamically link arguments in `LightningCLI`? | ### Description & Motivation
Is it possible to _dynamically_ link arguments in the `LightningCLI`, say, depending on the module or datamodule subclass that is specified in a config file or at the command line?
### Pitch
_No response_
### Alternatives
_No response_
### Additional context
_No response_
cc @borda ... | closed | 2024-05-09T17:17:19Z | 2024-05-14T20:11:52Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19858 | [
"feature",
"lightningcli"
] | EthanMarx | 2 |
fastapi/sqlmodel | pydantic | 465 | How can I specify the order in which the tables are created via `create_all()` | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-10-10T17:37:40Z | 2022-11-11T14:59:41Z | https://github.com/fastapi/sqlmodel/issues/465 | [
"question"
] | christianholland | 7 |
lorien/grab | web-scraping | 296 | spider freezes if task generator does not yield any task | closed | 2018-02-20T20:05:48Z | 2018-04-18T20:39:05Z | https://github.com/lorien/grab/issues/296 | [
"bug"
] | lorien | 0 | |
flairNLP/fundus | web-scraping | 315 | [Feature Request]: Add one Lithuanian news source to Fundus | ### Problem statement
Add one Lithuanian news source to Fundus
### Solution
@lukasgarbas :)
Also check if the guidelines are more clear now.
### Additional Context
_No response_ | closed | 2023-09-01T09:39:03Z | 2024-04-06T10:51:32Z | https://github.com/flairNLP/fundus/issues/315 | [
"feature"
] | alanakbik | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,507 | How can I reset the range of Y axis on Visdom? | Please help me how to custom the range of the Y axis on Visdom because I don't know where can I fix it. | open | 2022-11-14T07:53:49Z | 2022-11-14T07:53:49Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1507 | [] | may-phyu | 0 |
ets-labs/python-dependency-injector | flask | 115 | Fix API docs on RTD | closed | 2015-11-26T14:17:34Z | 2015-11-30T10:13:14Z | https://github.com/ets-labs/python-dependency-injector/issues/115 | [
"bug",
"enhancement"
] | rmk135 | 0 | |
alirezamika/autoscraper | automation | 25 | Pulling tables would be awesome | Perhaps I missed it somewhere, but it would be great to go here:
https://www.whoscored.com/Regions/252/Tournaments/2/Seasons/6829/Stages/15151/PlayerStatistics/England-Premier-League-2017-2018
And grab the entire table(s):
Premier League Player Statistics
Premier League Assist to Goal Scorer
| closed | 2020-09-14T12:35:10Z | 2022-11-12T12:41:43Z | https://github.com/alirezamika/autoscraper/issues/25 | [] | craine | 11 |
Farama-Foundation/PettingZoo | api | 1,176 | [Bug Report] TerminateIllegalWrapper breaks agent selection | ### Describe the bug
When running an env using TerminateIllegalWrapper and not using the action mask, the agent selection becomes corrupted when an illegal move is made.
Here is an example from tictactoe (code below). Notice in the first game that player 1 starts (as expected) and it alternates between players 1 an... | closed | 2024-02-05T20:55:56Z | 2024-06-21T01:40:44Z | https://github.com/Farama-Foundation/PettingZoo/issues/1176 | [
"bug"
] | dm-ackerman | 4 |
django-import-export/django-import-export | django | 1,823 | `resource_class` was deprecated and removed, but it still works | **Describe the bug**
`resource_class` was removed in v4 in favour of `resource_classes`. However the following declaration still works:
```
class BookAdmin(ImportExportModelAdmin):
list_display = ("name", "author", "added")
list_filter = ["categories", "author"]
resource_class = BookResource
... | closed | 2024-05-12T15:03:03Z | 2024-05-16T08:18:45Z | https://github.com/django-import-export/django-import-export/issues/1823 | [
"chore"
] | matthewhegarty | 2 |
JohnSnowLabs/nlu | streamlit | 153 | Error while trying to load nlu.load('embed_sentence.bert') | I am trying to create sentence similarity model using Spark_nlp, but i am getting the below two different errors.
sent_small_bert_L2_128 download started this may take some time.
Approximate size to download 16.1 MB
[OK!]
---------------------------------------------------------------------------
IllegalArgu... | open | 2022-10-14T12:43:57Z | 2022-10-14T12:50:50Z | https://github.com/JohnSnowLabs/nlu/issues/153 | [] | arvindacodes | 1 |
pydata/pandas-datareader | pandas | 424 | UnicodeDecodeError on scraping data from multiple sources | When I run the following code I get `UnicodeDecodeError: 'utf-8' codec can't decode byte [x] in position [y]: invalid continuation byte`, where `[x]` & `[y]` vary depending on the requested stock data or source:
```
from pandas_datareader import data, wb
import datetime
start = datetime.datetime(2017, 1, 1)
end ... | closed | 2017-11-29T16:20:51Z | 2018-08-06T09:15:25Z | https://github.com/pydata/pandas-datareader/issues/424 | [
"yahoo-finance"
] | RobertLucian | 16 |
google-research/bert | tensorflow | 1,116 | Dealing with ellipses in BERT tokenization | I have a speech transcript dataset in which ellipses (...) have been used to indicate the speaker pause. I am using BERT embeddings for text classification. It is very important for me that the BERT model properly recognizes these ellipses (...). Currently, it tokenizes them as 3 separate full stops, so I am not sure i... | open | 2020-06-30T10:04:19Z | 2020-10-30T17:40:58Z | https://github.com/google-research/bert/issues/1116 | [] | fliptrail | 2 |
tfranzel/drf-spectacular | rest-api | 599 | django-filter BaseInFilter type customization | Hello,
I am using django-filter with a classical "CharInFilter" that is defined (as recommended) by
```
class CharInFilter(BaseInFilter, CharFilter):
pass
```
The open api type that comes out of this is 'array[string]', but that's incorrect, as the input is actually comma separated values the right type s... | closed | 2021-11-10T16:46:43Z | 2021-11-10T19:02:41Z | https://github.com/tfranzel/drf-spectacular/issues/599 | [] | quertenmont | 6 |
encode/httpx | asyncio | 1,939 | 0.21.0: pytest is failing | I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --root </install/prefix>"
- "pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
May I as... | closed | 2021-11-15T20:35:42Z | 2021-11-16T09:30:31Z | https://github.com/encode/httpx/issues/1939 | [] | kloczek | 1 |
ultralytics/ultralytics | computer-vision | 18,829 | Yolo incompatible with Jetpack 6.2(Jetson Orin Nano Super) | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
I just installed Jepack 6.2, and sudo `sudo pip3 install ultralytics`.
It seems it uses libcudnn.so... | closed | 2025-01-22T22:21:29Z | 2025-03-19T23:51:16Z | https://github.com/ultralytics/ultralytics/issues/18829 | [
"bug",
"dependencies",
"embedded"
] | lida2003 | 8 |
lanpa/tensorboardX | numpy | 360 | embeding not working with tensorbard 1.12 | pip list|grep tensor
tensorboard 1.12.2
tensorboardX 1.6
tensorflow 1.12.0
tensorflow-probability 0.5.0
download https://github.com/lanpa/tensorboardX/blob/3a4c848ca850015ef5b2c7184dbe65da4eb674f4/examples/demo_embedding.py and embeding not showing in tens... | closed | 2019-02-27T00:17:47Z | 2019-07-04T18:51:35Z | https://github.com/lanpa/tensorboardX/issues/360 | [] | jluo-bgl | 5 |
modelscope/data-juicer | streamlit | 197 | [docs] need descriptions for batch op in DeveloperGuide | I find that it is hard to find the bug when I do not know that `_batched_op` must be `True` when developing a batch op. | closed | 2024-01-26T03:48:04Z | 2024-02-26T02:08:19Z | https://github.com/modelscope/data-juicer/issues/197 | [
"documentation"
] | BeachWang | 1 |
NVIDIA/pix2pixHD | computer-vision | 335 | not work in python 3.10 | CustomDatasetDataLoader
Traceback (most recent call last):
File "C:\Users\GAMER\Desktop\pix2pixHD-master\train.py", line 43, in <module>
data_loader = CreateDataLoader(opt)
File "C:\Users\GAMER\Desktop\pix2pixHD-master\data\data_loader.py", line 6, in CreateDataLoader
data_loader.initialize(opt)
Fil... | open | 2024-03-08T16:47:30Z | 2024-03-08T16:47:30Z | https://github.com/NVIDIA/pix2pixHD/issues/335 | [] | kingstone101 | 0 |
mwaskom/seaborn | data-science | 3,486 | FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version | With pandas 2.1, generating a simple histplot raises the following warning:
```
FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead
if pd.api.types.is_categorical_dtype(vector):
``` | closed | 2023-09-22T12:11:54Z | 2023-09-26T12:31:38Z | https://github.com/mwaskom/seaborn/issues/3486 | [] | rgoubet | 5 |
tensorflow/tensor2tensor | deep-learning | 1,042 | Error in running translate_ende_wmt32k by universal transformer | ### Description
My command is as below:
```
HOME_DIR=$HOME/workdir
PROBLEM=translate_ende_wmt32k
MODEL=universal_transformer
HPARAMS=universal_transformer_base
NUM_GPU=2
DATA_DIR=$HOME_DIR/t2t_data/$PROBLEM
TRAIN_DIR=$HOME_DIR/t2t_train/$PROBLEM/$MODEL-$HPARAMS
mkdir -p $TRAIN_DIR
t2t-trainer \
--da... | closed | 2018-09-05T08:59:11Z | 2018-09-07T05:41:57Z | https://github.com/tensorflow/tensor2tensor/issues/1042 | [] | lipond | 2 |
dmlc/gluon-cv | computer-vision | 1,770 | Update readme.md | Update the readme.md since this not in recommended format and contribution.md should also be there. readme.md provides information about the repo and it should be in recommended format and complete.
| closed | 2023-05-14T05:04:02Z | 2023-08-20T06:31:06Z | https://github.com/dmlc/gluon-cv/issues/1770 | [
"Stale"
] | harshsingh32 | 2 |
ultralytics/ultralytics | machine-learning | 19,162 | If I try to "fine-tune" a model on a dataset where the number of classes are not 80 (coco) then am I essentially training from scratch? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Whenever I try to fine-tune, the scores start from 0 when training.
I am co... | closed | 2025-02-10T12:22:15Z | 2025-02-13T09:01:52Z | https://github.com/ultralytics/ultralytics/issues/19162 | [
"question",
"classify"
] | aymuos15 | 6 |
pydata/pandas-datareader | pandas | 238 | get_components_yahoo raising eroors | When I run the following codes
`from pandas_datareader import data`
`data.get_components_yahoo('^DJI')`
I always get an error 'AssertionError: 3 columns passed, passed data had 1 columns'. Could anyone tell me why?
| closed | 2016-09-13T08:50:19Z | 2018-01-18T22:29:35Z | https://github.com/pydata/pandas-datareader/issues/238 | [
"yahoo-finance"
] | jingdayan | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 862 | [FEATURE]: <add a config about driver license> | ### Feature summary
During the application, when it asks if I have driver license, it selected 'no', is there a feature that I can select that I have driver license?
### Feature description
During the application, when it asks if I have driver license, it selected 'no', is there a feature that I can select that I ha... | closed | 2024-11-15T19:27:19Z | 2025-01-31T23:40:33Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/862 | [
"enhancement"
] | Shuo-Wang-UCBerkeley | 2 |
albumentations-team/albumentations | deep-learning | 2,448 | [Feature request] Add apply_to_images to CoarseDropout | open | 2025-03-11T01:22:10Z | 2025-03-11T01:22:17Z | https://github.com/albumentations-team/albumentations/issues/2448 | [
"enhancement",
"good first issue"
] | ternaus | 0 | |
pydantic/pydantic-core | pydantic | 1,116 | not a supported wheel on this platform | Tried to install a python package using command:
`pip3 install ./pydantic_core[any of x86_64]
`but everytime I get this error:` [filename] is not a supported wheel on this platform.
`
my env:
```
❯❯❯❯ uname -a ... | closed | 2023-12-11T13:41:40Z | 2024-05-21T11:51:11Z | https://github.com/pydantic/pydantic-core/issues/1116 | [
"unconfirmed"
] | halturin | 3 |
miguelgrinberg/python-socketio | asyncio | 1,004 | AsyncClient crashes after reconnect to server with short reconnection_delay | I have consistent crashes with AsyncClient (v.5.7.1 and checked previous 5.6.0, 5.50 the same) with following slightly modified example from your documentation:
```
import asyncio
import socketio
sio = socketio.AsyncClient(reconnection_delay=0.1, handle_sigint=False, logger=True, engineio_logger=True)
@sio.e... | closed | 2022-08-16T10:14:47Z | 2024-12-14T15:35:25Z | https://github.com/miguelgrinberg/python-socketio/issues/1004 | [
"bug"
] | bialix | 5 |
microsoft/nni | data-science | 4,786 | run quantization_speedup.py in /examples/tutorials get an error | when I run quantization_speedup.py in /examples/tutorials, get erros like this:
```
Traceback (most recent call last):
File "quantization_speedup.py", line 114, in <module>
engine.compress()
File "/opt/conda/lib/python3.7/site-packages/nni/compression/pytorch/quantization_speedup/integrated_tensorrt.py",... | open | 2022-04-20T15:35:21Z | 2022-11-21T02:28:41Z | https://github.com/microsoft/nni/issues/4786 | [
"support",
"cannot reproduce",
"quantize",
"need more info"
] | DemonHan | 7 |
proplot-dev/proplot | matplotlib | 73 | Fix "super title" issue in popup backend | Popup backends seem to mess up the automatic offset of row/column labels and "super" titles. Thought I fixed this before but evidently not. Related to #62. See this example:
<img width="494" alt="Screen Shot 2019-11-29 at 10 15 40 PM" src="https://user-images.githubusercontent.com/19657652/69895922-e961a700-12f5-1... | closed | 2019-11-30T05:17:03Z | 2019-11-30T05:36:42Z | https://github.com/proplot-dev/proplot/issues/73 | [
"bug"
] | lukelbd | 1 |
tox-dev/tox | automation | 2,741 | Release tox 3.28.0 on PyPI | Hello. Could you please release https://github.com/tox-dev/tox/releases/tag/3.28.0 on PyPI?
Thanks. | closed | 2022-12-17T15:55:46Z | 2022-12-18T14:09:38Z | https://github.com/tox-dev/tox/issues/2741 | [
"enhancement"
] | hroncok | 3 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 162 | How does sqlalchemy connect to the cluster | The code for sqlalchemy to connect to a single machine is as follows:
conn_str = 'clickhouse://default:@localhost/default' engine = create_engine(conn_str)
How does sqlalchemy connect to the cluster?Thanks~ | closed | 2022-01-05T05:47:09Z | 2022-02-20T15:30:22Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/162 | [] | phpsxg | 3 |
babysor/MockingBird | pytorch | 322 | 在ubuntu系统训练时,找不到train.txt目录 | 如图。在windows端完全没问题,但上服务器就报错
(base) root@f7a701305fdd:~/data/MockingBird-main# python synthesizer_train.py 22 data/datasets_root/SV2TTS/synthesizer
Arguments:
run_id: 22
syn_dir: data/datasets_root/SV2TTS/synthesizer
models_dir: synthesizer/saved_models/
save_every: 1000
... | open | 2022-01-07T06:41:04Z | 2022-01-22T09:08:44Z | https://github.com/babysor/MockingBird/issues/322 | [] | HuaHuaOfficial | 3 |
vitalik/django-ninja | rest-api | 851 | Add schema field at runtime | Hi...
Is there any way to add a ModelField to an existing schema class at runtime?
Thank you very much.
| closed | 2023-09-12T08:55:26Z | 2023-09-14T14:38:42Z | https://github.com/vitalik/django-ninja/issues/851 | [] | aegeavaz | 12 |
explosion/spaCy | data-science | 13,709 | Unable to fine-tune previously trained transformer based spaCy NER. | ## How to reproduce the behaviour
Use spacy to fine-tune a base model with a transformer from hugging face:
python -m spacy train config.cfg --output ./output --paths.train ./train.spacy --paths.dev ./dev.spacy
Collect new tagged entries under new sets and set your model location to the output/model-last in a new... | open | 2024-12-06T04:46:11Z | 2024-12-06T04:57:26Z | https://github.com/explosion/spaCy/issues/13709 | [] | jlustgarten | 1 |
tensorlayer/TensorLayer | tensorflow | 652 | Feature Request: expect tl layers support/derived from `CheckpointableBase` ? | [INSERT DESCRIPTION OF THE PROBLEM]
So far, Tensorlayer Layers doesn`t support eager execution, so we can`t save tensorlayer based model with tfe.Checkpoint(object based ckpt). | closed | 2018-05-28T09:01:47Z | 2019-05-13T15:27:43Z | https://github.com/tensorlayer/TensorLayer/issues/652 | [] | Windaway | 1 |
SYSTRAN/faster-whisper | deep-learning | 69 | Cannot produce the same result | Hello,
I tried to produce same result of the reported table,
I used a whisper small, cpu_threads=8, on 13 min audio, Intel(R) Xeon(R) Gold 6242 CPU 2.8 GHz 16 cores,
And it took:
openai/whisper fp 32: 6min 19s
faster whisper fp 32 : 5min 1s
faster whisper int 8: 4min 17s
Could you please guide me?
Tha... | closed | 2023-03-22T20:47:59Z | 2023-03-27T12:12:30Z | https://github.com/SYSTRAN/faster-whisper/issues/69 | [] | zara0m | 9 |
lexiforest/curl_cffi | web-scraping | 209 | Chrome120 not supported. readme says it is | curl_cffi.requests.errors.RequestsError: impersonate chrome120 is not supported
readme says supported, error says it doesnt? | closed | 2024-01-05T17:02:48Z | 2024-01-05T17:09:19Z | https://github.com/lexiforest/curl_cffi/issues/209 | [
"bug"
] | rwqrbqb12 | 1 |
JaidedAI/EasyOCR | deep-learning | 489 | the link "https://www.jaided.ai/custom_model.md" is lost could you provide again? | closed | 2021-07-13T13:01:48Z | 2021-07-21T07:20:06Z | https://github.com/JaidedAI/EasyOCR/issues/489 | [] | neverstoplearn | 1 | |
databricks/koalas | pandas | 1,729 | Koalas doesn't work with spatial dataframes | Hi,
I work with spatial dataframes which are created using the geopandas library. As the spatial dataframes contain geometries, they can get pretty massive. It would be awesome if Koalas can support Spatial DF's. Is there any plan to support geopandas - something like `ks.from_geopandas(spdf)` in the future roadmap... | closed | 2020-08-26T20:17:42Z | 2020-08-27T03:41:25Z | https://github.com/databricks/koalas/issues/1729 | [
"discussions"
] | applecool | 2 |
dropbox/PyHive | sqlalchemy | 332 | Fails when insert a record includ an invalid XML character | I am trying to use pyhive to insert a record includ an invalid XML character to a hive table and it fails, but is ok when i use pyhive to query a record includ an invalid XML character
```
>>>from pyhive import hive
>>>cursor = hive.connect('localhost').cursor()
>>>cursor.execute("select * from demo where bar='\x1... | open | 2020-05-19T08:22:00Z | 2020-05-19T08:22:00Z | https://github.com/dropbox/PyHive/issues/332 | [] | taogeYT | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 447 | “FileNotFoundError: VOCdevkit dose not in path:'./'.” | 新手入门,哔站过来的,折腾两天配好环境,运行`python train_mobilenetv2.py`出现下列报错:
```
Using cuda device training.
Traceback (most recent call last):
File "train_mobilenetv2.py", line 224, in <module>
main()
File "train_mobilenetv2.py", line 65, in main
raise FileNotFoundError("VOCdevkit dose not in path:'{}'.".format(VOC_r... | closed | 2021-12-23T04:48:09Z | 2021-12-25T05:50:02Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/447 | [] | volmodaoist | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 729 | Deprecate configs in version 3? | The [docs indicate](https://flask-sqlalchemy.palletsprojects.com/en/2.x/config/#configuration-keys) that a number of config settings will be deprecated in version 3. Is it too soon to work on removing those settings for version 3? | closed | 2019-05-07T13:02:48Z | 2020-12-05T19:58:32Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/729 | [] | lbeaufort | 11 |
piccolo-orm/piccolo | fastapi | 777 | Nested transactions | ### Discussed in https://github.com/piccolo-orm/piccolo/discussions/729
<div type='discussions-op-text'>
<sup>Originally posted by **powellnorma** December 18, 2022</sup>
Does it make sense to just "ignore" nested transactions instead of throwing an `TransactionError`? Or could this by dangerous?
https://gith... | closed | 2023-02-28T21:39:42Z | 2023-03-01T14:54:21Z | https://github.com/piccolo-orm/piccolo/issues/777 | [
"enhancement"
] | dantownsend | 0 |
netbox-community/netbox | django | 17,732 | Diagram in Upgrade Instructions is Not Readable | ### Change Type
Cleanup (formatting, typos, etc.)
### Area
Installation/upgrade
### Proposed Changes
In the documentation for [Upgrading Netbox](https://netboxlabs.com/docs/netbox/en/stable/installation/upgrading/), there is a diagram showing what version you need to be on to upgrade to the next major release.
T... | closed | 2024-10-10T18:53:15Z | 2025-01-17T03:02:37Z | https://github.com/netbox-community/netbox/issues/17732 | [
"type: documentation",
"status: accepted"
] | MattDRogers | 1 |
pytorch/pytorch | deep-learning | 149,284 | No examples in documentation for masked_fill and masked_fill_ | ### 📚 The doc issue
No examples in documentation for masked_fill and masked_fill_
masked_fill - https://pytorch.org/docs/stable/generated/torch.Tensor.masked_fill.html
masked_fill_- https://pytorch.org/docs/stable/generated/torch.Tensor.masked_fill_.html
### Suggest a potential alternative/fix
add example functions... | open | 2025-03-17T00:56:48Z | 2025-03-17T15:33:18Z | https://github.com/pytorch/pytorch/issues/149284 | [
"module: docs",
"triaged",
"topic: docs"
] | julurisaichandu | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,761 | [feature] Purely visual monitoring mode | **Version and OS**
N/A
**Is your feature request related to a problem? Please describe.**
Some/many websites change elements regularly, so watching specific elements is not reliable.
**Describe the solution you'd like**
A mode that just compare the visual output (screenshot) of the website would be useful for ... | open | 2024-11-02T11:30:20Z | 2024-11-02T11:30:20Z | https://github.com/dgtlmoon/changedetection.io/issues/2761 | [
"enhancement"
] | mariomadproductions | 0 |
modoboa/modoboa | django | 3,007 | pdfcredentials "strange" filename if "delete after first download" option set to yes | # Impacted versions
* OS Type: Debian
* OS Version: 11
* Database Type: MariaDB
* Database version: 10.5
* Modoboa: 2.1.2
* installer used: No
* Webserver: Nginx
# Steps to reproduce
upgraded modoboa yesterday 2.0.5 -> 2.1.2, had some issues afterwards, this is one of them..
after upgrade Modoboa -> Pa... | closed | 2023-05-17T12:53:43Z | 2023-06-30T14:36:09Z | https://github.com/modoboa/modoboa/issues/3007 | [
"bug"
] | xinomilo | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.