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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pywinauto/pywinauto | automation | 1,155 | Is there a method to find a word on a web page? | ## Expected Behavior
I want to auto-follow twitter accounts, so I need to know if I am Following this user's Twitter account or not yet.
## Actual Behavior
I am trying to find static text **Following** in Control Identifiers, but it is not there.
If I can't find it in Control Identifiers, then maybe **_there is a... | open | 2021-12-09T20:26:42Z | 2021-12-20T05:33:52Z | https://github.com/pywinauto/pywinauto/issues/1155 | [] | DvarfInkviz | 1 |
JaidedAI/EasyOCR | machine-learning | 567 | Using custom model with different input size? (rgb: True) | I've successfully trained my own model, thank you so much for the guidance there, but now when I am trying to use the model I made with `rgb: true` (making it have an input of 3 channels) I get errors for size mismatches:
```
RuntimeError: Given groups=1, weight of size [32, 3, 3, 3], expected
input[1, 1, 64, 25... | closed | 2021-10-13T00:31:36Z | 2022-12-22T02:26:54Z | https://github.com/JaidedAI/EasyOCR/issues/567 | [] | ckcollab | 4 |
stanfordnlp/stanza | nlp | 1,163 | NER error | English Stanza (1.5.0 beta) labels "August House" as a date, not an org (the publisher) or a facility (the building in South Africa)
| open | 2022-12-09T08:50:42Z | 2023-01-11T09:05:09Z | https://github.com/stanfordnlp/stanza/issues/1163 | [
"bug"
] | AngledLuffa | 1 |
PokeAPI/pokeapi | graphql | 454 | Missing some Sprites | Hello all,
It seems that some sprites ressources are missing:
Tested from:
https://pokeapi.co/api/v2/pokemon/806/

Is this a source issue?
| closed | 2019-10-24T23:16:18Z | 2020-08-19T10:54:44Z | https://github.com/PokeAPI/pokeapi/issues/454 | [] | seelker | 4 |
dask/dask | scikit-learn | 11,415 | ⚠️ Upstream CI failed ⚠️ | [Workflow Run URL](https://github.com/dask/dask/actions/runs/11226930712)
<details><summary>Python 3.12 Test Summary</summary>
```
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts_all_na_partitions[disk]: IndexError: cannot do a non-empty take from an empty axes.
dask/dataframe/tests/test_groupby.py::te... | closed | 2024-10-07T14:52:03Z | 2024-10-08T10:17:02Z | https://github.com/dask/dask/issues/11415 | [
"upstream"
] | github-actions[bot] | 1 |
holoviz/panel | jupyter | 6,923 | FileInput default to higher websocket_max_message_size? | Currently, the default is 20 MBs, but this is pretty small for most use cases.
If it exceeds the 20 MBs, it silently disconnects the websocket (at least in notebook; when serving, it does show `2024-06-14 11:39:36,766 WebSocket connection closed: code=None, reason=None`). This leaves the user confused as to why noth... | closed | 2024-06-14T18:59:54Z | 2024-06-25T11:23:18Z | https://github.com/holoviz/panel/issues/6923 | [
"wontfix",
"type: discussion"
] | ahuang11 | 1 |
man-group/notebooker | jupyter | 44 | Default from_email address is from a nonexistent domain | [This](https://github.com/man-group/notebooker/blob/master/notebooker/utils/notebook_execution.py#L19) email address belongs to a domain which doesn't exist. If someone responds either automatically or by mistake, a firewall may be triggered. This should be configurable by the user (perhaps as an attribute on the resul... | closed | 2021-07-08T12:57:20Z | 2022-01-06T16:35:28Z | https://github.com/man-group/notebooker/issues/44 | [
"bug",
"enhancement"
] | jonbannister | 1 |
robotframework/robotframework | automation | 4,923 | Can't connect to MySQL db that has SSL, can you please help? | *** Settings ***
Library DatabaseLibrary
Library Collections
Library OperatingSystem
Library String
Library DateTime
*** Variables ***
${DB Host} ABC.us-east-1.rds.amazonaws.com
${DB Port} 3306
${DB Name} dispatch
${DB ... | closed | 2023-11-02T14:46:58Z | 2023-11-03T01:30:18Z | https://github.com/robotframework/robotframework/issues/4923 | [] | ghost | 2 |
Morizeyao/GPT2-Chinese | nlp | 1 | 请问是从0开始预训练中文语言模型吗? | 计划用多大规模的语料?使用什么GPU? | closed | 2019-07-25T11:31:24Z | 2019-08-06T13:36:54Z | https://github.com/Morizeyao/GPT2-Chinese/issues/1 | [] | lexmen318 | 1 |
django-import-export/django-import-export | django | 1,842 | numeric fields exported as text by default since v4 to excel | Hello,
not sure whether this is a bug / feature.
In v3 exporting numeric fields (floats, decimal fields) used to give numeric fields in excel when exporting.
in version 4 by default numeric fields are displayed as text.
in case i add a field definition to the resource class the issue dissappears:
```
class Sens... | closed | 2024-05-18T08:57:47Z | 2024-10-22T16:18:58Z | https://github.com/django-import-export/django-import-export/issues/1842 | [
"question"
] | tobhv | 6 |
FactoryBoy/factory_boy | sqlalchemy | 735 | factory.Sequence is not incremented sequentially. | We're using version **2.8.1** for a long time and it's working smoothly, and decided recently to upgrade to latest version to make use of the improvements/fixes in random seeding/determinism in **2.11.0** at least.
But upon upgrading, we noticed that the `factory.Sequence` is behaving differently compared to the pre... | closed | 2020-05-16T21:25:07Z | 2020-08-21T15:01:16Z | https://github.com/FactoryBoy/factory_boy/issues/735 | [] | ranelpadon | 4 |
biolab/orange3 | scikit-learn | 6,548 | ROC Analysis Report Chart Inaccuracies | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2023-08-24T00:21:16Z | 2023-10-03T10:38:41Z | https://github.com/biolab/orange3/issues/6548 | [
"bug report"
] | cnewell2 | 3 |
Esri/arcgis-python-api | jupyter | 2,139 | Reading hosted table in AGOL using .query() returns a dataframe with exactly 1000 less records than are in AGOL hosted table | I am trying to read a hosted AGOL table using the script below (.query). When the script runs, saves a csv and then publishes the table, it has exactly 1000 less records than the original hosted table. I don't have any other queries on the table and I don't think there are settings within the hosted table that would ca... | closed | 2024-10-23T16:45:31Z | 2024-11-04T21:58:50Z | https://github.com/Esri/arcgis-python-api/issues/2139 | [
"bug"
] | theisenm12 | 22 |
pydata/pandas-datareader | pandas | 220 | Google data source broken for mutual funds | ``` python
import pandas_datareader.data as web
import datetime
start = datetime.datetime(2010, 1, 1)
end = datetime.datetime(2013, 1, 27)
f = web.DataReader("F", 'google', start, end) # this works
f = web.DataReader("VFINX", 'google', start, end) # this dies
```
output
```
Traceback (most recent call last):
Fi... | closed | 2016-08-01T19:00:18Z | 2018-01-23T10:16:04Z | https://github.com/pydata/pandas-datareader/issues/220 | [
"google-finance"
] | illbebach | 2 |
adamerose/PandasGUI | pandas | 42 | Not able to run in Ubuntu 20.04 for error related to PyQt5 |
Following [advice](https://github.com/adamerose/pandasgui/issues/34#issuecomment-701757849) from another closed issue from this repo tried this alternative way to run.
```python
import pandas as pd
from pandasgui import show
from PyQt5 import QtCore, QtGui, QtWidgets, QtWebEngineWidgets
from PyQt5.QtWebEngineW... | closed | 2020-10-21T07:19:17Z | 2020-10-23T12:25:08Z | https://github.com/adamerose/PandasGUI/issues/42 | [] | rohan-paul | 3 |
JaidedAI/EasyOCR | pytorch | 553 | OCR | closed | 2021-09-28T17:08:22Z | 2021-10-06T08:39:56Z | https://github.com/JaidedAI/EasyOCR/issues/553 | [] | bouzid-s | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.