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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
betodealmeida/shillelagh | sqlalchemy | 29 | [WeatherAPI] add support for forecasts | WeatherAPI also has an API for forecasts, we could extend the current adapter or create a new one to support it. | open | 2021-06-22T16:49:33Z | 2021-12-23T19:49:32Z | https://github.com/betodealmeida/shillelagh/issues/29 | [
"enhancement",
"help wanted",
"good first issue"
] | betodealmeida | 0 |
ets-labs/python-dependency-injector | flask | 168 | Create FactoryAggregate provider | Idea is to create provider that would aggregate factories and provide dynamic interface for creating different types of objects:
```python
"""`FactoryAggregate` providers example."""
import sys
import dependency_injector.providers as providers
from games import Chess, Checkers, Ludo
game_factory = pro... | closed | 2017-10-03T22:23:42Z | 2017-10-13T05:10:07Z | https://github.com/ets-labs/python-dependency-injector/issues/168 | [
"feature"
] | rmk135 | 0 |
joeyespo/grip | flask | 367 | Question: navigation | There is a space on the right side (Github Wiki) where the pages are listed. How can I get the same list working on Grip? | open | 2022-08-24T14:08:26Z | 2022-08-24T14:08:26Z | https://github.com/joeyespo/grip/issues/367 | [] | azisaka | 0 |
biosustain/potion | sqlalchemy | 126 | Create Routes with prefilters | Hi,
I'm try to understand if there is a way to define a Route on a Resource equivalent to a filtered query.
Here is an example:
I've a reource `ExampleResource` that has a filed `example`, an i'd like to create a Get custom route '/example' that returns only the elements having `example == True`
```python
... | open | 2017-09-15T09:55:13Z | 2017-09-15T09:55:13Z | https://github.com/biosustain/potion/issues/126 | [] | ludusrusso | 0 |
axnsan12/drf-yasg | django | 167 | Serializer Meta class options do not apply to serializer Fields | Hello, i want to implement Unix Timestamp Datetime Field in DRF and serve the documentation using this library. But i have some issues with how to custom the field that serve in swagger ui.
First issue is i cant change the format, title, and description in certain fields even after i follow this library documentation ... | closed | 2018-07-22T20:49:33Z | 2018-08-08T14:17:54Z | https://github.com/axnsan12/drf-yasg/issues/167 | [] | christopherwira | 5 |
pytest-dev/pytest-html | pytest | 615 | Add unit tests for encoding | Related #585 | open | 2023-04-02T00:08:07Z | 2023-04-02T00:08:07Z | https://github.com/pytest-dev/pytest-html/issues/615 | [] | BeyondEvil | 0 |
microsoft/nni | machine-learning | 5,653 | Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found | **Describe the issue**:
Hello, I encountered the following error while using NNI 2.10.1:
```
[2023-08-01 14:07:41] Creating experiment, Experiment ID: aj7wd2ey
[2023-08-01 14:07:41] Starting web server...
node:internal/modules/cjs/loader:1187
return process.dlopen(module, path.toNamespacedPath(filename));
... | closed | 2023-08-01T06:42:16Z | 2023-08-01T09:07:31Z | https://github.com/microsoft/nni/issues/5653 | [] | yifan-dadada | 0 |
DistrictDataLabs/yellowbrick | matplotlib | 514 | The Manifold visualizer doesn't work with 'tsne' | **Describe the bug**
calling _fit_transform()_ on _Manifold_ object fails when using **'tsne'**. It seems that it is calling _transform()_ function which dosent exist on [sklearn.manifold.TSNE](http://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html)
**To Reproduce**
```
from yellowbrick.fea... | closed | 2018-07-20T15:22:19Z | 2018-07-20T15:31:25Z | https://github.com/DistrictDataLabs/yellowbrick/issues/514 | [] | imad24 | 2 |
SkalskiP/courses | nlp | 31 | Please add a license? | Would love to add/reuse this repo in other projects, but without a license I am unable to use it. Please consider adding a license? | open | 2023-05-25T14:11:50Z | 2023-05-29T15:16:16Z | https://github.com/SkalskiP/courses/issues/31 | [
"question"
] | tosaddler | 2 |
alteryx/featuretools | data-science | 2,071 | Add Yeo-Johnson primitive | - https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.yeojohnson.html | open | 2022-05-11T20:35:55Z | 2023-06-26T19:11:04Z | https://github.com/alteryx/featuretools/issues/2071 | [] | gsheni | 1 |
biolab/orange3 | data-visualization | 6,855 | K-Means widget hangs (intermittent, multiple number of clusters) | <!--
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... | open | 2024-07-17T18:49:41Z | 2024-07-19T16:40:57Z | https://github.com/biolab/orange3/issues/6855 | [
"bug report"
] | stuart-cls | 2 |
FlareSolverr/FlareSolverr | api | 716 | session.create is error | ### Have you checked our README?
- [X] I have checked the README
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Discussions
### Environment
```markdown
- FlareSolverr version:
- Last working FlareSolv... | closed | 2023-02-27T08:33:19Z | 2023-04-16T11:39:03Z | https://github.com/FlareSolverr/FlareSolverr/issues/716 | [
"duplicate"
] | coolberwin | 4 |
waditu/tushare | pandas | 941 | 需求:希望在下载股票数据的时候可以有一个参数用来下载例如上证50成分股,沪深300成分股,沪深500成分股,以及其他概念的成分股 | closed | 2019-03-01T02:52:43Z | 2019-03-01T11:07:54Z | https://github.com/waditu/tushare/issues/941 | [] | czr22 | 2 | |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 484 | [BUG]: <Ethnicity is being put down instead of State in applications> | ### Describe the bug
As I'm watching the application run and fill out Indeed applications, it is putting in the Ethnicity "Hispanic" instead of State which should be "California".
### Steps to reproduce
Putting "Hispanic" in ethnicity field in `data_folder/plain_text_resume`
### Expected behavior
California
### ... | closed | 2024-10-06T21:11:21Z | 2024-11-19T23:53:38Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/484 | [
"bug"
] | cwort40 | 5 |
Johnserf-Seed/TikTokDownload | api | 458 | I'm Very Beginner | sorry if I'm very beginner, how to overcome a display like this

| closed | 2023-06-22T05:54:22Z | 2023-07-06T05:50:39Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/458 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | radenhendriawan | 8 |
xlwings/xlwings | automation | 2,054 | Is there any way to use xlwings in Azure Batch? | I met a problem when running python script with xlwings contained.
The error is :
**pywintypes.com_error: (-2147024891, 'Access is denied.', None, None)**
Which problem caused this issue? And how to fix it? Thanks! | closed | 2022-10-13T11:19:45Z | 2023-01-18T19:33:46Z | https://github.com/xlwings/xlwings/issues/2054 | [] | jnw1 | 1 |
PaddlePaddle/ERNIE | nlp | 911 | text match model , an illegal memory access was encountered. | 报错信息:
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dygraph/layers.py:1492: UserWarning: Skip loading for concat_fc.weight. concat_fc.w is not found in the provided dict.
warnings.warn(("Skip loading for {}. ".format(key) + str(err)))
/opt/conda/envs/python35-paddle120-env/lib/pyt... | open | 2023-07-13T03:29:26Z | 2023-09-17T00:38:54Z | https://github.com/PaddlePaddle/ERNIE/issues/911 | [
"wontfix"
] | shikeno | 1 |
sqlalchemy/alembic | sqlalchemy | 347 | Default value doesn't work on Boolean | **Migrated issue, originally created by Mike Yao ([@yaoweizhen](https://github.com/yaoweizhen))**
I think it's caused by 'False' in Python and 'false' in Postgresql.
| closed | 2015-12-13T19:41:41Z | 2015-12-14T14:38:23Z | https://github.com/sqlalchemy/alembic/issues/347 | [
"bug"
] | sqlalchemy-bot | 5 |
jacobgil/pytorch-grad-cam | computer-vision | 63 | the gb image on my personal network | Hi, I am trying to apply this model on my personal network.
My network has two inputs of different sizes, when I visualize the gb image of the big image, only an area of the image that is the same size as the smaller image will show the gradient.
I would like to know how to solve this problem, thank you very much.
... | closed | 2021-03-10T02:27:36Z | 2021-05-14T10:36:02Z | https://github.com/jacobgil/pytorch-grad-cam/issues/63 | [] | Songtingt | 3 |
waditu/tushare | pandas | 851 | 主营业务构成 存在部分数据缺失, 接口:fina_mainbz | ```
import tushare as ts
pro = ts.pro_api('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
df = pro.fina_mainbz(ts_code='300417.SZ', period='20171231', type='P')
ts_code end_date bz_item bz_sales bz_profit bz_cost curr_type
0 300417.SZ 20171231 机动车排放物检测系统 57075272.62 NaN NaN CNY
1 300417.SZ 20171231 机动车排放物检测仪器 25199631.79... | closed | 2018-11-30T00:32:38Z | 2018-12-04T02:02:59Z | https://github.com/waditu/tushare/issues/851 | [] | chinobing | 5 |
ymcui/Chinese-BERT-wwm | tensorflow | 82 | Chinese-BERT-wwm与Chinese-PreTrained-XLNet的模型下载地址有错误 | 其中两者的base版模型的讯飞云下载地址发生了交错。 | closed | 2020-01-01T22:29:18Z | 2020-01-02T00:41:31Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/82 | [] | fungxg | 1 |
explosion/spaCy | data-science | 12,062 | Error while loading spacy model from the pickle file | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
I am getting the following error while loading spacy NER model from the pickle file.
`self.model = pickle.load(open(model_path, 'rb'))`
```
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Comm... | closed | 2023-01-05T13:46:04Z | 2023-01-10T06:51:39Z | https://github.com/explosion/spaCy/issues/12062 | [
"windows",
"feat / serialize"
] | devendrasoni18 | 2 |
dynaconf/dynaconf | flask | 1,016 | Can dynaconf parse yaml strings to settings? | for example, i have a string like this (which is sensitive, cannot dump to file):
```python
config_str = """
development:
configer:
host: '0.0.0.0'
port: 30811
production:
configer:
host: '0.0.0.0'
port: 30811
"""
```
dose dynaconf provide interface to build setting from the string inpu... | closed | 2023-10-23T11:28:53Z | 2023-10-23T12:15:43Z | https://github.com/dynaconf/dynaconf/issues/1016 | [
"question"
] | zhang-xh95 | 2 |
Nemo2011/bilibili-api | api | 86 | 【提问】直播弹幕类接口可能有问题 | **Python 版本:** 3.8
**模块版本:** 12.5.2
**运行环境:** Linux
---
今天在使用LiveDanmuku时突然发现卡在了获取真实房间号 stderr.log:
[2022-10-08 13:12:40,289][WARNING]创建主数据库容器成功
[2022-10-08 13:12:40,718][WARNING]创建缓存数据库容器成功
[2022-10-08 13:12:40,784][WARNING]获取用户-----------会话成功
[-----------][2022-10-08 13:12:40,790][INFO] 准备连接直播间 ------... | closed | 2022-10-08T13:14:30Z | 2022-10-08T13:56:44Z | https://github.com/Nemo2011/bilibili-api/issues/86 | [] | cabinary | 2 |
nschloe/tikzplotlib | matplotlib | 3 | Numbers should be printed in scientific (exponent) notation | Problem:
Numbers are currently printed in the general format `%g`. As a result very large decimals are printed in the tex file that matplotlib2tikz produces.
(TeXLive 2010, pgfplots 1.4)
Example that exhibits the problem:
from matplotlib.pylab import *
from numpy import *
from matplotlib2tikz import save a... | closed | 2010-10-14T10:59:51Z | 2010-10-14T12:09:10Z | https://github.com/nschloe/tikzplotlib/issues/3 | [] | foucault | 2 |
Lightning-AI/pytorch-lightning | data-science | 20,016 | Gathering a list of strings from multiple devices using Fabric | ### Bug description
I have a list of strings, on each device in multi-gpu evaluation, I want to be able to collect them all on all devices across all devices into a single list
```
m_preds = fabric.all_gather(all_preds)
m_gt = fabric.all_gather(all_gt)
```
when I try the above code (`all_preds` I and `all... | open | 2024-06-26T01:28:46Z | 2024-06-27T18:44:48Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20016 | [
"question",
"docs"
] | Haran71 | 1 |
onnx/onnx | machine-learning | 6,172 | How to use onnx.utils.extract_model to extract more than 2GB child onnx model ? |
` input_name = "sample" #'/conv_in/Conv_output_0'
output_name = "/down_blocks.1/resnets.0/norm1/Reshape_output_0" #
onnx.utils.extract_model(original_model_path, extracted_model_path, [input_name], [output_name])
`
onnx.utils.extract_model(original_model_path, extracted_model_path, [input_n... | closed | 2024-06-12T07:42:11Z | 2024-06-20T08:52:06Z | https://github.com/onnx/onnx/issues/6172 | [
"question"
] | Lenan22 | 2 |
man-group/arctic | pandas | 733 | Correct way to use VersionStore? | I have read the available documentation (even watched the presentations) and skimmed through the code but I am still not sure if I understand how to achieve semantics of patching timeseries data in VersionStore.
Let's say that I store large timeseries under one symbol - it has a large number of datapoints indexed by... | closed | 2019-03-04T11:35:22Z | 2019-09-08T14:56:56Z | https://github.com/man-group/arctic/issues/733 | [
"VersionStore"
] | FilipJanitor | 6 |
mage-ai/mage-ai | data-science | 5,078 | [BUG] Git Stage / un-stage / commit API error - reproducible | ### Mage version
9.70
### Describe the bug
This is happening in two Mage Multi Project EKS environments
- When Staging files from UI nothing happens
- I can stage in the terminal.
- Once staged from the terminal - I cannot un-stage from UI
- Once staged from the terminal - I cannot commit
### To reproduc... | open | 2024-05-16T22:05:46Z | 2024-05-16T22:05:46Z | https://github.com/mage-ai/mage-ai/issues/5078 | [
"bug"
] | Arthidon | 0 |
autokey/autokey | automation | 142 | Dependencies for autokey v0.94.1 | Hello.
Thank you for your effort. I really appreciate it.
I tried to upload the newest autokey v0.94.1 to my PPA(ppa:nemonein/tailored), for Bionic(Ubuntu), but it failed.
After a few hours of struggle(;-0), I've found a way to fix it.
debian/control file should contain,
```
Source: autokey
Section: utils
P... | closed | 2018-05-12T08:46:18Z | 2018-07-30T20:11:21Z | https://github.com/autokey/autokey/issues/142 | [] | nemonein | 2 |
dpgaspar/Flask-AppBuilder | flask | 1,418 | Chart is not visble | Chart is not visble
I cannot see the all chart. I also found in Demo Site (http://flaskappbuilder.pythonanywhere.com/)
In the Chrome Developer Menu, the following error occurs.
google_charts.js:21 GET https://www.google.com/uds/?file=visualization&v=1&packages=corechart net::ERR_ABORTED 404 | closed | 2020-07-02T02:13:09Z | 2020-07-02T07:34:30Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1418 | [] | kmorkah | 1 |
plotly/dash | flask | 2,641 | [BUG] Reset View Button in Choropleth Mapbox Shows Old Data | Hello,
I've built a dash app (https://www.greenspace.city), which uses the Plotly Choropleth Mapbox to visualise spatial data. The map is centered on the selected suburb (dropdown value).
Unfortunately, when I switch the data (i.e. select a different suburb or city from the dropdown) and hit the reset view butto... | closed | 2023-09-12T07:31:44Z | 2024-07-25T13:42:09Z | https://github.com/plotly/dash/issues/2641 | [] | masands | 1 |
Gozargah/Marzban | api | 1,303 | Nodes Usage | در نسخه dev بخش Nodes Usage رو نشون نمیده

| closed | 2024-09-05T00:06:35Z | 2024-09-05T07:27:06Z | https://github.com/Gozargah/Marzban/issues/1303 | [] | sirvan1133 | 4 |
nteract/papermill | jupyter | 327 | Plugin 'jupyterlab-celltags' failed to activate. | Installed JupyterLab v1.0.0a1
Installed Jupyterlab celltag extension , celltags v0.1.4
I am getting error Plugin 'jupyterlab-celltags' failed to activate.
I couldn't see the 'Add Tag' in Tools.
jupyterlab-celltags extension is not compatible with latest JupyterLab v1.0.0a1
Please look into the issue.
| closed | 2019-03-06T08:02:59Z | 2019-03-26T17:34:48Z | https://github.com/nteract/papermill/issues/327 | [] | rekham23 | 5 |
bendichter/brokenaxes | matplotlib | 121 | Group view error in Radis | AttributeError Traceback (most recent call last)
Cell In[10], line 49
40 fit_properties = {
41 "method": "least_squares", # Preferred fitting method from the 17 confirmed methods of LMFIT stated in week 4 blog. By default, "leastsq".
42 "fit_var": "transmittance", ... | open | 2024-08-13T08:09:59Z | 2024-09-16T19:53:46Z | https://github.com/bendichter/brokenaxes/issues/121 | [] | Abhay-becks | 1 |
kymatio/kymatio | numpy | 318 | Python 2.7 compatibility? | This is something that may simplify adoption in certain environments. Obviously, making this work is not a trivial amount of effort, so we need to have a discussion on the pros and cons. | closed | 2019-01-22T10:35:03Z | 2019-02-25T15:34:22Z | https://github.com/kymatio/kymatio/issues/318 | [
"enhancement",
"management",
"API"
] | janden | 9 |
scikit-optimize/scikit-optimize | scikit-learn | 379 | Expose transform to the public API of dimensions and allow it to be a callable | Currently we allow each dimension to be a `(lower_bound, upper_bound, prior)` tuple where prior can be "uniform" or "log-uniform". In order to allow more flexibilty, we can allow prior to be a callable that maps from the input space to some arbitrary space. | closed | 2017-05-24T01:58:36Z | 2017-05-26T07:54:32Z | https://github.com/scikit-optimize/scikit-optimize/issues/379 | [
"API"
] | MechCoder | 6 |
scanapi/scanapi | rest-api | 274 | Lint Action failing because different black version | `lgeiger/black-action` does not permit to set a specific version for Black. The action always install it using `pip install black`. See the code [here](https://github.com/lgeiger/black-action/blob/master/Dockerfile#L12)
For our project we fixed the version on [19.10b0](https://github.com/scanapi/scanapi/blob/f1a3b20... | closed | 2020-09-13T22:32:15Z | 2020-09-14T18:03:33Z | https://github.com/scanapi/scanapi/issues/274 | [
"Bug"
] | camilamaia | 1 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,723 | [Feature Request]: Increase image input size limit in imgtoimg | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
There is a size limit for sending a file to imgtoimg I believe it is a maximum of 300mb, I also believe it comes from the Gradio interface, because even changing p... | open | 2024-05-06T11:43:00Z | 2024-05-11T02:15:49Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15723 | [
"enhancement"
] | utopic-dev | 6 |
agronholm/anyio | asyncio | 857 | `create_tcp_listener(local_port=0)`: return listeners with the same port | ### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
> it would be nice if `multilistener = await create_tcp_listener(local_port=0)` used the same port for both of the listeners. This would be [implemented via something roughl... | open | 2025-01-09T09:25:13Z | 2025-03-21T23:02:29Z | https://github.com/agronholm/anyio/issues/857 | [
"enhancement"
] | gschaffner | 1 |
numpy/numpy | numpy | 28,351 | BUG: FreeBSD fails a conversion test | FreeBSD recently began failing the `test_nested_arrays_stringlength` test in `test_array_coercion.py`. It emits a `RuntimeWarning` when casting `float` objects to `string` dtype
```
self = <test_array_coercion.TestStringDiscovery object at 0x1a16d2f95dd0>
obj = 1.2
@pytest.mark.parametrize("obj",
[obj... | closed | 2025-02-18T06:13:37Z | 2025-02-21T15:55:34Z | https://github.com/numpy/numpy/issues/28351 | [] | mattip | 5 |
jazzband/django-oauth-toolkit | django | 878 | RELEASE 1.3.3 | Checklist:
- [x] Update the changelog | closed | 2020-10-07T13:50:54Z | 2020-10-20T05:39:34Z | https://github.com/jazzband/django-oauth-toolkit/issues/878 | [] | MattBlack85 | 5 |
ContextLab/hypertools | data-visualization | 223 | roation & saving not working on large legends | I have got a large legend of numerical data, so the legend is larger than the window size and on clicking the _save button_ an exception is thrown
```
Traceback (most recent call last):
File "matplotlib/cbook/__init__.py", line 216, in process
func(*args, **kwargs)
File "hypertools/plot/draw.py", line 12... | open | 2019-07-01T08:24:23Z | 2019-07-01T08:24:23Z | https://github.com/ContextLab/hypertools/issues/223 | [] | flashpixx | 0 |
mars-project/mars | numpy | 2,814 | [BUG] release_free_slot got wrong slot_id | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
To help us reproducing this bug, please provide information below:
1.... | closed | 2022-03-14T03:59:14Z | 2022-03-15T03:17:29Z | https://github.com/mars-project/mars/issues/2814 | [
"type: bug",
"mod: scheduling service"
] | chaokunyang | 2 |
jonaswinkler/paperless-ng | django | 880 | [BUG] Paperless does not start on upgrading to 1.4.0 | <!---
=> Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ng.readthedocs.io/en/latest/troubleshooting.html
=> Please also make sure that you followed the installation instructions.
=> Please search the issues and look for similar issues before open... | closed | 2021-04-07T12:57:10Z | 2021-04-07T13:09:11Z | https://github.com/jonaswinkler/paperless-ng/issues/880 | [] | starbuck93 | 1 |
airtai/faststream | asyncio | 2,035 | Bug: miss nested model in AsyncAPI docoumentation | ```python
from dataclasses import dataclass, field
from faststream.rabbit import RabbitBroker
from faststream.specification import AsyncAPI
@dataclass
class PartnerOrderProduct:
product_uid: str
@dataclass
class PartnerOrderPayload:
uid: str
status: str
date: str
products: list[Par... | closed | 2025-01-12T18:11:13Z | 2025-03-10T09:29:54Z | https://github.com/airtai/faststream/issues/2035 | [
"bug"
] | Lancetnik | 2 |
jumpserver/jumpserver | django | 15,071 | upgrade | ### 产品版本
v4.3.1
### 版本类型
- [x] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [x] 在线安装 (一键命令安装)
- [ ] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### 环境信息
kylin v10 sp2 system kernel 4.x
### 🤔 问题描述
v4.3.1 upgrade v4.7.0 excute to step 6,Error response frome daemon : failed to create task for contain... | open | 2025-03-19T08:24:19Z | 2025-03-24T02:54:51Z | https://github.com/jumpserver/jumpserver/issues/15071 | [
"⏳ Pending feedback",
"🤔 Question"
] | tianchaopow | 3 |
supabase/supabase-py | fastapi | 703 | Update dependency of httpx to 0.26 or higher | **Is your feature request related to a problem? Please describe.**
The version window 0.24 >= v > 0.26 is causing the problems with other packages that are relied on httpx of versions >= 0.26 (in my case it was python-telegram-bot). However there were no breaking changes in 0.26 and 0.27.
Also it appears that postgre... | closed | 2024-02-26T14:05:35Z | 2024-04-02T01:05:57Z | https://github.com/supabase/supabase-py/issues/703 | [
"enhancement",
"postgrest"
] | deaddrunkspirit | 13 |
ShishirPatil/gorilla | api | 873 | [BFCL] 关于多轮测试的问题 | 我再运行bfcl generate --model Qwen/Qwen2.5-7B-Instruct --test-category multi_turn --backend vllm的时候,在berkeley-function-call-leaderboard/bfcl/model_handler/oss_model/base_oss_handler.py:225 in _multi_threaded_inference 的assert type(test_case["function"]) is list处报错。显示没有function这个key,然后我去查了数据,发现数据确实没有function,这该怎么解决
| closed | 2025-01-09T02:28:43Z | 2025-02-20T22:34:38Z | https://github.com/ShishirPatil/gorilla/issues/873 | [
"BFCL-General"
] | qianzhang2018 | 1 |
deepfakes/faceswap | machine-learning | 644 | Faceswap Windows Installer v0.95b DLL load failed: The specified module could not be found. | 
| closed | 2019-03-03T19:07:23Z | 2019-03-05T01:17:01Z | https://github.com/deepfakes/faceswap/issues/644 | [] | KaveriWaikar | 2 |
marimo-team/marimo | data-visualization | 3,521 | The "Edit Markdown" button should respect the "cell output area = below" setting | ### Description
When the `cell output area` is set to `below`, the `edit markdown` button (i.e., the "eye" icon) should be placed at the top of the card, instead of below.

### Suggested solution
Having it at the bottom of th... | closed | 2025-01-21T01:33:52Z | 2025-01-21T15:49:02Z | https://github.com/marimo-team/marimo/issues/3521 | [
"enhancement"
] | mjkanji | 1 |
NullArray/AutoSploit | automation | 988 | Ekultek, you are correct. | Kek | closed | 2019-04-19T16:46:35Z | 2019-04-19T16:58:00Z | https://github.com/NullArray/AutoSploit/issues/988 | [] | AutosploitReporter | 0 |
neuml/txtai | nlp | 776 | Persist Scoring component metadata with MessagePack | Persist Scoring component metadata with MessagePack. Keep support for loading existing Pickle format but only save in new format. | closed | 2024-08-23T20:47:44Z | 2024-08-24T12:12:57Z | https://github.com/neuml/txtai/issues/776 | [] | davidmezzetti | 0 |
flairNLP/flair | nlp | 2,995 | Possibility of setting Adam optimizer for TARS Classifier | Hi,
I appreciate your beneficial library. In this issue, I have a question regarding TARS Classifier and its optimizer.
I was applying few-shot learning to my own dataset using your library. In the optimization, I wanted to use different optimizers, such as Adam or AdamW, but whenever I used Adam (`torch.optim.Ad... | closed | 2022-11-20T21:53:25Z | 2023-05-05T12:26:29Z | https://github.com/flairNLP/flair/issues/2995 | [
"question",
"wontfix"
] | FaezeGhorbanpour | 5 |
jupyterlab/jupyter-ai | jupyter | 1,273 | Minimum dependencies CI job is failing | ## Description
The `Python Tests / Unit tests (Python 3.9, minimum dependencies)` workflow is currently failing on CI.
## Reproduce
Example of failing run: https://github.com/jupyterlab/jupyter-ai/actions/runs/13762125319/job/38480403001?pr=1271
## Context
- Updating the version floor and clearing the runner cache... | closed | 2025-03-10T20:48:12Z | 2025-03-11T22:22:22Z | https://github.com/jupyterlab/jupyter-ai/issues/1273 | [
"bug"
] | dlqqq | 3 |
ivy-llc/ivy | tensorflow | 28,098 | Fix Frontend Failing Test: jax - attribute.paddle.real | To-do List: https://github.com/unifyai/ivy/issues/27496 | closed | 2024-01-28T19:01:47Z | 2024-01-29T13:08:51Z | https://github.com/ivy-llc/ivy/issues/28098 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 2,145 | How does nodriver support Internet Explorer | How does nodriver support Internet Explorer | open | 2025-02-24T09:14:22Z | 2025-02-24T10:14:10Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2145 | [] | pythonlw | 1 |
litestar-org/polyfactory | pydantic | 455 | Bug: Support for Python 3.12 type keyword | ### Description
When upgrading from Python 3.11 syntax to 3.12, my TypeAliases are now `type` lines.
Ex:
```python
LiteralAlias: TypeAlias = Literal['a','b','c']
```
becomes
```python
type LiteralAlias = Literal['a','b','c']
```
With this change Polyfactory no longer recognizes the type:
```
E polyf... | closed | 2023-12-12T07:54:25Z | 2025-03-20T15:53:12Z | https://github.com/litestar-org/polyfactory/issues/455 | [
"bug",
"high priority"
] | sherbang | 1 |
yihong0618/running_page | data-visualization | 664 | 悦跑圈抓取数据时错误,遇到错误:Max retries exceeded with url错误。 | ## 在vscode中运行,具体出现的反馈代码如下:
```
C:\Users\Administrator> & C:/Users/Administrator/AppData/Local/Programs/Python/Python38/python.exe d:/JoyRundateto/running_page-master/run_page/joyrun_sync.py 18XXXXX 验证码 --with-gpx
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Pyt... | closed | 2024-04-21T11:47:04Z | 2024-05-28T07:23:13Z | https://github.com/yihong0618/running_page/issues/664 | [] | Xiaoshizi1024 | 7 |
onnx/onnx | scikit-learn | 5,828 | Pytorch to ONNX export: Unexpected reduction in model size. | I am attempting to convert a PyTorch text detection model to ONNX, but I am experiencing unexpected behavior during the export process. The size of the exported ONNX model is significantly reduced from the original PyTorch model (15 MB to 7 MB), and the inferences from the ONNX model are not as accurate as the PyTorch ... | closed | 2023-12-28T20:10:35Z | 2024-01-01T17:02:10Z | https://github.com/onnx/onnx/issues/5828 | [
"question",
"topic: converters"
] | Ashish0091 | 1 |
tox-dev/tox | automation | 2,844 | tox v4 gets stuck at the end waiting for a lock to be released | ## Issue
In particular conditions, tox might get stuck forever (100% cpu) after it finished running.
Describe what's the expected behaviour and what you're observing.
## Environment
Provide at least:
- OS: any
- `pip list` of the host Python where `tox` is installed:
```console
```
## Output ... | open | 2023-01-09T19:09:21Z | 2024-03-05T22:16:13Z | https://github.com/tox-dev/tox/issues/2844 | [
"bug:minor",
"help:wanted"
] | ssbarnea | 6 |
dask/dask | numpy | 11,068 | Unable to get series when previously filtered with datetime slice | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | closed | 2024-04-25T10:05:05Z | 2024-04-25T17:49:26Z | https://github.com/dask/dask/issues/11068 | [
"needs triage"
] | m-rossi | 3 |
scikit-image/scikit-image | computer-vision | 7,062 | Error when using pip to install version 0.17.2 | ### Description:
I'm trying to install scikit-image==0.17.2 using pip, but doing so results in an error.
### Way to reproduce:
Running the command: "pip install scikit-image==0.17.2" results in this:
```
Collecting scikit-image==0.17.2
Using cached scikit-image-0.17.2.tar.gz (29.8 MB)
Installing buil... | closed | 2023-07-11T19:39:35Z | 2024-06-17T23:35:49Z | https://github.com/scikit-image/scikit-image/issues/7062 | [
":bug: Bug"
] | xdTAGCLAN | 6 |
aminalaee/sqladmin | sqlalchemy | 179 | UUIDType in sqlalchemy_utils support | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
There is a [UUID converter for `sqlalchemy.dialects.postgresql.base.UUID`](https://github.com/aminalaee/sqladmin/blob/e268c0faf200cc13c558c2d8d21cf5f359fdd327/sqladmin/forms.py#L3... | closed | 2022-06-16T07:44:57Z | 2022-06-17T11:32:22Z | https://github.com/aminalaee/sqladmin/issues/179 | [] | okapies | 1 |
ijl/orjson | numpy | 308 | Too large integers are not rejected | ```
>>> import orjson
>>> import ujson
>>> s = '{"foo":9999999999999999999999999999999999}'
>>> orjson.loads(s)
{'foo': 1e+34}
>>> ujson.loads(s)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ujson.JSONDecodeError: Value is too big!
``` | closed | 2022-10-03T07:18:02Z | 2022-12-08T09:34:45Z | https://github.com/ijl/orjson/issues/308 | [] | laurivosandi | 3 |
quasarstream/python-ffmpeg-video-streaming | dash | 85 | Is anyone using this tool as an NVR? | Hello,
I *think* this tool could be used as a Network Video Recorder (NVR) for IP cameras and such.
1. Do you know of anyone using it as such?
2. Are there any examples you could point me to?
Thank you | closed | 2022-06-10T18:36:39Z | 2022-07-22T11:12:38Z | https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/85 | [] | SeaDude | 1 |
matplotlib/matplotlib | data-science | 28,961 | [MNT]: Defining bins in a graph takes way too long | ### Summary
Defining bins takes way too long for the task. Here is an example:
```py
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
np.random.seed(42)
df = pd.DataFrame({
'Value 1': range(1, 251), # Numbers from 1 to 250
'Value 2': np.random.randint(1, 11, size=250) # ... | closed | 2024-10-10T13:38:08Z | 2024-10-10T14:15:50Z | https://github.com/matplotlib/matplotlib/issues/28961 | [
"Maintenance"
] | Chuck321123 | 1 |
onnx/onnx | tensorflow | 6,713 | Precision drop after exporting PyTorch.sigmoid to ONNX.sigmoid | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklea... | closed | 2025-02-20T02:15:52Z | 2025-02-20T03:56:04Z | https://github.com/onnx/onnx/issues/6713 | [
"topic: runtime"
] | blingbling22 | 1 |
apachecn/ailearning | python | 628 | it is excellent project,thanks to all guys. | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2022-01-22T04:25:00Z | 2022-04-26T07:47:34Z | https://github.com/apachecn/ailearning/issues/628 | [] | 1qiqiqi | 8 |
comfyanonymous/ComfyUI | pytorch | 6,791 | Help! How to solve the issue of unsupported operand types for //: 'int' and 'NoneType'? | ### Your question
# ComfyUI Error Report
## Error Details
- **Node ID:** 36
- **Node Type:** HyVideoTextImageEncode
- **Exception Type:** TypeError
- **Exception Message:** unsupported operand type(s) for //: 'int' and 'NoneType'
## Stack Trace
```
File "D:\ComfyUI-aki-v1.4\ComfyUI-aki-v1.4\execution.py", line 328,... | closed | 2025-02-12T04:49:07Z | 2025-02-12T22:31:37Z | https://github.com/comfyanonymous/ComfyUI/issues/6791 | [
"User Support"
] | peter7029 | 2 |
gevent/gevent | asyncio | 2,003 | client hang with gevent time out | * gevent version: Please note how you installed it: From source, from
PyPI, from your operating system's package, etc.
* Python version: Please be as specific as possible. For example,
"cPython 2.7.9 downloaded from python.org"
* Operating System: Please be as specific as possibl... | closed | 2023-10-24T07:09:10Z | 2023-10-24T10:26:24Z | https://github.com/gevent/gevent/issues/2003 | [] | bigmover | 1 |
ray-project/ray | tensorflow | 51,243 | [Data] `StandardScaler.transform()` cannot handle non-`NAN` columns when `StandardScaler.stats_` is `NAN` for that column | ### What happened + What you expected to happen
`StandardScaler.transform()` should ideally return `NAN` for columns which have `StandardScaler.stats_` as None. But the current implementation leads to -
```
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
```
### Versions / Dependencies
-
### R... | closed | 2025-03-11T12:00:36Z | 2025-03-12T21:21:52Z | https://github.com/ray-project/ray/issues/51243 | [
"bug",
"P1",
"data"
] | jpatra72 | 0 |
iperov/DeepFaceLab | machine-learning | 662 | Videos won't play on iPhone | Last time output videos didn't play on the iphone on a recent version someone suggested doing this...
If you're on PC you can try editing VideoEd file in F:\DF\DFL2.0\_internal\DeepFaceLab\mainscripts and change line from
output_kwargs.update ({"c:v": "libx265",
to
output_kwargs.update ({"c:v": "libx264",
But in... | closed | 2020-03-19T19:10:18Z | 2020-03-21T06:53:33Z | https://github.com/iperov/DeepFaceLab/issues/662 | [] | kilerb | 2 |
ResidentMario/geoplot | matplotlib | 14 | Write tests | closed | 2016-12-18T18:43:06Z | 2016-12-31T02:49:31Z | https://github.com/ResidentMario/geoplot/issues/14 | [
"enhancement"
] | ResidentMario | 0 | |
horovod/horovod | tensorflow | 3,354 | Trying to get in touch regarding a security issue | Hey there!
I belong to an open source security research community, and a member (@srikanthprathi) has found an issue, but doesn’t know the best way to disclose it.
If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact method? GitHub [recommends](https://docs.github.com/en/code-s... | closed | 2022-01-09T00:13:04Z | 2022-01-19T19:25:36Z | https://github.com/horovod/horovod/issues/3354 | [] | JamieSlome | 3 |
BlinkDL/RWKV-LM | pytorch | 184 | 基于world-chinese的1.5b的ckpt增量训练loss绝对值达到2.7几? |
基于world-chinese的1.5b的ckpt增量训练loss绝对值达到2.74,远大于RWKV pile图中332b的2.0的loss。想问问是怎么回事? | open | 2023-09-14T14:18:07Z | 2023-09-23T15:29:09Z | https://github.com/BlinkDL/RWKV-LM/issues/184 | [] | AugF | 1 |
aleju/imgaug | machine-learning | 537 | AttributeError: module 'numpy.random' has no attribute 'bit_generator' | the imgaug raise AttributeError: module 'numpy.random' has no attribute 'bit_generator' ?
i don't know what errors is?
can you help me,thank you
| open | 2019-12-25T08:53:55Z | 2022-03-13T20:25:57Z | https://github.com/aleju/imgaug/issues/537 | [] | cqray1990 | 9 |
tox-dev/tox | automation | 2,814 | Regression for usage of pip options | ## Issue
Since version 4.0 tox fails when encountering pip options as part of the dependencies.
The following example works fine with tox <4.0, but doesn't work with tox >=4.0 anymore.
```
$ cat requirements.txt
--no-binary pydantic
$ cat tox.ini
[tox]
envlist = py3
[testenv]
deps = -r requirements.t... | closed | 2023-01-04T08:56:33Z | 2023-06-17T01:12:10Z | https://github.com/tox-dev/tox/issues/2814 | [
"bug:minor",
"help:wanted"
] | Dunedan | 13 |
schemathesis/schemathesis | graphql | 2,755 | [FEATURE] allow setting CheckConfig and using schemathesis.toml when doing OpenAPI tests | ### Is your feature request related to a problem? Please describe
Schemathesis has several settings, such as negative_data_rejection_allowed_statuses, that can be used to customize the tests.
According to the docs, these can be set in schemathesis.toml, but from what I can see, schemathesis.toml is only used when usi... | open | 2025-03-05T07:34:38Z | 2025-03-05T09:29:13Z | https://github.com/schemathesis/schemathesis/issues/2755 | [
"Status: Needs Triage",
"Type: Feature"
] | Panaetius | 2 |
jacobgil/pytorch-grad-cam | computer-vision | 205 | Problem with inception | I tried with resnet and densenet and worked fine. But faced difficulties with inception v3. Can you please suggest how to implement this in inception v3?
model = torch.load(ModelName)
model.eval()
target_layers = model._modules.get('Mixed_7c')
cam = GradCAM(model=model, target_layers=target_layers, use_cuda=True)... | closed | 2022-02-24T23:48:04Z | 2022-03-18T01:31:18Z | https://github.com/jacobgil/pytorch-grad-cam/issues/205 | [] | midya2020 | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 714 | Is there a way to initialize the weights with a pre-trained weights? | I have a U-net model trained on an area A where the data is abundant, to make a transfer learning on a new study area B, I wanted to train the same model but initialize the model with the weights from A and a small dataset collected from study area B. Is there a way to initialize the weights with pre-trained weights? I... | closed | 2023-02-03T00:40:21Z | 2023-03-27T14:51:49Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/714 | [] | MirandaLv | 5 |
Hironsan/BossSensor | computer-vision | 34 | 你这程序最好没有bug 不然我摸鱼被老板抓到 打死你【狗头】 | open | 2023-08-21T08:47:35Z | 2023-08-21T08:48:11Z | https://github.com/Hironsan/BossSensor/issues/34 | [] | young-lee-young | 1 | |
jina-ai/serve | machine-learning | 5,660 | Executor dict return does not work as in the documentation: | https://docs.jina.ai/concepts/executor/add-endpoints/#returns | closed | 2023-02-07T07:52:53Z | 2023-02-07T16:06:37Z | https://github.com/jina-ai/serve/issues/5660 | [] | alaeddine-13 | 1 |
pytorch/vision | computer-vision | 8,625 | ImageReadMode should support strings | It's pretty inconvenient to have to import ImageReadMode just to ask `decode_*` for an RGB image. We should just allow strings as well.
Also, `RGBA` should be a valid option (like in PIL). `RGB_ALPHA` is... long. | closed | 2024-09-03T14:46:03Z | 2024-09-04T10:38:52Z | https://github.com/pytorch/vision/issues/8625 | [] | NicolasHug | 0 |
dsdanielpark/Bard-API | nlp | 34 | Large volume of requests may result in a ban | I was throwing a request to Bard to summarize a paper, and it started throwing Response Error halfway through. This happens regardless of the Token and will not accept requests from python.
Requests from web browsers are successfully accepted, so there may be some way to fix this.
Do you have any ideas?
```
Respons... | closed | 2023-05-23T16:20:32Z | 2024-01-18T15:55:52Z | https://github.com/dsdanielpark/Bard-API/issues/34 | [] | yama-yeah | 12 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 409 | A way to add custom filters not specific to fields | In graphene-sqlalchemy-filters. One of the benefits was that when adding custom filters, they didn't have to be associated to fields. It seems the new filter setup covers 90% of the use cases which is great! But, having custom filters unassociated to fields would be amazing. Are there any plans to support this?
I ... | open | 2024-03-20T00:47:41Z | 2024-03-20T00:47:41Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/409 | [] | adiberk | 0 |
pydantic/pydantic-core | pydantic | 872 | Fix the Float Serializer with Infinite and NaN Number Values | Currently, when we receive a `float('inf')`, the serializer respects the RFC standard and transforms it into a null value.
However, python returns '-Infinity' , 'Infinity' and 'NaN' if `allow_nan` is `true` : https://docs.python.org/3.8/library/json.html#infinite-and-nan-number-values
Selected Assignee: @samuelcolv... | closed | 2023-08-10T08:34:58Z | 2023-11-06T18:24:53Z | https://github.com/pydantic/pydantic-core/issues/872 | [] | JeanArhancet | 3 |
jmcnamara/XlsxWriter | pandas | 647 | Temporary files fill up temporary directories | If the input filename parameter format is incorrect, it will cause an error
workbook.py:
```python
# Error Points
xlsx_file = ZipFile(self.filename, "w", compression=ZIP_DEFLATED,
allowZip64=self.allow_zip64)
#......
#......
# Unable to execute
os.remove(os_filename)
```
Generated temp... | closed | 2019-08-08T07:48:50Z | 2019-08-26T00:01:17Z | https://github.com/jmcnamara/XlsxWriter/issues/647 | [
"awaiting user feedback"
] | Mrchangblog | 7 |
pytest-dev/pytest-xdist | pytest | 992 | pytest-xdist does not work with vscode test-explorer when using --dist=loadgroup | I believe ultimately this is a consequence of the testcase name mangling that `pytest-xdist` does (adding @<group> to the testcase name).
I don't know if this should be considered a `pytest-xdist` issue or a vscode Python extension issue...

df.head()
Id | MSSubClass | MSZoning | LotFrontage | LotArea | Street | Alley | LotShape | LandContour | Utilities | ... | PoolArea | PoolQC | Fence | MiscFeature | MiscVal | MoSold | YrSold | SaleType | SaleCond... | closed | 2021-09-05T09:18:09Z | 2021-09-15T20:10:24Z | https://github.com/ydataai/ydata-profiling/issues/823 | [] | vvsenthil | 2 |
Aeternalis-Ingenium/FastAPI-Backend-Template | sqlalchemy | 31 | AttributeError: 'pydantic_core._pydantic_core.MultiHostUrl' object has no attribute 'replace' | backend_app | File "/usr/backend/src/repository/database.py", line 42, in <module>
backend_app | async_db: AsyncDatabase = AsyncDatabase()
backend_app | ^^^^^^^^^^^^^^^
backend_app | File "/usr/backend/src/repository/database.py", line 19, in __init__
backend_app ... | open | 2023-11-28T11:30:36Z | 2024-02-03T20:39:11Z | https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/issues/31 | [] | eshpilevskiy | 1 |
comfyanonymous/ComfyUI | pytorch | 7,177 | The size of tensor a (49) must match the size of tensor b (16) at non-singleton dimension 1 | ### Expected Behavior
The size of tensor a (49) must match the size of tensor b (16) at non-singleton dimension 1
# ComfyUI Error Report
## Error Details
- **Node ID:** 3
- **Node Type:** KSampler
- **Exception Type:** RuntimeError
- **Exception Message:** The size of tensor a (49) must match the size of tensor b (... | open | 2025-03-10T18:41:07Z | 2025-03-20T21:14:12Z | https://github.com/comfyanonymous/ComfyUI/issues/7177 | [
"Potential Bug"
] | HimanshuSan | 1 |
scikit-hep/awkward | numpy | 2,340 | Awkward allows non-nullable unknown type, but Arrow doesn't | In trying to construct a minimal reproducer, I find that they directly forbid a null type from being non-nullable:
```python
>>> import pyarrow as pa
>>> pa.field("name", pa.null(), nullable=False)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pyarrow/types.pxi", line 2266, in... | closed | 2023-03-24T14:27:59Z | 2024-04-29T17:30:30Z | https://github.com/scikit-hep/awkward/issues/2340 | [
"bug"
] | jpivarski | 2 |
QingdaoU/OnlineJudge | django | 469 | 为什么pull下来后,没有前端代码,只有后端和数据库的 | closed | 2024-07-19T03:45:13Z | 2024-07-19T03:47:13Z | https://github.com/QingdaoU/OnlineJudge/issues/469 | [] | garry-jay | 0 | |
iMerica/dj-rest-auth | rest-api | 370 | Reverse for 'password_reset_confirm' not found | Hello, I just got this error when sending POST to `password/reset/`.
There are these patterns in the app:
```
path('password/reset/', PasswordResetView.as_view(), name='rest_password_reset'),
path('password/reset/confirm/', PasswordResetConfirmView.as_view(), name='rest_password_reset_confirm'),
```
... | closed | 2022-02-03T11:38:09Z | 2022-07-17T23:18:09Z | https://github.com/iMerica/dj-rest-auth/issues/370 | [
"support-request"
] | milano-slesarik | 3 |
replicate/cog | tensorflow | 1,602 | Replicate is failing outside my code with a pickling issue after my predict function ends | During my predict() function, I initialize a class called EachPredictor, and assign it to a dict inside the Predictor. However, every call errors after the predict function is finished, with this:
```
Traceback (most recent call last):
File "/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/cog/server/wor... | open | 2024-03-28T17:36:14Z | 2024-03-28T17:36:14Z | https://github.com/replicate/cog/issues/1602 | [] | ryx2 | 0 |
errbotio/errbot | automation | 1,398 | Telegram backend formatting | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [ ] Reporting a bug
* [X] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version:... | open | 2019-12-07T11:46:58Z | 2021-12-20T06:46:29Z | https://github.com/errbotio/errbot/issues/1398 | [
"backend: Telegram"
] | fernand0 | 0 |
dynaconf/dynaconf | flask | 974 | Nested setting disappears after validation | **Describe the bug**
When two nested settings with the same name (in the last part) are validated, the one setting is no longer present after validation.
**To Reproduce**
This is best demonstrated with a test case:
```
from dynaconf import Validator, Dynaconf
settings = Dynaconf()
... | closed | 2023-08-04T13:27:58Z | 2024-07-08T18:12:05Z | https://github.com/dynaconf/dynaconf/issues/974 | [
"bug",
"4.0-breaking-change"
] | fswane | 3 |
jupyter-book/jupyter-book | jupyter | 2,146 | AttributeError: 'EntryPoints' object has no attribute 'get' | ### Describe the bug
**context**
When I do
```bash
jupyter book toc migrate _toc.yml
# but also
jupyter book --help
```
**bug**
I am consistently getting a stack dump ending with
```console
File "/some/path/lib/python3.12/site-packages/click/core.py", line 1325, in get_help
self.format_help(ctx, ... | open | 2024-05-01T13:06:17Z | 2024-09-17T17:23:37Z | https://github.com/jupyter-book/jupyter-book/issues/2146 | [
"bug"
] | parmentelat | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.