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
ray-project/ray
python
51,402
Two IPs for Ray worker nodes: one for in-cluster communication and another for communication within the node itself?
### Description I will use a Tailscale network to provide connectivity for my Ray cluster.   The Ray worker nodes run inside containers (not in the privileged mode), utilizing Tailscale Userspace Networking Mode with a SOCKS5 proxy for connectivity. Each Ray worker node can communicate with other nodes using their Tai...
open
2025-03-15T23:04:30Z
2025-03-19T22:17:51Z
https://github.com/ray-project/ray/issues/51402
[ "enhancement", "P2", "core" ]
rxsalad
1
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
237
NameError: name 'GlobalGenerator_v2' is not defined
hello,when I run train_domain_B.py,it occurs error: Traceback (most recent call last): File "train_domain_B.py", line 48, in <module> model = create_model(opt) File "D:\pythonProject\6_18\BringOldBack\Global\models\models.py", line 17, in create_model model.initialize(opt) File "D:\pythonProject\6...
closed
2022-06-18T08:35:12Z
2022-06-22T01:05:05Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/237
[]
CodeMadUser
0
paperless-ngx/paperless-ngx
machine-learning
7,713
[BUG] User is able to delete pages even with read-only permissions
### Description I have a user who basically only has view permissions. This user can open and view a page. The delete button is not visible, which is correct. **But! It is possible to remove individual pages from the original PDF document using the Actions menu. The correct behavior should be that even file m...
closed
2024-09-15T22:33:06Z
2024-10-17T03:08:26Z
https://github.com/paperless-ngx/paperless-ngx/issues/7713
[ "not a bug" ]
marzlberger
9
vastsa/FileCodeBox
fastapi
187
希望支持cf的r2存储
既然大佬都支持AWS的s3了,也希望支持一下CF的R2,他们基本上是兼容的。
closed
2024-07-27T02:46:30Z
2024-09-04T12:25:52Z
https://github.com/vastsa/FileCodeBox/issues/187
[]
hbestm
3
giotto-ai/giotto-tda
scikit-learn
678
simplex index 9223716361969802160 in filtration is larger than maximum index 36028797018963967
**Describe the bug** File "/home/server/.local/lib/python3.10/site-packages/gtda/homology/simplicial.py", line 1126, in _weak_alpha_diagram Xdgms = ripser(dm, maxdim=self._max_homology_dimension, File "/home/server/.local/lib/python3.10/site-packages/gph/python/ripser_interface.py", line 603, in ripser_para...
open
2023-09-07T09:02:43Z
2024-09-19T13:22:34Z
https://github.com/giotto-ai/giotto-tda/issues/678
[ "bug" ]
jbeuria
3
httpie/cli
api
514
When using the post sending a request, including &
#### including &, pipe pp_json no working ![image](https://cloud.githubusercontent.com/assets/6560524/18007092/2e131544-6bd5-11e6-8b25-ec565a1c8e2c.png)
closed
2016-08-26T13:38:02Z
2016-08-26T14:32:58Z
https://github.com/httpie/cli/issues/514
[]
linglingqi007
2
FactoryBoy/factory_boy
django
1,046
post_generation hook appears to clash with Trait if they override the same attribute and both are called on create().
#### Description When a post_generation hook wraps a field name that is also overriden by a Trait, and both are called on .create(), then none of them appear to have their desired effect. #### To Reproduce Should happen just by running the provided code. ##### Model / Factory code ```python # ----------------...
open
2023-09-29T23:22:27Z
2023-09-29T23:30:14Z
https://github.com/FactoryBoy/factory_boy/issues/1046
[]
kvothe9991
0
microsoft/unilm
nlp
1,019
Any timelines about Kosmos-1?
Hi, just came across https://arxiv.org/abs/2302.14045 and the paper references this repository. Wondering if Kosmos-1 will eventually make its way here? Any timelines would be much appreciated. That being said, thank you so much for your hard work and making this repository public in the first place!
open
2023-03-10T21:19:07Z
2024-02-02T01:30:10Z
https://github.com/microsoft/unilm/issues/1019
[]
nikhilweee
3
plotly/dash-table
plotly
761
Regression: dash-loading is no longer set, CSS spinners cannot be used
In release 4.6.1 (with dash 1.10), the div with class name 'dash-spreadsheet-inner' would add the class name "dash-loading" while the table was loading. Release 4.6.2 (with dash 1.11) no longer sets this class property. This property is useful because dcc.Loading does not work well with dash-tables / DataTables. The...
open
2020-04-22T22:56:32Z
2020-04-22T22:56:32Z
https://github.com/plotly/dash-table/issues/761
[]
noisycomputation
0
tfranzel/drf-spectacular
rest-api
1,088
There should be a separate description like responses.
when we write a description it's override the docstring, for response there is separate description available but for request it's not.
closed
2023-10-17T18:32:07Z
2023-11-01T08:34:54Z
https://github.com/tfranzel/drf-spectacular/issues/1088
[]
bheemnitd
1
ExpDev07/coronavirus-tracker-api
fastapi
37
Using your api for a simple visualization
Hi, I am used your api to create a simple visualization [here](https://github.com/majidkorai/corona-viz)
closed
2020-03-13T20:21:10Z
2020-04-21T03:40:24Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/37
[ "user-created" ]
majidkorai
1
graphistry/pygraphistry
pandas
42
Visualizing DNA variation graphs
@lmeyerov [vg](https://github.com/ekg/vg) is a system for working with sequence graphs that represent populations of genomes. There is wide support for this idea in genomics, and it is on the cusp of use in production contexts that are not well served by exisiting approaches based around a single reference genome sequ...
closed
2015-11-16T09:39:33Z
2017-02-22T04:12:49Z
https://github.com/graphistry/pygraphistry/issues/42
[ "question" ]
ekg
1
jina-ai/clip-as-service
pytorch
5
Undefined names: 'ident' and 'start'
[flake8](http://flake8.pycqa.org) testing of https://github.com/hanxiao/bert-as-service on Python 3.7.1 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./service/server.py:176:44: F821 undefined name 'ident' worker.send_multipart([ident, b'', pickle.dump...
closed
2018-11-13T19:13:36Z
2018-11-14T11:49:35Z
https://github.com/jina-ai/clip-as-service/issues/5
[]
cclauss
4
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
341
[BUG] get_tiktok_video_data返回不相关视频信息的bug
***发生错误的平台?*** 抖音/TikTok ***发生错误的端点?*** API-V2 ***提交的输入值?*** 所有tiktok视频链接 ***是否有再次尝试?*** 是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 有,并且很确定该问题是程序导致的。 ![image](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/assets/19688008/ad7b8fec-5f3f-4791-932e-6d8c5d752719) 图中红框处的代码应该添加对video...
closed
2024-03-26T12:05:33Z
2024-03-28T05:40:06Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/341
[ "BUG" ]
guihui123
2
microsoft/nni
tensorflow
5,433
count_flops_params in nas,return 0
**Describe the issue**: i use count_flops_params or thop.profile in nas import nni.retiarii.nn.pytorch as nn the flops/parameters is return 0 **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFl...
closed
2023-03-11T12:14:48Z
2023-04-06T12:40:58Z
https://github.com/microsoft/nni/issues/5433
[]
kingxp
4
deepinsight/insightface
pytorch
1,858
RuntimeError: mat1 dim 1 must match mat2 dim 0
Traceback (most recent call last): File "train.py", line 141, in <module> main(parser.parse_args()) File "train.py", line 110, in main features = F.normalize(backbone(img)) File "/home/bahy/anaconda3/envs/fs_pytorch/lib/python3.6/site-packages/torch/nn/modules/module.py", line 727, in _call_impl ...
closed
2021-12-14T01:37:44Z
2021-12-14T08:18:53Z
https://github.com/deepinsight/insightface/issues/1858
[]
hai19991331
0
deepset-ai/haystack
nlp
9,076
In SuperComponent utils update `_is_compatible(type1, type2)` to return the common type
In SuperComponents during the validation of an `input_mapping` provided by a user we check if the types of the combined inputs are compatible using the `_is_compatible` utility function. `_is_compatible` works by checking if the two types have some overlapping common type rather than using strict type validation. This...
open
2025-03-20T07:15:04Z
2025-03-21T14:29:14Z
https://github.com/deepset-ai/haystack/issues/9076
[ "P2" ]
sjrl
0
microsoft/nni
machine-learning
5,354
Could not view any information on Trails detail.
**Describe the issue**: I am using NNI for hyperparameters optimization. In the **Overview** tabs, I can see all the information like `Duration` etc. But one strange thing is I could not see any update in **# Trail numbers section** even though my experiments are running for the last `sixteen` hours. Second, the **Tr...
open
2023-02-15T10:07:28Z
2023-02-24T02:51:08Z
https://github.com/microsoft/nni/issues/5354
[]
Nafees-060
7
microsoft/unilm
nlp
936
Some questions about tokenizer of BeiT v2
****A really nice work !**** But I have some questions about practical experience. (1).**Does a new tokenizer based vqkd can be trained on a small dataset, such as 30k images ?** ( The pretrained tokenizer in paper will encode every image into 256 codes, which are too long for me. ) I have try to use CLIP...
closed
2022-12-01T07:35:41Z
2025-01-14T05:52:22Z
https://github.com/microsoft/unilm/issues/936
[]
lizhiustc
4
netbox-community/netbox
django
17,796
Custom Field Choices -> Create & Add Another causes IndexError
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.1.4 ### Python Version 3.12 ### Steps to Reproduce 1. In Custom Field Choice Sets choose + Add 2. Provide name: test and add extra choice test 3. Click Create & Add Another ### Expected Behavior Back to Add a new custom field cho...
closed
2024-10-17T06:40:33Z
2025-02-25T22:44:11Z
https://github.com/netbox-community/netbox/issues/17796
[ "type: bug", "status: accepted", "severity: low", "netbox" ]
jacobw
2
jina-ai/clip-as-service
pytorch
617
TypeError: cannot unpack non-iterable NoneType object
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [x] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [x] D...
closed
2021-01-23T01:21:40Z
2021-01-26T00:42:26Z
https://github.com/jina-ai/clip-as-service/issues/617
[]
Prithvi103
2
pandas-dev/pandas
pandas
60,254
BUG: Challenges with Nested Metadata Extraction Using pandas.json_normalize(
### 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/...
open
2024-11-08T20:06:24Z
2024-11-10T14:46:34Z
https://github.com/pandas-dev/pandas/issues/60254
[ "Bug", "IO JSON", "Needs Info" ]
DavidNaizheZhou
4
jupyterhub/zero-to-jupyterhub-k8s
jupyter
2,954
Is it possible to rewrite URLs for the single user instance?
I am trying to get [Polynote](https://polynote.org/latest/) to work. I created a container which is configured accordingly, so it should be picked up by Jupyterhub. However, the proxy forwards `/user/username` to the address `/user/username` at the single user pod. Polynote is served from `/`, but can be set to have...
closed
2022-11-21T16:10:31Z
2022-11-21T16:31:34Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2954
[ "support" ]
rabejens
2
gradio-app/gradio
data-visualization
10,104
Improve API docs for `gr.MultimodalTextbox`
- [x] I have searched to see if a similar issue already exists. The API docs for `gr.MultimodalTextbox` looks like the following, but it's not clear to users that they need to use `handle_file` for the file paths. ![](https://github.com/user-attachments/assets/71dc43e8-32ae-41c4-90c2-6a9a6b2e6557) ```py import ...
closed
2024-12-03T07:59:33Z
2024-12-05T17:20:21Z
https://github.com/gradio-app/gradio/issues/10104
[ "bug" ]
hysts
0
gto76/python-cheatsheet
python
8
Add floating table of contents
Navigating the HTML version of this cheat sheet would be easier if there was a floating table of contents.
open
2018-12-28T14:54:52Z
2019-03-19T15:44:51Z
https://github.com/gto76/python-cheatsheet/issues/8
[]
brianly
2
tensorflow/tensor2tensor
deep-learning
1,587
Error:Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint.
### Description I want to use a small data set to fine tune my en-zh model .first I used the command code to generate data ,then I run the train code , but occured the error:NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key tha...
open
2019-05-29T12:50:42Z
2019-05-29T12:50:42Z
https://github.com/tensorflow/tensor2tensor/issues/1587
[]
shiny1022
0
kizniche/Mycodo
automation
749
Add ability to set number of color ranges for dashboard gauges
The functionality exists to easily change the number of gauge stops. The option only needs to be implemented. This is a reminder for myself to do this.
closed
2020-02-19T04:35:54Z
2020-02-21T04:37:58Z
https://github.com/kizniche/Mycodo/issues/749
[ "enhancement" ]
kizniche
1
influxdata/influxdb-client-python
jupyter
172
How to get the most recent timestamp for a Measurement via Flux
I need to get the highest (aka most recent) timestamp for a specific Measurement in InfluxDB 2.0 via the Flux query language using the Python API. I have used the below query to get a timestamp (so I believe it's close to done), but I'm unsure how to ensure that the timestamp I extract via this method is indeed the mo...
closed
2020-11-26T20:56:24Z
2024-06-07T14:58:53Z
https://github.com/influxdata/influxdb-client-python/issues/172
[]
MatinF
6
nteract/papermill
jupyter
635
The batch script runs on pressing Ctrl +C
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> Usually the batch script with papermill runs automatically when triggered, but sometimes we need to press CTRL +C in order to continue the process or else it remains stuck. Usually CTRL+ C is use to terminate process, but sometime, I am facing t...
open
2021-10-20T13:57:05Z
2021-10-20T13:57:05Z
https://github.com/nteract/papermill/issues/635
[ "bug", "help wanted" ]
intekhab025
0
robinhood/faust
asyncio
36
Changelog topics not being created with correct configuration.
Changelog topics should be created as log compacted topics.
closed
2017-10-23T17:41:49Z
2018-07-31T14:39:11Z
https://github.com/robinhood/faust/issues/36
[ "Issue Type: Bug" ]
vineetgoel
0
napari/napari
numpy
7,236
It looks like a separated thread for reporting layer status is causing crashes in benchmarks and tests of another packages
### 🐛 Bug Report Sample failure: https://github.com/scverse/napari-spatialdata/actions/runs/10651735292/job/29524660994 [75.00%] ···· /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore obje...
closed
2024-09-02T12:39:50Z
2024-09-07T17:02:28Z
https://github.com/napari/napari/issues/7236
[ "bug" ]
Czaki
1
stanfordnlp/stanza
nlp
1,332
Unable to download or create pipeline; mismatching md5
**Describe the bug** Whether I try and create a pipeline or download a model, I get mismatching md5 values **To Reproduce** ```py import stanza stanza.download('en') # alternatively, stanza.Pipeline('en') ``` ``` ValueError: md5 for C:\Users\vaavew\stanza_resources\en\default.zip is d788b1276f5eaa65c584543e29...
closed
2024-01-17T19:18:40Z
2024-02-28T23:06:48Z
https://github.com/stanfordnlp/stanza/issues/1332
[ "bug" ]
KyzEver
2
tflearn/tflearn
tensorflow
374
LSTM not predicting time series correctly
So I am trying to predict the stock market, and before you say anything about the stock market being impossible to predict, I predicted Twitter's stock on Friday down to a cent. But I was looking to move my network over to Tflearn from Keras. Here is both Keras and Tflearn network code: Keras ``` `model = Sequ...
open
2016-10-03T03:38:03Z
2016-10-07T22:37:50Z
https://github.com/tflearn/tflearn/issues/374
[]
tgs266
4
fastapi-users/fastapi-users
fastapi
358
Body content type for /login and /register
Hi there! I was looking into this project today. Why does `/login` require `Content-Type: application/x-www-form-urlencoded` (and not `Content-Type: application/json`), while `/register` requires `Content-Type: application/json`? Is it due to being modelled after OAuth 2.0 specs? https://tools.ietf.org/html/rfc67...
closed
2020-10-08T12:24:07Z
2020-10-09T20:09:15Z
https://github.com/fastapi-users/fastapi-users/issues/358
[ "question" ]
visini
2
dropbox/PyHive
sqlalchemy
288
Release 0.6.2
Hello, The latest release (0.6.1) has been made in September 2018, yet there has been some significant additions since then, for instance kerberos support for Presto (#229). Would it be possible to consider releasing version 0.6.2? Thanks!
closed
2019-06-07T13:05:40Z
2020-03-16T19:51:45Z
https://github.com/dropbox/PyHive/issues/288
[]
BenoitHanotte
11
scikit-learn/scikit-learn
python
30,249
OrdinalEncoder not transforming nans as expected.
### Describe the bug When fitting an OrdinalEncoder with a pandas Series that contains a nan, transforming an array containing only nans fails, even though nan is one of the OrdinalEncoder classes. This seems similar to this issue https://github.com/scikit-learn/scikit-learn/issues/22628 ### Steps/Code to Reproduc...
closed
2024-11-08T13:03:08Z
2024-11-08T16:00:21Z
https://github.com/scikit-learn/scikit-learn/issues/30249
[ "Bug", "Needs Triage" ]
rafaascensao
4
jupyter-incubator/sparkmagic
jupyter
623
Prettier HTML tables?
**Is your feature request related to a problem? Please describe.** In JupyterHub using Sparkmagic, the Pandas tables show up in plain text rather than as HTML tables. Is there a way to make tables show up like they would in a regular Jupyter kernel? **Describe the solution you'd like** Make tables show up with bet...
closed
2020-01-29T00:27:42Z
2022-05-17T18:56:10Z
https://github.com/jupyter-incubator/sparkmagic/issues/623
[]
sid-kap
2
Kludex/mangum
fastapi
177
Allow user provided handlers
Hello there! While investigating #176 I found it could be useful to add user provided handler factories to Mangum. It could look like ```python def __init__( self, app: ASGIApp, lifespan: str = "auto", additional_handler_factories: Optional[List[Callable[[event: dict, ...
closed
2021-04-09T02:46:14Z
2022-07-07T18:38:56Z
https://github.com/Kludex/mangum/issues/177
[ "feature" ]
cblegare
3
pytorch/vision
machine-learning
8,141
`to_pil_image` rounds down
### 🐛 Describe the bug The current code is: `pic = pic.mul(255).byte()`. If the input is, say, 0.9999, this will be rounded down to 254 instead of 255. ```python >>> torch.as_tensor([0.9999]).mul(255).byte().item() 254 ``` I would suggest that the code be: `pic = pic.mul(255).round().byte()`: ```python...
open
2023-12-04T16:54:27Z
2023-12-04T16:54:27Z
https://github.com/pytorch/vision/issues/8141
[]
rb-synth
0
pytest-dev/pytest-xdist
pytest
716
-n auto doesn't scale workers properly in AWS Codebuild
I'm running tests with `pytest -n auto` in AWS CodeBuild and my build instance size is `BUILD_GENERAL1_MEDIUM`, which has 4 vCPUs (https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html), however xdist seem to spawn only two worker processes. I also tried upgrading build instance siz...
closed
2021-10-15T03:10:12Z
2021-10-20T17:40:32Z
https://github.com/pytest-dev/pytest-xdist/issues/716
[]
paunovic
4
pallets/flask
python
4,422
Tutorial Blog Blueprint document SQL code issue
Hi team, Flask is really a great tool that I have ever used:) much thanks for your work! After I follow the tutorial for building a blog website, I found that there is a issue for session: [Blog Blueprint Index](https://flask.palletsprojects.com/en/2.0.x/tutorial/blog/#index). The issue is that for query SQL ...
closed
2022-01-19T01:59:55Z
2022-02-03T00:04:03Z
https://github.com/pallets/flask/issues/4422
[]
lugq1990
1
strawberry-graphql/strawberry
fastapi
3,250
optional input fields are not allowed to be strawberry.UNSET
Here's my code. Type definition: ```python @strawberry.input class UpdatePlayerInput: v1: Optional[int] v2: Optional[int] ``` Mutation Resolver ```python @strawberry.mutation @sync_to_async def update_player(self, info: Info, data: UpdatePlayerInput) -> Player: if info.context['user'] i...
closed
2023-11-23T09:58:17Z
2025-03-20T15:56:29Z
https://github.com/strawberry-graphql/strawberry/issues/3250
[]
goale-company
2
deepfakes/faceswap
machine-learning
1,017
Check failed: vec.size() == NDIMS
5/03/2020 20:04:39 INFO No existing state file found. Generating. 05/03/2020 20:04:42 INFO Creating new 'original' model in folder: 'E:\AiLearning\project\model' 05/03/2020 20:04:42 INFO Loading Trainer from Original plugin... 05/03/2020 20:04:42 INFO Enabled TensorBoard Logging 2020-05-03 20:05:01....
closed
2020-05-03T12:08:43Z
2020-08-03T07:42:08Z
https://github.com/deepfakes/faceswap/issues/1017
[]
chunxingque
1
psf/black
python
4,180
additional newline added to docstring when the previous line length is less than the line length limit minus 1
# before ```py """ 87 characters ............................................................................ """ ``` # after ```py """ 87 characters ............................................................................ """ ``` # playground https://black.vercel.app/?version=stable&state=_Td6...
closed
2024-01-27T01:27:38Z
2024-02-05T22:36:48Z
https://github.com/psf/black/issues/4180
[ "T: bug" ]
DetachHead
2
FlareSolverr/FlareSolverr
api
445
Sharemania does not give information
### Environment * **FlareSolverr version**:2.2.5 * **Last working FlareSolverr version**: * **Operating system**:centos7 * **Are you using Docker**: [no] * **FlareSolverr User-Agent (see log traces or / endpoint)**: * **Are you using a proxy or VPN?** [no] * **Are you using Captcha Solver:** [no] * **If using...
closed
2022-07-31T06:46:30Z
2022-07-31T14:37:54Z
https://github.com/FlareSolverr/FlareSolverr/issues/445
[ "more information needed" ]
362227
1
BayesWitnesses/m2cgen
scikit-learn
580
LightGBM models
Hello. (great project!) I'm a bit lost of getting LightGBM (regression) models to work. Are they supported? The main README seems to indicate they are, and the LightGBM project explicitely redirects here in the documentation when talking about generating code from the model. I tried using the command line t...
open
2023-05-14T20:06:27Z
2024-11-19T18:13:38Z
https://github.com/BayesWitnesses/m2cgen/issues/580
[]
arthurwolf
1
aio-libs/aiomysql
asyncio
4
Release 0.0.1
Following features are not implemented or not finished: 1) documentation (#3) 2) ssl support 3) more examples 4) ??? So my question, should I make initial release without docs and ssl support?
closed
2015-02-03T18:56:40Z
2015-02-18T22:13:59Z
https://github.com/aio-libs/aiomysql/issues/4
[ "question" ]
jettify
2
JoeanAmier/TikTokDownloader
api
347
存在文件的判断方法改进
如果该目录下是图集,可能会有上w个文件,这个时候判断起来就会很慢,如果你有 100 个文件需要判断,它将遍历目录 100 次,就会很卡硬盘io [ def is_exists(path: Path) -> bool: return path.exists()](https://github.com/JoeanAmier/TikTokDownloader/blob/develop/src/downloader/download.py#L313) 可以考虑先读取该目录中的所有文件,然后在内存中进行判断,而不是重复查询文件系统。例如,可以使用 os.listdir() 来列出目录中的所有文件,然后再检查...
open
2024-12-08T13:44:53Z
2024-12-08T14:57:53Z
https://github.com/JoeanAmier/TikTokDownloader/issues/347
[ "需要补充(Incomplete)" ]
sansi98h
1
marimo-team/marimo
data-science
4,226
mo.ui.experimental_data_editor breaks in v0.11.25+ with JSON parsing error
### Describe the bug ### Description Starting with Marimo version 0.11.25, `mo.ui.experimental_data_editor` fails to render even with simple valid tabular inputs. In version 0.11.24, the following code worked as expected: ```python import marimo as mo import pandas as pd df = pd.DataFrame({"A": [1, 2, 3], "B": ["a"...
closed
2025-03-24T03:57:55Z
2025-03-24T13:30:01Z
https://github.com/marimo-team/marimo/issues/4226
[ "bug" ]
t-edzuka
1
saulpw/visidata
pandas
2,208
[aggregators] add histograms to aggregators other than count
closed
2023-12-31T07:59:05Z
2024-09-23T05:30:07Z
https://github.com/saulpw/visidata/issues/2208
[ "wishlist", "wish granted" ]
saulpw
1
vitalik/django-ninja
pydantic
1,129
[BUG] ModelSchema with ManyToManyField won't work under async views
**Describe the bug** Say I have the following models. ```python class Tag(models.Model): text = models.CharField(max_length=32, unique=True) class Doc(models.Model): title = models.CharField(max_length=512) content = models.TextField() tags = models.ManyToManyField(Tag) ``` And the sch...
closed
2024-04-13T13:40:58Z
2024-04-25T11:55:01Z
https://github.com/vitalik/django-ninja/issues/1129
[]
sunhs
5
mwaskom/seaborn
matplotlib
3,408
Violin plot x-axis alignment issue
Dear Seaborn team, thank you for this amazing library ! it makes my life so much simpler! I encountered an issue using violinplot, violins are not aligned with the labels on the x-axis, see below : ``` plot = sns.violinplot( data=df, x='prediction', y='Mean(Nuclei_MeanIntensity)', hue='predic...
closed
2023-06-28T11:03:53Z
2024-01-17T18:57:38Z
https://github.com/mwaskom/seaborn/issues/3408
[]
romainGuiet
4
biolab/orange3
pandas
6,206
exception with Load Model widget
1) double-click the Load Model widget to select a pkcls file to load, sometimes (not always), an exception is raised immediately 2) if it isn't and you get to select the pkcls file, the attached model (saved from a previous neural network training session, see the DB link) consistently raises an exception and fails ...
closed
2022-11-16T20:58:12Z
2023-01-27T19:37:32Z
https://github.com/biolab/orange3/issues/6206
[ "bug", "follow up" ]
pkstys
10
PeterL1n/BackgroundMattingV2
computer-vision
50
Question about the function "compute_pixel_indices"
Hi Peter, Thank you for sharing the source code which is well written and self-explanatory. However, could you explain the following lines, 278-279? I have pasted it below for your convenience. I know it would output the indices for the patch location corresponding to the original input x. However, could you expla...
closed
2021-01-15T10:02:21Z
2021-01-18T11:12:57Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/50
[]
yasar-rehman
2
xlwings/xlwings
automation
1,962
Password protect at different levels
Versions of xlwings, Excel and Python (e.g. 0.24,Excel 2019, Python 3.7) I see that excel can be password protected at different levels such as below ``` Workbook Sheet Cells ``` I managed to find xlwings approach for the Sheet level ``` import xlwings as xw from xlwings.constants import DeleteShift...
closed
2022-07-20T13:27:26Z
2022-07-21T08:43:01Z
https://github.com/xlwings/xlwings/issues/1962
[]
SSMK-wq
1
521xueweihan/HelloGitHub
python
2,116
【开源自荐】awesome-cybersecurity -- 爬取github上所有关于网络安全资料收集的项目,并进行分类和精选
## 项目推荐 - 项目地址:https://github.com/liyansong2018/awesome-cybersecurity - 类别:Python、其它、书籍 - 项目后续更新计划:继续爬虫和选取有价值的网络安全相关资料 - 项目描述: - 这是一个通过python爬虫爬取github上所有关于网络安全资料的项目 - 自动爬取相应项目,并统计历年更新的项目数以及相应的star排名 - 手动精选安全项目 - 推荐理由: - 通过统计分类,精选相应的awesome-security存储库,网络安全从业人员可快速找到自己想要学习的方向和资料 - 示例代码:(可选)长度:...
closed
2022-03-01T10:05:49Z
2022-03-23T10:21:56Z
https://github.com/521xueweihan/HelloGitHub/issues/2116
[]
liyansong2018
1
deepinsight/insightface
pytorch
1,867
Failed to achieve the reported verification performance in Table 2 in your paper with your suggestion configuration.
I download CASIA-webface dataset from the dataset wiki in this project and convert face images to record file via im2rec.py. According to your paper, max step is set to 32,000, the start lr is 0.1 and lr decay septs are 20,000 and 28,000. Batch size is 128*4. The training environment is V100 *4. network is resnet50....
closed
2021-12-26T08:55:26Z
2021-12-27T06:26:44Z
https://github.com/deepinsight/insightface/issues/1867
[]
tianxianhao
1
allenai/allennlp
data-science
4,757
PretrainedTransformerTokenizer fails when disabling "fast" tokenizer
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2020-10-28T07:46:07Z
2020-10-28T19:38:48Z
https://github.com/allenai/allennlp/issues/4757
[ "bug" ]
mklimasz
1
tflearn/tflearn
data-science
546
Python3 UnicodeDecodeError in oxflower17.load_data()
In python3, running the code: ``` >>> import tflearn.datasets.oxflower17 as oxflower17 >>> X, Y = oxflower17.load_data(one_hot=True, resize_pics=(227, 227)) ``` Gives the error: > File "/usr/local/lib/python3.4/dist-packages/tflearn/data_utils.py", line 339, in build_image_dataset_from_dir > X, Y = pickl...
open
2017-01-04T21:21:55Z
2017-01-04T21:21:55Z
https://github.com/tflearn/tflearn/issues/546
[]
rotemmairon
0
litestar-org/litestar
asyncio
3,130
Enhancement: Have OpenAPI Schema generation respect route handler ordering
### Summary Opening a new issue as discussed [here](https://github.com/litestar-org/litestar/issues/3059#issuecomment-1960609250). From a DX perspective I personally find very helpful to have ordered routes in the `Controller`, that follow a certain logic: - Progressive nesting (`GET /` comes before `GET /:id`...
open
2024-02-23T02:21:14Z
2025-03-20T15:54:26Z
https://github.com/litestar-org/litestar/issues/3130
[ "Enhancement" ]
ccrvlh
8
KevinMusgrave/pytorch-metric-learning
computer-vision
215
sub_loss_names should be _sub_loss_names in IntraPairVarianceLoss and MarginLoss
I believe overriding ```sub_loss_names``` makes the ```embedding_regularizer``` useless
closed
2020-10-11T12:03:01Z
2020-11-06T22:53:34Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/215
[ "bug", "fixed in dev branch" ]
KevinMusgrave
0
microsoft/MMdnn
tensorflow
839
How to add a build file?
Platform: win10 Python version: 3.7 (Anaconda) Source framework: Tensorflow 2.0 Running scripts: I tried to run `bazel build -c opt //tensorflow/contrib/android:libtensorflow_inference.so` and I got the following error `ERROR: Skipping '//tensorflow/contrib/android:libtensorflow_inference.so': no such packag...
closed
2020-05-20T15:29:55Z
2020-05-28T02:40:32Z
https://github.com/microsoft/MMdnn/issues/839
[]
spe301
1
TencentARC/GFPGAN
deep-learning
475
Mintu
open
2023-12-29T06:26:12Z
2023-12-29T06:26:12Z
https://github.com/TencentARC/GFPGAN/issues/475
[]
amanul5
0
modelscope/data-juicer
data-visualization
451
[Feat]: Unified LLM Calling Management
### Search before continuing 先搜索,再继续 - [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。 ### Description 描述 Currently, some LLM-dependent operators support `vllm`, while others utilize Hugging Face or the OpenAI API for model calling. It is...
open
2024-10-16T03:23:38Z
2024-10-16T08:47:01Z
https://github.com/modelscope/data-juicer/issues/451
[ "enhancement" ]
drcege
0
robusta-dev/robusta
automation
1,146
krr_scan pdf report does not include memory limits suggestions
**Describe the bug** PDF report generated by krr_scan doesn't include memory limits suggestions. **To Reproduce** Steps to reproduce the behavior: 1. Create playbook with krr_scan action 2. Create slack sink 3. Trigger krr_scan 4. Check pdf report. It won't have memory limits suggestions **Expected behavio...
closed
2023-11-03T08:10:42Z
2023-11-10T08:44:41Z
https://github.com/robusta-dev/robusta/issues/1146
[ "bug", "krr" ]
Disss
1
KevinMusgrave/pytorch-metric-learning
computer-vision
506
Use --extend-ignore in linter rule
closed
2022-07-28T10:06:41Z
2022-09-03T19:43:48Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/506
[ "enhancement" ]
KevinMusgrave
0
robotframework/robotframework
automation
5,089
Ignore empty log messages (including messages cleared by listeners)
Listeners using the v3 API can modify the logged message, but they cannot remove it altogether. Even if they set the message to an empty string, that empty string is still logged. This adds unnecessary noise to the log file and increases the size of output.xml. This is easiest to implement by ignoring log messages h...
closed
2024-03-22T21:23:42Z
2024-08-21T21:25:21Z
https://github.com/robotframework/robotframework/issues/5089
[ "enhancement", "wont fix", "priority: medium", "effort: small" ]
pekkaklarck
8
raphaelvallat/pingouin
pandas
98
Problems in results from mixed ANOVAs
I was performing a set of 11 mixed ANOVAs and in two of them a negative F was reported with a p = 1. I re-analysed this data in JASP and got different results with a regular F and a very high p (<1). The error can be replicated using the files I've attached. Both are csv files. Each include the set of data I am referr...
closed
2020-06-03T01:36:42Z
2020-06-03T15:05:13Z
https://github.com/raphaelvallat/pingouin/issues/98
[ "invalid :triangular_flag_on_post:" ]
josea-rodas
2
mars-project/mars
pandas
2,713
Support reading parquet from partitioned datasets for fastparquet engine
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> Now we support reading parquet from partitioned datasets for `pyarrow` engine, the `fastparquet` engine for partitioned datasets is needed as well.
closed
2022-02-15T06:28:17Z
2022-02-20T14:26:42Z
https://github.com/mars-project/mars/issues/2713
[ "type: feature", "mod: dataframe" ]
hekaisheng
0
tortoise/tortoise-orm
asyncio
1,553
How can i print sql with register_tortoise() in fastapi?
How can i print sql with register_tortoise() in fastapi?
open
2024-02-01T03:07:27Z
2024-05-07T10:28:44Z
https://github.com/tortoise/tortoise-orm/issues/1553
[]
zyk-miao
3
coqui-ai/TTS
deep-learning
2,538
[Bug] Pre-computing takes so long
### Describe the bug Hello, I have a bit of issues when trying to train fastspeech2. Im using the code. ``` import os import sys from trainer import Trainer, TrainerArgs from TTS.config.shared_configs import BaseAudioConfig, BaseDatasetConfig from TTS.tts.configs.fastspeech2_config import Fastspeech2Co...
closed
2023-04-18T16:16:52Z
2025-01-17T12:10:29Z
https://github.com/coqui-ai/TTS/issues/2538
[ "bug", "wontfix" ]
MajoRoth
3
microsoft/nni
tensorflow
5,533
RuntimeError: max(): Expected reduction dim to be specified for input.numel() == 0. Specify the reduction dim with the 'dim' argument
**Describe the bug**: - scheduler: AGP - pruner: TaylorFO - mode: global - using evaluator (new api) - torchvision resnet 18 model - iterations: 10 **Environment**: - NNI version: 2.10 - Training service (local|remote|pai|aml|etc): local - Python version: Python 3.9.12 - PyTorch version: 1.12.0 ...
closed
2023-04-26T23:05:45Z
2023-05-10T10:44:34Z
https://github.com/microsoft/nni/issues/5533
[]
kriteshg
9
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
892
Is random cropping helpful for generative models?
I understand that random cropping is a technique often used in classification networks, and for good reasons. However, is it also helpful for generative models? If so, it would be great if you could refer a paper for me to read on a little more of the effect of random cropping on generative models. Thanks
closed
2020-01-05T04:40:37Z
2020-01-07T20:29:31Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/892
[]
ThisIsIsaac
5
gradio-app/gradio
data-science
10,473
Streaming text output does not work
### Describe the bug I am trying to develop a streaming text chatbot, but I have met with an error: ``` app-1 | Traceback (most recent call last): app-1 | File "/usr/local/lib/python3.10/site-packages/gradio/queueing.py", line 625, in process_events app-1 | response = await route_utils.call_process_...
closed
2025-01-31T01:42:09Z
2025-02-03T17:08:19Z
https://github.com/gradio-app/gradio/issues/10473
[ "bug", "needs repro" ]
jasonngap1
5
KaiyangZhou/deep-person-reid
computer-vision
192
Change training args when resuming from a checkpoint
Is^ supported so that we can change training params, say, decreasing lr, when resuming from a checkpoint?
closed
2019-06-20T04:53:23Z
2019-10-22T21:36:43Z
https://github.com/KaiyangZhou/deep-person-reid/issues/192
[]
johnzhang1999
1
browser-use/browser-use
python
287
[Bug] Error executing action send_keys: Keyboard.press: Unknown key: "some text"
Can we improve send_keys, so that it can also normal text? This is usefull, e.g. in google docs where the cursor is already active and we could send keys directly.
open
2025-01-16T18:50:25Z
2025-01-28T20:14:53Z
https://github.com/browser-use/browser-use/issues/287
[]
MagMueller
1
itamarst/eliot
numpy
407
New message writing API, designed for performance
The current abstraction is Action creates a Message, and the Message generates the dict to pass to the destination. This adds a bunch of overhead (e.g. the Message has code to look up the current Action even when it was created by the Action!) and in general it's not clear that having a first-class Message abstracti...
closed
2019-05-06T17:17:48Z
2019-12-07T19:22:42Z
https://github.com/itamarst/eliot/issues/407
[ "API enhancement" ]
itamarst
2
horovod/horovod
tensorflow
4,048
A fatal error has been detected by the Java Runtime Environment
**Task Description:** Training a simple classifier using keras + horovod spark and getting below error **Error:** ``` [3]<stderr>:Error in sys.excepthook: [3]<stderr>: [3]<stderr>:Original exception was: [3]<stdout>:# [3]<stdout>:# A fatal error has been detected by the Java Runtime Environment: [3]<stdo...
open
2024-06-13T12:29:09Z
2024-06-19T14:48:11Z
https://github.com/horovod/horovod/issues/4048
[ "bug" ]
Parvez-Khan-1
3
praw-dev/praw
api
1,717
using inbox.stream() results in erroneus unread message count indicator
**Describe the bug** when using inbox.stream() the streamed messages are NOT marked as read (correct), but unfortunately the unread messages counter (on reddit.com) is decreased by one. **To Reproduce** Steps to reproduce the behavior: 1. go to reddit.com/message/unread 2. observe the number of messages shown is...
closed
2021-05-13T09:27:51Z
2021-05-16T14:47:49Z
https://github.com/praw-dev/praw/issues/1717
[]
molecular
10
man-group/arctic
pandas
744
Empty DataFrame blow up in get_info function
In arctic/arctic/chunkstore/chunkstore.py, the get_info function will throw key error value, if the data in the node of the library is empty
closed
2019-04-04T16:30:48Z
2019-04-11T00:19:17Z
https://github.com/man-group/arctic/issues/744
[]
jasonlocal
2
xinntao/Real-ESRGAN
pytorch
824
KeyError: "No object named 'r2net' found in 'model' registry!"
我想基于该框架添加一个CNN的超分网络,训练自己的超分模型,我把realesrgan文件夹完整拷贝一份,模型换成自己的,注册器在对应的模型结构上也都添加了,为什么提示找不到呢?请问怎么解决呢?谢谢!
open
2024-07-11T01:31:08Z
2024-07-11T01:33:28Z
https://github.com/xinntao/Real-ESRGAN/issues/824
[]
1343464520
1
JaidedAI/EasyOCR
machine-learning
1,058
Can I get the result of negative number?
Hello I hope you are doing well. In my code, I cannot get the result of negative number. I didn't train my custom model. ``` import easyocr reader = easyocr.Reader(['en']) result = reader.readtext('directory') ``` Other characters are detected well(English characters and numbers), but only negative symbol ...
open
2023-06-20T08:27:59Z
2024-11-26T06:46:47Z
https://github.com/JaidedAI/EasyOCR/issues/1058
[]
chungminho1
1
autogluon/autogluon
scikit-learn
4,553
[Tabular] Add Support for Loading Excel Files
We might want to add support for excel format here: https://github.com/autogluon/autogluon/blob/a2ad006bf12f9cde018d17c17eade192e6c69859/common/src/autogluon/common/loaders/load_pd.py#L20 For more details, we may discuss offline. @Innixma @AnirudhDagar
open
2024-10-17T20:29:18Z
2024-11-11T15:59:42Z
https://github.com/autogluon/autogluon/issues/4553
[ "enhancement", "module: tabular", "module: common" ]
FANGAreNotGnu
3
hyperspy/hyperspy
data-visualization
2,712
Improve RectangularROI error message
When initializing a `RectangularROI` using bad values for the `top`, `bottom`, `right` or `left` parameters, the error message is not very helpful. For example, when `top` and `bottom` have the same value: ```python import hyperspy.api as hs roi = hs.roi.RectangularROI(left=1.0, right=1.5, top=2.0, bottom=2.0) ``` ...
open
2021-04-19T15:26:51Z
2021-04-21T19:22:22Z
https://github.com/hyperspy/hyperspy/issues/2712
[ "type: bug", "good first PR", "release: next patch" ]
magnunor
0
MagicStack/asyncpg
asyncio
250
incorrect PostgreSQL version, failed to connect to PG10/Debian
* **asyncpg version**: 0.14.0 * **PostgreSQL version**: 10.1 * **Python version**: 3.6.4 * **Platform**: Linux Debian sid * **Do you use pgbouncer?**: no * **Did you install asyncpg with pip?**: yes * **If you built asyncpg locally, which version of Cython did you use?**: * **Can the issue be reproduced under bo...
closed
2018-01-31T17:13:54Z
2018-02-14T21:04:52Z
https://github.com/MagicStack/asyncpg/issues/250
[]
ldgeo
4
bigscience-workshop/petals
nlp
541
Prepull model data on private swarm
Hello, is it possible to pull all data for a model on a private swarm node ? To reduce download-traffic i would like to build pre-populated images. Regards, Wolfgang
closed
2023-11-10T16:47:26Z
2023-11-15T15:30:09Z
https://github.com/bigscience-workshop/petals/issues/541
[]
wolfganghuse
5
pbugnion/gmaps
jupyter
343
TraitError when creating a WeightedHeatmap with sample code
Hi, I'm trying to create a weighted heatmap, and Python is throwing an error. I've actually replicated the error using the sample code [here](https://jupyter-gmaps.readthedocs.io/en/v0.3.3/gmaps.html). (I have a valid API key that otherwise works for pulling data from Google). I'm running the code in Jupyter noteboo...
open
2020-06-27T22:46:40Z
2021-12-28T17:11:49Z
https://github.com/pbugnion/gmaps/issues/343
[]
gerzhoy
2
cleanlab/cleanlab
data-science
882
loosen the docs requirements
In [docs/requirements.txt](https://github.com/cleanlab/cleanlab/blob/master/docs/requirements.txt), we have many packages pinned to only a specific version. Goal: figure out as many of these packages where we can replace the `==` with `>=` to ensure we're running the docs build with the latest versions in our CI. ...
open
2023-11-02T21:08:42Z
2023-11-02T21:08:42Z
https://github.com/cleanlab/cleanlab/issues/882
[ "enhancement", "good first issue", "dependencies", "help-wanted" ]
jwmueller
0
ymcui/Chinese-LLaMA-Alpaca-2
nlp
427
max_seq_length
请问max_seq_length是输入长度还是输出长度?
closed
2023-11-29T06:45:40Z
2023-12-21T23:49:03Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/427
[ "stale" ]
Go4miii
5
graphql-python/graphene
graphql
1,485
Thanks for Thanks for GraphQL Python Roadmap
Hello, thanks for Thanks for GraphQL Python Roadmap I see that this project is the most alive in https://github.com/graphql-python I use python as GraphQL client and server in my projects and I created the package for pydantic data-model generation from some GraphQL schema and for queries and mutations generati...
closed
2022-12-12T16:53:58Z
2024-06-22T10:13:38Z
https://github.com/graphql-python/graphene/issues/1485
[ "✨ enhancement" ]
denisart
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
502
Error
ModuleNotFoundError: No module named 'tensorflow.contrib' What does this mean
closed
2020-08-22T05:07:44Z
2020-08-23T00:21:56Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/502
[]
dillfrescott
2
miguelgrinberg/Flask-SocketIO
flask
1,517
about start_background_task
**How many start_background_task can run at same time?** I am a noob when it comes to server config and running things parallelly. This is my server config running in heroku. _Procfile_ `web: uwsgi uwsgi.ini` _Uwsgi_ ``` http-socket = :$(PORT) master = true processes = 4 die-on-term = true wsgi-file = ...
closed
2021-04-08T14:21:24Z
2021-04-09T06:49:47Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1517
[ "question" ]
4n1qz5skwv
2
liangliangyy/DjangoBlog
django
255
如何添加图片在博客中?
如何添加图片在博客中?
closed
2019-04-29T07:20:25Z
2019-05-06T07:20:31Z
https://github.com/liangliangyy/DjangoBlog/issues/255
[]
GeorgeJunj
1
lepture/authlib
django
198
cannot run authlib
Sorry for the stupid question (i am not used to python). How can I run the programm after the installation? Witch file to run with python command?
closed
2020-02-25T22:03:34Z
2020-02-26T00:06:40Z
https://github.com/lepture/authlib/issues/198
[]
LionelHoudelier
0
biolab/orange3
data-visualization
6,693
Orange does not launch
Orange does not launch. Orange has been added to a VMware App Volume it does not launch, no error, nothing. Any suggestions for troubleshooting? <!-- 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 releva...
open
2024-01-04T19:47:33Z
2024-01-05T17:31:22Z
https://github.com/biolab/orange3/issues/6693
[ "bug report" ]
pbastiaans
9
FactoryBoy/factory_boy
sqlalchemy
342
Django ArrayField property referencing other instance list
While writing unit tests for a Django app I'm building I noticed that if I followed these steps: 1) create an instance of a model through a factory using the default values; 2) replace one of the inner lists in a 2D list property; 3) create another instance with the same conditions as step 1; the second instance's 2D l...
open
2017-01-12T11:19:39Z
2017-10-11T01:31:09Z
https://github.com/FactoryBoy/factory_boy/issues/342
[ "Q&A", "Doc" ]
aledejesus
3
modin-project/modin
pandas
6,865
BUG: Issue #6864 Concat and sort_value slow, to_feather has Memory bug
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
open
2024-01-18T12:40:20Z
2024-01-21T11:14:09Z
https://github.com/modin-project/modin/issues/6865
[ "bug 🦗", "Memory 💾", "External", "P3" ]
river7816
4
wiseodd/generative-models
tensorflow
8
ValueError: "Only call `sigmoid_cross_entropy_with_logits` with named arguments (labels=..., logits=..., ...) in vanilla_gan gan_tensorflow.py
closed
2017-03-13T01:36:15Z
2017-03-13T03:01:19Z
https://github.com/wiseodd/generative-models/issues/8
[]
dleybz
1
joke2k/django-environ
django
519
Double quotes no longer work for including the `#` in a string
After installing a new version of `django-environ` it appears that double quotes no longer work for including `#` as a character in a string. This appears to be breaking change in how django-environ parses the env file. As far as I can tell it treats everything after # as a comment, and considers the string to just be ...
open
2024-02-09T11:59:46Z
2024-03-11T22:00:37Z
https://github.com/joke2k/django-environ/issues/519
[]
alexkiro
5
pallets-eco/flask-sqlalchemy
flask
1,102
model.query isn't available when using custom declarative base
Discussed in https://github.com/pallets-eco/flask-sqlalchemy/discussions/1101 by @jrast. When using a custom declarative base, the extension doesn't set `model.query`.
closed
2022-09-26T15:17:21Z
2022-10-11T00:22:07Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1102
[]
davidism
0