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
miguelgrinberg/python-socketio
asyncio
711
Server throws sanic.exceptions.ServerError after disconected.
## Summary The following exception was thrown after client close connection. It only takes place while async_mode = 'sanic'. ``` [2021-06-17 12:27:20 +0800] [21364] [ERROR] Exception occurred while handling uri: 'ws://localhost:63047/socket.io/?transport=websocket&EIO=4&t=1623904035.5453622' Traceback (most ...
closed
2021-06-17T04:47:41Z
2021-06-17T09:28:53Z
https://github.com/miguelgrinberg/python-socketio/issues/711
[]
virus-warnning
1
exaloop/codon
numpy
337
Caching / Memoization of Functions
I have tried writing a cache decorator (albeit with needing to define the cache data holder separately). However when running this, only external calls are accessing the decorated function - maybe because the function is being compiled before decorated? Minimal example below using something along the lines of fibon...
closed
2023-04-07T10:42:47Z
2025-02-26T03:34:55Z
https://github.com/exaloop/codon/issues/337
[ "enhancement" ]
lewisfogden
9
iperov/DeepFaceLab
machine-learning
858
Task: Scale training graphical preview with window size
## Expected behaviour When expanding the graphical training window I would expect the 4 x 5 picture preview of the training to expand with the window. The graph to stretch horizontally only and the previews to enlarge to fit the vertical limit of the screen. The minimum size should be set to the model resolution. ...
open
2020-08-10T21:49:58Z
2023-06-08T23:20:13Z
https://github.com/iperov/DeepFaceLab/issues/858
[]
PaulCzaban
1
mwaskom/seaborn
data-science
2,930
Add smooth survival plot to either kdeplot or ecdfplot
In Seaborn, if someone wants to plot a _smooth_ [survival function](https://en.wikipedia.org/wiki/Survival_function) (defined as 1-the CDF), there are two suboptimal solutions: - seaborn.kdeplot can plot a smooth CDF plot - seaborn.ecdfplot can plot a _non-smooth_ 1 - empirical CDF But if I want a KDE-estimated ...
open
2022-08-01T05:43:34Z
2025-02-27T01:07:33Z
https://github.com/mwaskom/seaborn/issues/2930
[ "wishlist", "mod:distributions" ]
RylanSchaeffer
11
great-expectations/great_expectations
data-science
10,163
Allow ruamel.yaml package version > 0.18 to avoid CVE-2019-20478
[This issue](https://nvd.nist.gov/vuln/detail/CVE-2019-20478) appear in all the versions for the ruamel.yaml < 0.18. this violations is fixed for the version > 0.18. Would be great if greatexpectation tool is adjusted to use ruamel.yaml package version > 0.18 to get rid of CVE error! Thanks!
closed
2024-08-01T13:33:33Z
2024-08-23T15:23:12Z
https://github.com/great-expectations/great_expectations/issues/10163
[ "dependencies" ]
Ravikumarnl
2
encode/databases
sqlalchemy
281
Slow initial query on postgres backend when using enum columns
``` Python version: 3.8 Databases version: 0.4.1 ``` I haven't quite figured out _why_ this is happening, but I have made a minimal test case where you can see the problem in action. I am hoping someone here may be able to help me debug further what is going on. The problem appears to be to do with the Postgre...
closed
2021-01-24T21:45:25Z
2022-01-27T20:47:53Z
https://github.com/encode/databases/issues/281
[]
bananaoomarang
3
python-gino/gino
sqlalchemy
409
Unable to find with_for_update() method
- GINO version:0.8.1 - Python version:3.7 - asyncpg version:0.18.2 - aiocontextvars version: - PostgreSQL version:11 ### Description Hello, I am using Gino for building an async application using PostgreSQL. My application currently faces race conditions, but I am not able to find a solution to solve it. SQL...
closed
2018-12-12T10:03:49Z
2018-12-14T11:23:58Z
https://github.com/python-gino/gino/issues/409
[ "question" ]
anshitmt
4
apify/crawlee-python
web-scraping
649
Implement Action for autoupdating docker images
Steps, more less, are: - copy https://github.com/apify/crawlee/blob/master/.github/workflows/docker-images.yml in - copy this entire folder in: https://github.com/apify/crawlee/tree/master/scripts/actions/docker-images - reset state.json to empty object - update api.ts to fetch from pypy or w/e registry we use fo...
open
2024-11-04T10:18:01Z
2024-11-04T10:39:53Z
https://github.com/apify/crawlee-python/issues/649
[ "t-tooling" ]
vladfrangu
0
flairNLP/flair
pytorch
2,884
LayoutLM and LayoutLMv2 + Flair?
Hi, I saw related topic [here](https://github.com/flairNLP/flair/issues/2465). I tried to bring pre-trained (as well as fine-tuned) LayoutLMv2 embeddings into Flair but was not successful as expected. I tried to mimic "class BertEmbeddings(TokenEmbeddings)" in legacy.py and I checked the embeddings (last layer hidd...
closed
2022-08-04T15:09:09Z
2023-01-23T13:50:51Z
https://github.com/flairNLP/flair/issues/2884
[]
dardodel
3
fugue-project/fugue
pandas
313
[BUG] Github Actions is Failing Due to Click Version
**Minimal Code To Reproduce** The version of `black` is not pinned, causing issues when downloading the latest version because of a click dependency. We need to [pin](https://github.com/pallets/click/issues/2225) the version of black to below 8.1 in the meantime to make the linting for Github Actions
closed
2022-04-02T19:12:32Z
2022-04-03T18:31:50Z
https://github.com/fugue-project/fugue/issues/313
[ "bug" ]
kvnkho
1
tableau/server-client-python
rest-api
1,185
Unable to match schedule to subscription to get all subscription details including the schedule and when it last successfully emailed
Unable to match schedules to subscriptions. The schedule_id in the subscription result set does not match any of the schedule id from the schedule result set. What am I missing here? **Versions** - Python 3.9.13 - Tableau Online - TSC 0.17.0 **To Reproduce** ` import tableauserverclient as TSC import os f...
closed
2023-02-01T01:14:26Z
2024-09-19T21:35:17Z
https://github.com/tableau/server-client-python/issues/1185
[ "help wanted" ]
swang-es
3
numba/numba
numpy
9,803
Integration with Cython C++ classes
Hi team, We extensively use Numba in our research and its excellent! Our teams also use Cython to expose C++ extensions, often writing C++ classes that are exposed into Python with Cython wrapper classes. Our issue is interacting with these Cython wrapper class inside numba methods. Similar to standard python cla...
open
2024-11-21T05:18:11Z
2025-01-16T10:04:59Z
https://github.com/numba/numba/issues/9803
[ "feature_request", "discussion" ]
adampinky85
6
plotly/dash-table
plotly
435
Table selected cell
When a cell with default background color is active, a highlight color is applied. ![image](https://user-images.githubusercontent.com/8092993/58188953-8b3d7280-7c87-11e9-9c2c-a4ef9c7bf515.png) When a cell with a `style_**` background color is active, the highlight color is not visible. ![image](https://user-images...
closed
2019-05-22T15:52:40Z
2019-05-31T19:30:52Z
https://github.com/plotly/dash-table/issues/435
[ "dash-type-bug" ]
Marc-Andre-Rivet
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,606
Chrome not opening when running uc
`import undetected_chromedriver as uc from selenium import webdriver options = uc.ChromeOptions() options.add_argument('--headless') driver = uc.Chrome(options=options) driver.get("https://google.com") driver.close()` I have tried everything, and using UC just does not open the browser. As soon as I switch...
open
2023-10-12T10:08:10Z
2023-10-14T22:01:25Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1606
[]
AXL-2020
4
ydataai/ydata-profiling
data-science
1,472
Allow Typeguard >=3
### Missing functionality ydata-profiling still depends on relatively old version of typeguard (typeguard>=2.13.2, <3) which leads to conflicts with other packages. Is there any chance it could be updated? ### Proposed feature Update typeguard version ### Alternatives considered _No response_ ### Additional conte...
closed
2023-10-04T09:15:04Z
2023-10-20T12:53:58Z
https://github.com/ydataai/ydata-profiling/issues/1472
[ "question/discussion ❓" ]
CleKrausFlex
1
CTFd/CTFd
flask
1,749
Team hint unlocking only takes points from the user
In team mode hints can't be unlocked by a user whose team has enough points to unlock the hint. This isn't the right behavior. We should probably allow the user to go into negative points assuming the team doesn't also go negative.
closed
2020-11-30T18:45:29Z
2020-12-01T08:38:11Z
https://github.com/CTFd/CTFd/issues/1749
[]
ColdHeat
1
sinaptik-ai/pandas-ai
data-visualization
1,438
How to use BaseSecurity in an Agent
### 🚀 The feature Hope to use security checks in the Agent ### Motivation, pitch Hope to use security checks in the Agent ### Alternatives _No response_ ### Additional context _No response_
closed
2024-11-27T01:32:31Z
2025-03-05T10:27:10Z
https://github.com/sinaptik-ai/pandas-ai/issues/1438
[ "enhancement", "stale" ]
xiaozhi-agi
2
NVIDIA/pix2pixHD
computer-vision
320
Low performance compared to pix2pix
Many thanks for the great repository! I've trained both pix2pixHD and pix2pix for an image enhancement task on a rather large dataset (over 30k images, 512x512). Surprisingly, pix2pixHD significantly underperforms compared to pix2pix on all common metrics (MSE, PSNR, SSIM), even after trying to optimize the model and t...
open
2023-03-28T11:46:19Z
2023-03-28T11:46:19Z
https://github.com/NVIDIA/pix2pixHD/issues/320
[]
XenMil
0
vi3k6i5/flashtext
nlp
66
Feature request: Still match even if multiple spaces
i want to match `customer_service` and `customer______service` (both with spaces instead of underscore, but github squashes spaces) preferably without having a keyword for both of them, could that be made possible with a **flag multiple spaces** solution or something
closed
2018-11-07T10:15:27Z
2018-11-09T12:50:30Z
https://github.com/vi3k6i5/flashtext/issues/66
[]
sloev
1
docarray/docarray
pydantic
1,577
Support for nested lists in Docs - DocArray V2
I want to use DocArray V2 0.32 to store nested objects where each object is a list and can have its embedding. The idea is to extract multilevel categories and key phrases from a longer text and store these in a sub-index in a Qdrant. But whenever I try and set it fails to convert when sending over gRPC. First, sho...
closed
2023-05-25T18:35:28Z
2023-05-26T06:55:24Z
https://github.com/docarray/docarray/issues/1577
[]
dwlmt
2
ageitgey/face_recognition
python
778
import face_recognition error
* face_recognition version: 1.2.3 * Python version: Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) * Operating System: ubuntu 16.04 ### Description run face_recognition command and import face_recognition get following unkown error ### What I Did ``` just follow the instruction install d...
closed
2019-03-21T12:13:38Z
2019-03-22T13:50:31Z
https://github.com/ageitgey/face_recognition/issues/778
[]
myguaguagua
0
graphql-python/graphene
graphql
627
What is the need for a specific Mutation class?
Hello all! First of all, thank you for this library! It has been very useful for me. Graphene's documentation on mutations (http://docs.graphene-python.org/en/latest/types/mutations/) says that `A Mutation is a special ObjectType that also defines an Input`. However query fields also define an input, but directly...
closed
2017-12-13T17:18:12Z
2018-03-17T20:29:05Z
https://github.com/graphql-python/graphene/issues/627
[]
guludo
2
pallets/flask
flask
4,841
Flask hangs when using ssl_context while decoding the https request
Simplest sample program: ```python from flask import Flask app = Flask("TestApp") @app.route("/") def test(): return "Hello World!" app.run(host="0.0.0.0", port=5001, ssl_context="adhoc") ``` Test the web server through a browser: https://ip_address:5001/ The result is: `Hello World!`. Run `t...
closed
2022-10-08T10:42:33Z
2023-01-10T00:05:59Z
https://github.com/pallets/flask/issues/4841
[]
Ircama
1
onnx/onnxmltools
scikit-learn
697
Spark XGB converter accesses missing param improperly
# Description https://github.com/onnx/onnxmltools/pull/373 introduced [this](https://github.com/onnx/onnxmltools/pull/373/files#diff-c697b8ded32498daeb86bb2eff12421758afc0de5079d749afe6520af20e885eR31-R33) constraint on the converter ```python if hasattr(xgb_node, 'missing') and not np.isnan(xgb_node.missing): ...
open
2024-07-01T19:42:36Z
2024-07-02T15:13:42Z
https://github.com/onnx/onnxmltools/issues/697
[]
addisonklinke
4
custom-components/pyscript
jupyter
104
Error in debug logging despite the HA call being successful
I have in a script the call `homeassistant.toggle(entity_id='switch.michael_bureau_gauche')`. The call is successful - the switch is toggled. I see, however, that in the debug log (`pyscript` level is set to debug) I see some kind of error with the logging: ``` 2020-12-01 13:37:35 DEBUG (MainThread) [custom_comp...
closed
2020-12-01T12:44:49Z
2020-12-01T13:04:42Z
https://github.com/custom-components/pyscript/issues/104
[]
wsw70
3
deeppavlov/DeepPavlov
tensorflow
1,494
👩‍💻📞 DeepPavlov Community Call #13
> **Update:** **DeepPavlov Community Call #13 Recording** > RUS Edition: [https://bit.ly/DPCommunityCall13RE_Video](https://bit.ly/DPCommunityCall13RE_Video) > US Edition: [https://bit.ly/DPCommunityCall13_Video](https://bit.ly/DPCommunityCall13_Video) Dear DeepPavlov community, 13 is a strange, magic number in...
closed
2021-09-27T10:10:12Z
2022-01-22T14:39:50Z
https://github.com/deeppavlov/DeepPavlov/issues/1494
[ "discussion" ]
moryshka
0
uriyyo/fastapi-pagination
fastapi
926
AttributeError on Startup When Using add_pagination with FastAPI - Pydantic V2 Upgrade
Hello!! My application looks like this (I have also tried in the lifespan context): ``` app = FastAPI( title=title, description=description, version=version, docs_url=None, redoc_url=None, openapi_tags=tags_metadata, lifespan=lifespan, ) add_pagination(app) ``` I am g...
closed
2023-11-16T17:33:43Z
2023-12-27T07:11:00Z
https://github.com/uriyyo/fastapi-pagination/issues/926
[ "bug" ]
bnewman-tech
3
FujiwaraChoki/MoneyPrinterV2
automation
26
FileNotFoundError : .models.json
Hi, how can I fix this issue please, I'm stuck <img width="1137" alt="Screenshot 2024-02-20 at 19 28 01" src="https://github.com/FujiwaraChoki/MoneyPrinterV2/assets/107208305/7d0ae40d-301d-410f-a9ee-b6b8185ea6f9">
closed
2024-02-20T18:30:20Z
2024-02-27T17:59:02Z
https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/26
[]
MB14eth
2
rio-labs/rio
data-visualization
44
High Level Widget: AppLattice
closed
2024-06-02T15:21:20Z
2024-08-11T16:25:38Z
https://github.com/rio-labs/rio/issues/44
[ "new component" ]
Sn3llius
1
tensorlayer/TensorLayer
tensorflow
617
Failed: TensorLayer (f81e75ac)
*Sent by Read the Docs (readthedocs@readthedocs.org). Created by [fire](https://fire.fundersclub.com/).* --- | TensorLayer build #7203500 --- | ![](https://media.readthedocs.org/images/email-header.png) --- | Build Failed for TensorLayer (1.3.10) --- You can find out more about this failure here: ...
closed
2018-05-17T07:58:30Z
2018-05-17T08:00:31Z
https://github.com/tensorlayer/TensorLayer/issues/617
[]
fire-bot
0
pywinauto/pywinauto
automation
1,052
After doing some operation, I am getting element not found error for previously accessed element.
## Expected Behavior It should found the element and continue the process. ## Actual Behavior its failing and showing error as "element not found" ## Steps to Reproduce the Problem 1. 2. 3. ## Short Example of Code to Demonstrate the Problem main_window=Application(backend="uia").connect(title_re...
closed
2021-03-25T10:00:51Z
2021-03-31T11:30:58Z
https://github.com/pywinauto/pywinauto/issues/1052
[ "question" ]
Balaji1310
6
oegedijk/explainerdashboard
dash
205
Error loading layout
When i run this code ``` explainer = ClassifierExplainer(model_lightgbm, x_test, y_test) ExplainerDashboard(explainer).run(mode='external') ``` I am getting error like => **Error loading layout** ![image](https://user-images.githubusercontent.com/66181520/163362095-57df200b-01ae-4fcf-a8f6-0162f95038d3.png) *...
open
2022-04-14T10:01:02Z
2022-05-11T18:37:00Z
https://github.com/oegedijk/explainerdashboard/issues/205
[]
seyidcemkarakas
7
mitmproxy/pdoc
api
21
HTTP Server and UTF-8 on Windows 8.1
On Windows 8.1 within a Powershell environment, using the command: pdoc --http and then seeking to load a page in the browser raised an exception (see below). The fix was to edit line 264 from "utf-8" to "ISO-8859-1". Exception report begins: `Exception happened during processing of request from ('127.0.0.1', 937...
closed
2014-12-09T15:25:20Z
2021-01-19T15:37:11Z
https://github.com/mitmproxy/pdoc/issues/21
[ "bug" ]
suidobashi
4
deepspeedai/DeepSpeed
deep-learning
5,809
when I finetune the model use deepspeed on 2 4*A800s,log only contain worker1
when I finetune the model use deepspeed on 2 A800,log only contain worker1,no worker2. Is there any way to print the loss of Worker2? The GPUs on both machines are running normally, and the GPU memory is floating normally。 The script I use ![image](https://github.com/user-attachments/assets/10278c41-6799-4ca8-81d5...
closed
2024-07-30T10:13:39Z
2024-12-09T17:55:04Z
https://github.com/deepspeedai/DeepSpeed/issues/5809
[]
bill4689
3
dask/dask
pandas
11,292
order: dask order returns suboptimal ordering for xr.rechunk().groupby().reduce("cohorts")
@fjetter and I looked into a problematic pattern for xarray this morning and identified that dask order is missbehaving here. dask order is currently returning a suboptimal execution order for the pattern: ``` xarr =. ... xarr.rechunk(...).groupby(...).mean(method="cohorts") ``` The default map-reduce metho...
closed
2024-08-09T11:48:21Z
2024-08-14T12:46:56Z
https://github.com/dask/dask/issues/11292
[ "dask-order" ]
phofl
0
jupyterlab/jupyter-ai
jupyter
941
Docs: describe whether /learn is multi-modal
### Problem The [learning about local data](https://jupyter-ai.readthedocs.io/en/latest/users/index.html#learning-about-local-data) do not state whether `/learn` is multi-modal and will use text + images. For instance, including plots generated in Jupyter notebooks can be extremely useful. Of course, multi-modal inp...
open
2024-08-07T16:11:15Z
2024-08-07T16:35:17Z
https://github.com/jupyterlab/jupyter-ai/issues/941
[ "documentation", "enhancement" ]
nick-youngblut
0
raphaelvallat/pingouin
pandas
401
Change solver in sklearn.LogisticRegression
https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html https://github.com/raphaelvallat/pingouin/actions/runs/7697014797/job/20973090004
closed
2024-01-29T13:47:56Z
2024-03-02T12:02:58Z
https://github.com/raphaelvallat/pingouin/issues/401
[ "bug :boom:", "IMPORTANT❗" ]
raphaelvallat
1
randyzwitch/streamlit-folium
streamlit
213
Streamlit-folium is extending its container way further past the bottom border of the map
The current version of streamlit-folium (0.22.1) has introduced a bug which is clearly visible from the showcase page (https://folium.streamlit.app/). Right on the bottom of the map, there is a huge blank space which extends a lot until the next element or the footer/bottom of the page.
closed
2024-09-17T13:42:15Z
2024-11-14T15:09:15Z
https://github.com/randyzwitch/streamlit-folium/issues/213
[ "bug", "upstream" ]
espogian
13
gradio-app/gradio
data-science
10,445
Videos in Gallery require two clicks to start playing
### Describe the bug Feels annoying to users, but doesn't block usage. ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```python import gradio as gr with gr.Blocks() as demo: gallery = gr.Gallery( value=["https://gradio-rt-detr-object-dete...
open
2025-01-27T23:02:39Z
2025-01-28T01:42:23Z
https://github.com/gradio-app/gradio/issues/10445
[ "bug" ]
ugotsoul
1
stanfordnlp/stanza
nlp
575
Impossible to initialize Japanese pipeline with NER model
**Describe the bug** Cannot instantiate Japanese pipeline with NER model. Throws the following KeyError exception: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/root/miniconda3/envs/stanza-test/lib/python3.8/site-packages/stanza/pipeline/core.py", line 111, in __init__ ...
closed
2020-12-27T22:29:12Z
2021-02-02T00:32:56Z
https://github.com/stanfordnlp/stanza/issues/575
[ "bug", "fixed on dev" ]
Valahaar
6
mljar/mercury
jupyter
403
Not load data at start
Is there any clever workaround how we can prevent notebook from running on start? Like extra button. Putting everything in if would complicate code.
closed
2023-12-01T11:11:33Z
2023-12-01T15:32:00Z
https://github.com/mljar/mercury/issues/403
[]
Kokerboom
2
autogluon/autogluon
computer-vision
4,440
[BUG] CatBoost ignores `thread_count` parameter
I'm not able to train the CAT model with 8 threads. I tried the argument `num_cpus=8` but in the end, the `thread_count` is always 4. Then I tried placing the argument directly into CAT hyperparameters but it also did not work. It has something to do with the amount of data because it works when I put smaller data...
closed
2024-08-28T13:20:37Z
2024-11-26T00:27:39Z
https://github.com/autogluon/autogluon/issues/4440
[ "module: tabular", "bug: unconfirmed", "Needs Triage" ]
arturdaraujo
1
PeterL1n/BackgroundMattingV2
computer-vision
173
Question regarding freezing model weights
Hello there, Thank you very much for your lovely work. I have a small question regarding freezing weights. In the paper it is stated that the complete model (MattingRefine) is trained with freezed backbone weights. However, if I look in the code, I cannot see where this freezing of the model backbone weights is a...
closed
2022-03-02T14:45:45Z
2022-03-07T10:51:14Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/173
[]
95maddycode
2
OpenInterpreter/open-interpreter
python
585
Make Docker as default and warn user if not running under sandboxes, backup data when drag-n-drop
### Is your feature request related to a problem? Please describe. Many people have reported that this software brings loss of data and unwanted code execution. I do not want to talk about familiarity with coding experience. Nobody has control or observation over mindless AIs when sleeping. Even though ChatGPT-li...
closed
2023-10-04T12:34:47Z
2023-10-23T05:12:59Z
https://github.com/OpenInterpreter/open-interpreter/issues/585
[ "Enhancement" ]
James4Ever0
3
RomelTorres/alpha_vantage
pandas
309
async giving unexpected results
I'm trying to use a .csv to read ~7500 stock symbols and download the data using the alpha_vantage API. Here is an example using my naive way: ```python3 from alpha_vantage.timeseries import TimeSeries import pandas as pd api_key = "" def get_ts(symbol): ts = TimeSeries(key=api_key, output_format...
closed
2021-04-17T00:53:43Z
2021-07-06T13:34:33Z
https://github.com/RomelTorres/alpha_vantage/issues/309
[]
stevenhurwitt
1
psf/requests
python
6,762
"Transfer-Encoding" header is ignored
The "Transfer-Encoding" header is ignored by the requests library. ## Expected Result I expect a request in line with the following core data: > POST /test.php HTTP/1.1 > Host: [replaced] > Transfer-Encoding: chunked > Content-Type: application/x-www-form-urlencoded > > 7 > param=2 #...
closed
2024-07-07T20:37:39Z
2024-07-18T11:19:10Z
https://github.com/psf/requests/issues/6762
[]
Green360
1
nerfstudio-project/nerfstudio
computer-vision
2,766
Can nerfstudio's implementation of gaussian splatting pass gradients to the camera pose, thus optimizing the camera pose like nerfacto does?
Very great implementation! I noticed that 3dgs is supported by nerfstudio, so wanted to know if the posture optimization method provided by nerfstudio is also supported on 3dgs? I try to train 3dgs like this: CUDA_VISIBLE_DEVICES=1 ns-train gaussian-splatting --data colmap_data --pipeline.model.camera-...
closed
2024-01-15T07:56:59Z
2024-01-22T13:47:13Z
https://github.com/nerfstudio-project/nerfstudio/issues/2766
[]
Bin-ze
2
dgtlmoon/changedetection.io
web-scraping
1,690
[feature] Notifications via Webhooks
**Version and OS** 0.123 on linux/docker **Is your feature request related to a problem? Please describe.** Not a problem, but a more "neutral" webhook feature so that we can do whatever we want with the change data **Describe the solution you'd like** There is already quite a few ways to send notifications bu...
closed
2023-07-11T13:31:38Z
2023-08-13T17:21:07Z
https://github.com/dgtlmoon/changedetection.io/issues/1690
[ "enhancement" ]
rmdes
7
kornia/kornia
computer-vision
2,559
[milestone] :rock: Onnx support tracker
## Add full support to ONNX for all the operators :zap: ### :package: Motivation [shipping] Import/export the kornia operators for production environments and compile down to the main hardware providers: - Intel [Myriad](https://docs.luxonis.com/en/latest/pages/tutorials/creating-custom-nn-models/) [via Luxo...
open
2023-09-22T08:29:01Z
2024-08-13T23:54:48Z
https://github.com/kornia/kornia/issues/2559
[ "help wanted", "code heatlh :pill:" ]
edgarriba
3
onnx/onnx
deep-learning
6,637
How to implement a custom operator that support multiple compute device (CPU, CUDA)?
# Ask a Question I tried the following implementation, but had no effect. CUDA implementation: ``` struct CustomOPGpu : Ort::CustomOpBase<CustomOPGpu , CustomKernel> { const char* GetName() const { return "CustomOP"; }; const char* GetExecutionProviderType() const { return "CUDAExecutionProvider"; }; ... } ...
closed
2025-01-10T08:09:01Z
2025-01-10T16:05:02Z
https://github.com/onnx/onnx/issues/6637
[ "question" ]
wangxianliang
2
jacobgil/pytorch-grad-cam
computer-vision
106
Support for LayerCAM
Our paper "LayerCAM: Exploring Hierarchical Class Activation Maps for Localization" is accepted by TIP recently, which can visualize the class activation maps from any cnn layer of an off-the-shelf network. Could you add our method to your popular repository for more people to try this method? Our method is a simple mo...
closed
2021-07-04T09:17:23Z
2022-11-21T09:45:32Z
https://github.com/jacobgil/pytorch-grad-cam/issues/106
[]
PengtaoJiang
7
satwikkansal/wtfpython
python
93
The example 'is is not what it is!' has some questions
i run this code in python 3 and found that a = 257 b = 257 a is b True (Maybe this vision has updated)
closed
2018-08-21T02:40:23Z
2018-09-04T06:53:37Z
https://github.com/satwikkansal/wtfpython/issues/93
[]
nanbei629
4
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
314
哥们有事找你请看微信
RT
closed
2023-11-07T02:15:15Z
2024-02-07T03:45:31Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/314
[ "BUG", "enhancement" ]
jqsl2012
0
vastsa/FileCodeBox
fastapi
182
忘记密码怎么办?
2.0忘记密码怎么办
closed
2024-06-24T07:28:36Z
2025-03-22T15:56:36Z
https://github.com/vastsa/FileCodeBox/issues/182
[]
djdjfjfkeocj
3
coqui-ai/TTS
deep-learning
2,630
[Feature request] Direct Java access
**🚀 Feature Description** As a Java Developer, I would like access to this voice synthesis from within the JVM environment. There are many ways to accomplish this, and that is a good topic for discussion. In the meantime, I have worked up and tested a solution for anyone in the same boat as me. I was looking for a ...
closed
2023-05-23T16:29:22Z
2023-07-17T02:03:01Z
https://github.com/coqui-ai/TTS/issues/2630
[ "help wanted", "wontfix", "feature request" ]
madhephaestus
3
pytorch/pytorch
machine-learning
149,715
[LNL][Windows][Inductor] Application error: The memory could not be read.
### 🐛 Describe the bug When running E2E inductor on LNL, the following error appears randomly: ![Image](https://github.com/user-attachments/assets/b5254124-e2a1-4d6a-80c7-40719aea7fb7) ### Versions - stock pytorch : - pip install torch --index-url https://download.pytorch.org/whl/test/xpu - git clone https...
closed
2025-03-21T07:58:54Z
2025-03-21T08:04:24Z
https://github.com/pytorch/pytorch/issues/149715
[]
libohao1201
0
AutoGPTQ/AutoGPTQ
nlp
232
[BUG] Pascal performance halved with new version.
**Describe the bug** I went to try new autogptq since there were changes to the kernel. Performance gets cut in half now if you enable fused attention where as of 0.3.2 it was doing better. 30b-int4 ``` latest: Output generated in 47.31 seconds (4.21 tokens/s, 199 tokens, context 22, seed 1602137517 Output...
open
2023-08-06T23:24:18Z
2023-09-29T11:07:22Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/232
[ "bug" ]
Ph0rk0z
13
donnemartin/data-science-ipython-notebooks
data-science
108
Data science
open
2024-07-17T05:22:04Z
2024-07-17T05:22:04Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/108
[]
rjagathe
0
rthalley/dnspython
asyncio
328
is there a way to wait a given timeout *after* I got one response?
This is relevant for multicast - my dns.query.udp returns upon the first reply to the query (as expected), where I would like to wait a certain amount of seconds before returning, allowing some time for more responses from other devices: ``` import dns.name import dns.message import dns.query import dns.flags ...
closed
2018-08-07T10:08:00Z
2018-12-03T16:03:27Z
https://github.com/rthalley/dnspython/issues/328
[]
billysan
4
Tanuki/tanuki.py
pydantic
55
[Use-case] Auto-notifier if popular, relevant posts are on HN
Input: Query (eg "fine-tuning LLMs"), minimum number of comments, how frequently to check per day, email) Output: Emails the link to the post + summary after each run Sources: https://hn.algolia.com/api, https://modal.com/docs/examples/hackernews_alerts
open
2023-11-10T16:32:59Z
2023-11-10T16:33:26Z
https://github.com/Tanuki/tanuki.py/issues/55
[]
dnlkwak
0
lexiforest/curl_cffi
web-scraping
357
[Feature]
`with requests.get(task['url'], stream=True, timeout=60, proxies=proxies, headers=DEFAULT_HEADERS, verify=False) as response:` 报错:stream参数不存在。是目前不支持这种流式读取吗?什么时候能支持呢?
closed
2024-07-25T03:07:19Z
2024-07-25T03:24:25Z
https://github.com/lexiforest/curl_cffi/issues/357
[ "enhancement" ]
lyy077
1
modin-project/modin
data-science
7,096
BUG: SeriesGroupBy.apply applies function to pandas DataFrame instead of to pandas Series
### 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-03-15T08:30:59Z
2024-03-15T08:30:59Z
https://github.com/modin-project/modin/issues/7096
[ "bug 🦗", "P2", "pandas.groupby" ]
mvashishtha
0
tqdm/tqdm
jupyter
1,516
Progress bar changes completely after using SpotDL
How it should look: ![image](https://github.com/tqdm/tqdm/assets/51709332/6f613538-75e1-46d2-a393-012ee69ad336) How it looks after importing spotdl and using their download function: ![image](https://github.com/tqdm/tqdm/assets/51709332/71c8f27a-31e7-4795-b420-5e4cab6adfc9) Why is it doing that? I even tried to...
open
2023-09-30T11:04:38Z
2023-09-30T11:04:38Z
https://github.com/tqdm/tqdm/issues/1516
[]
shalevc1098
0
apache/airflow
automation
47,608
SequentialExecutor is not compatible with task-sdk
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? `SequentialExecutor` which is the default executor fails in the main branch. It seems #47453 which removed the run command is still used with SequentialExecutor and the executor migh...
open
2025-03-11T10:43:03Z
2025-03-17T14:12:12Z
https://github.com/apache/airflow/issues/47608
[ "kind:bug", "area:core", "affected_version:main_branch", "area:Executors-core", "area:task-execution-interface-aip72", "affected_version:3.0.0beta" ]
tirkarthi
8
django-cms/django-cms
django
7,688
[BUG] Adding a new page via CMS wizard does not start in "edit" mode.
<!-- Please fill in each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible. --> ## Description Adding a new page via CMS wizard does not bring up the new page in "edit" mode. It appears to be in preview mode. ...
closed
2023-10-27T19:15:01Z
2024-09-23T05:39:59Z
https://github.com/django-cms/django-cms/issues/7688
[ "4.1", "djangonauts" ]
sparrowme
3
scikit-learn-contrib/metric-learn
scikit-learn
102
can A matrix, learned by MMC, have negative values?
I got some questions after running the MMC code. Q1. I've run test_iris function of Test_MMC class in metric_learn_test.py The expected matrix A of mahalanobis distance is expected = [[+0.00046504, +0.00083371, -0.00111959, -0.00165265], [+0.00083371, +0.00149466, -0.00200719, -0.00296284],...
closed
2018-07-13T10:17:45Z
2018-08-13T15:54:24Z
https://github.com/scikit-learn-contrib/metric-learn/issues/102
[]
dongmean
1
tflearn/tflearn
tensorflow
748
how to change imdb.pkl to txt files
in cnn_sentence_classification.py , there is this line train, test, _ = imdb.load_data(path='imdb.pkl', n_words=10000, valid_portion=0.1) how to change the pkl data to txt files?
open
2017-05-11T02:33:32Z
2017-05-11T02:36:21Z
https://github.com/tflearn/tflearn/issues/748
[]
awenhu
0
vitalik/django-ninja
django
801
Have problem when deploy in AWS my Django Ninja project
I have a Django Ninja but have problems to access some endpoints when the project is Deployet in AWS, some weeks ago this project is working fine, recently start having problems.
open
2023-07-21T18:48:46Z
2023-07-25T10:39:16Z
https://github.com/vitalik/django-ninja/issues/801
[]
giova-fonseca
3
vitalik/django-ninja
django
1,042
Why does Mixins with resolver not work with ModelSchema?
Please describe what you are trying to achieve I wanted to mix in resolver to ModelSchemas so I do not have to write them all the time. Please include code examples (like models code, schemes code, view function) to help understand the issue First define a Mixin class with resolver ``` from pydantic import fie...
closed
2024-01-11T17:23:19Z
2024-10-11T19:44:15Z
https://github.com/vitalik/django-ninja/issues/1042
[]
Lodimup
1
huggingface/transformers
python
36,330
Unable to use Seq2SeqTrainingArguments and Seq2SeqTrainer
### System Info I am using the following versions: - tensorflow 2.18.0 - tensorboard 2.18.0 - transformers 4.49.0 - keras 3.8.0 - Python 3.10.0 ### Who can help? _No response_ ### Information - [x] The official example scripts - [x] My own modified scripts ### Tasks - [x] An officially supported task in the `e...
open
2025-02-21T13:01:39Z
2025-03-24T08:03:37Z
https://github.com/huggingface/transformers/issues/36330
[ "bug" ]
shivanraptor
6
JaidedAI/EasyOCR
pytorch
789
If my exact string syntax is known, is there a way to pass it as a parameter to improve accuracy?
I need to extract a single numeric string per image. The strings are formatted. I know the exact syntax of the strings: `(-)###0.000_(-)###0.000_/_(-)##0.00_(-)##0.00_/_0.000` Where: 1. `(-)` is absent when positive or a minus sign when negative. 2. `#` is absent unless it is a number `1 through 9` 3. `0` ...
open
2022-07-19T17:46:10Z
2022-08-07T05:36:16Z
https://github.com/JaidedAI/EasyOCR/issues/789
[]
Finatra
1
pytest-dev/pytest-cov
pytest
575
Uncovered files from dirs without __init__.py are not reported
>This feature is built into coverage, but with a caveat: you have to use paths for the source. >Eg: if you use `py.test --cov=somepath` then you'll get all files in `somepath` in the report. _Originally posted by @ionelmc in https://github.com/pytest-dev/pytest-cov/issues/88#issuecomment-139555501_ If I ha...
closed
2022-12-22T14:50:29Z
2022-12-22T16:36:15Z
https://github.com/pytest-dev/pytest-cov/issues/575
[]
stefaneidelloth
2
RobertCraigie/prisma-client-py
asyncio
624
Dependency Dashboard
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/RobertCraigie/prisma-client-py). ## Config Migration Needed - [ ]...
open
2022-12-01T01:50:13Z
2025-03-24T02:36:09Z
https://github.com/RobertCraigie/prisma-client-py/issues/624
[]
renovate[bot]
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
514
Cannot load dataset, they're greyed out.
I'm a bit noob at this, please excuse me if i made any mistakes. I believe that upon launch, i should be able to load and pick datasets, but on my side, when i launched the app, the whole section of datasets are greyed out. Is this supposed to happen? ![image](https://user-images.githubusercontent.com/16258774/916657...
closed
2020-08-30T17:37:47Z
2021-09-26T22:48:04Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/514
[]
ghost
3
kizniche/Mycodo
automation
906
Fresh install, Compiling mycodo_wrapper upgrade_commands warnings
### Describe the problem/bug During a fresh install I receive a couple warnings. Doesn't seem to affect anything, but new users may worry. ### Versions: - Mycodo Version: 8.8.8 - Raspberry Pi Version: pi-zero - Raspbian OS Version: Buster Lite ### Additional context Log snippet ``` #### Compiling ...
closed
2020-12-15T22:17:04Z
2021-03-09T18:09:11Z
https://github.com/kizniche/Mycodo/issues/906
[]
mrplow
5
noirbizarre/flask-restplus
api
562
Use of custom error handler is obscure
Not sure if this is intended or otherwise, but just posting my experience - I am using flask_restplus with payload validation: ``` class resource(Resource): @ns.expect(payload_model, validate=True) ``` However, I want to change the default output validation json output. From the restplus source code, there ...
open
2018-12-07T07:39:23Z
2019-04-02T13:46:37Z
https://github.com/noirbizarre/flask-restplus/issues/562
[ "question" ]
hang15
0
holoviz/panel
matplotlib
7,296
panel.chat.langchain Import recursion error
The new version, 1.5.0, introduces a recursive import caused by this change https://github.com/holoviz/panel/commit/d0744c50c66866396272e056282c3df38f33ecb9#diff-3e786c7bf61e242b5ec4094db9bb91fab89546aadfa12ed11b56ca0c2a142f71R56. `import_module` protected against this. #### ALL software version info (this library,...
closed
2024-09-18T22:07:54Z
2024-09-19T09:15:18Z
https://github.com/holoviz/panel/issues/7296
[]
postelrich
0
pytorch/pytorch
machine-learning
149,798
Build Extension Failed with setuptools==77.0.3
### 🐛 Describe the bug When build deepspeed wheels with setuptools==77.0.3, the CUDAExtension throw the error info: ``` File "/opt/python/cp39-cp39/lib/python3.9/site-packages/setuptools/_distutils/command/sdist.py", line 245, in add_defaults self._add_defaults_ext() File "/opt/python...
open
2025-03-22T07:22:07Z
2025-03-24T18:48:11Z
https://github.com/pytorch/pytorch/issues/149798
[ "module: cpp-extensions", "triaged" ]
AlongWY
1
allenai/allennlp
data-science
4,844
training method for semantic role labeling
hi, i'm newbie in nlp, What methods and architectures are used for semantic role labeling training? are u using lstm or another? thank u
closed
2020-12-05T15:48:05Z
2020-12-16T01:22:22Z
https://github.com/allenai/allennlp/issues/4844
[ "question" ]
hasfihawari
1
HIT-SCIR/ltp
nlp
219
词性标注问题
sentence -> "实现产品UI和交互方面的开发需求" 词性标注中出现 (ui, %)
closed
2017-06-08T08:39:06Z
2020-06-25T11:20:35Z
https://github.com/HIT-SCIR/ltp/issues/219
[]
icefire181
0
mobarski/ask-my-pdf
streamlit
45
AttributeError: module 'tiktoken' has no attribute 'encoding_for_model'
Getting the following error when launching the app `File "C:\Users\xxx\Anaconda3\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "C:\Users\xxx\ask-my-pdf\src\gui.py", line 20, in <module> import model File "C:\Users\xxx\ask-my-...
open
2023-03-30T13:58:16Z
2023-03-30T13:58:16Z
https://github.com/mobarski/ask-my-pdf/issues/45
[]
swamichandra
0
jschneier/django-storages
django
874
S3Boto3Storage - "PermissionError: Access Denied" persisted when accessing a file before it is created.
Hello, First off, I just want to say thank you. This package has been extremely helpful for a project that I am working on. I am using this package to store pandas dataframes to S3, and I have come across a case where a `PermissionError: Access Denied` is persisted if I: 1. attempt to access a file that does n...
open
2020-04-15T00:15:41Z
2020-04-15T00:15:41Z
https://github.com/jschneier/django-storages/issues/874
[]
seanchon
0
littlecodersh/ItChat
api
763
如何让自动响应和定时服务并存
如题,我想实现 自动响应回复 和 定时发送新闻 信息的服务 1、按照文档、自动响应回复,只要注册了相关消息方法,即可自动回复,最后通过 itchat.run() 来启动并监听 2、定时发送新闻消息,我是想通一个定时服务(apscheduler)来实现 现在遇到这两个业务线程阻塞的问题 ‘’‘ #启动自动回复 itchat.run() #启动定时服务 ---由于上面的run()会一直在运行,下面这个语句执行不到 sched.start() ‘’‘ 遇到这种情况要怎么解决,网上查了,可以用多线程 我试过sched放另外一个线程运行,但这样的话无法通过itchat来发消息
open
2018-11-29T10:09:04Z
2019-02-19T09:02:17Z
https://github.com/littlecodersh/ItChat/issues/763
[]
lzjunika
3
tortoise/tortoise-orm
asyncio
960
unknown bug i cant able to figure it out no detailed info available ...when im trying to migrate this bug is popped always
Traceback (most recent call last): File "/usr/local/bin/aerich", line 8, in <module> sys.exit(main()) File "/usr/local/lib/python3.9/site-packages/aerich/cli.py", line 258, in main cli() File "/usr/local/lib/python3.9/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **...
closed
2021-10-22T14:12:58Z
2021-10-23T13:27:27Z
https://github.com/tortoise/tortoise-orm/issues/960
[]
sakthiRathinam
1
streamlit/streamlit
data-science
10,245
Javascript TypeError with renderedMarkdown in streamlit v1.41.1: nt.replaceAll is not a function
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary On occassion we get a JavaScript error which ...
closed
2025-01-24T10:08:15Z
2025-01-27T17:54:45Z
https://github.com/streamlit/streamlit/issues/10245
[ "type:bug", "feature:markdown", "status:awaiting-user-response" ]
ucyo
12
microsoft/nlp-recipes
nlp
621
[BUG] No such file or directory
### Description <!--- Describe your bug in detail --> tc_bert_azureml.ipynb Error message: wc: /mnt/batch/tasks/shared/LS_root/jobs/gaia-ml-wks/azureml/3576038c-f399-4522-8674-383ad7cd316b/mounts/workspaceblobstore/azureml/88f85fcf-eaf4-4d58-bff2-712b35cb50aa/train0,: No such file or directory ### How do we repl...
open
2021-05-20T09:24:24Z
2021-05-21T07:53:04Z
https://github.com/microsoft/nlp-recipes/issues/621
[ "bug" ]
Farhad-Heybati
1
sqlalchemy/sqlalchemy
sqlalchemy
9,989
DateTime columns can not be used
### Describe the bug I have simple table with one column that has type DateTime, every time I want to query record that has date set it fails with exception ``` File "lib\sqlalchemy\cyextension\resultproxy.pyx", line 16, in sqlalchemy.cyextension.resultproxy.BaseRow.__init__ File "lib\sqlalchemy\cyextension\res...
closed
2023-06-21T11:15:21Z
2023-06-21T11:26:06Z
https://github.com/sqlalchemy/sqlalchemy/issues/9989
[ "sqlite" ]
jiri-otoupal
1
pydantic/pydantic-ai
pydantic
531
Add system prompts independently of history of messages
Hello! I wanted to know how to make the @agent.system_prompt decorator being called on every run, when there is history of messages added. I'm basically trying to evaluate the dependencies on each run (the dependencies will change independently of the run and I don't want to use a tool for this because is not needed) ...
closed
2024-12-23T04:24:59Z
2025-01-07T16:40:16Z
https://github.com/pydantic/pydantic-ai/issues/531
[ "Feature request" ]
josead
6
keras-team/keras
tensorflow
20,294
loss_weights depending on epoch number
Hi, I'm trying to train a multi output nn and I need to change the weight of each loss component depending on the epoch number. In some previous versions of keras I implemented this mechanism by defining each weight of the loss_weights parameter as a K.variable() type, and changing the value with K.set_value() in an o...
open
2024-09-26T10:34:21Z
2024-09-27T10:54:14Z
https://github.com/keras-team/keras/issues/20294
[ "type:Bug" ]
LucaSCostanzo
2
huggingface/transformers
python
36,361
warning bug in Qwen2DecoderLayer in transformers ==4.49
### System Info transformers ==4.49 ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ### Reproduction...
open
2025-02-24T02:14:20Z
2025-02-24T19:02:06Z
https://github.com/huggingface/transformers/issues/36361
[ "bug" ]
Kyrie666
1
oegedijk/explainerdashboard
dash
126
Label mismatch in horizontal contributions plot
in the horizontally oriented contribution plot the hover over labels are reversed, this is caused by the following lines in explainer_plots.py ``` if orientation == 'horizontal': cols = cols[::-1] values = values[::-1] contribs = contribs[::-1] bases = bases[::-1] ...
closed
2021-06-19T12:22:56Z
2021-06-27T20:00:15Z
https://github.com/oegedijk/explainerdashboard/issues/126
[]
hugocool
1
saulpw/visidata
pandas
2,205
[interface] magnifier: multiline row at cursor only
An idea to only show the current row as multiline, and the rest of the rows as single-line. Not sure if the row display should be stable (such that the rows near the cursor row are obscured) or if they all should scroll.
closed
2023-12-31T07:53:26Z
2024-10-12T04:48:23Z
https://github.com/saulpw/visidata/issues/2205
[ "wishlist", "wish granted" ]
saulpw
5
nschloe/tikzplotlib
matplotlib
356
Run Black on master or change flake8 line length
Working on a fix for #257 as my first contribution to tikzplotlib :) As flake8 is set to `max-line-length = 80` for the project, I set `line-length = 80` in Black locally. I understand from one of the commits on #348 that some code on the project is blackified. Although, several files in `/tikzplotlib` are not blac...
closed
2019-12-18T17:24:56Z
2019-12-18T18:11:15Z
https://github.com/nschloe/tikzplotlib/issues/356
[]
MadsAdrian
4
amidaware/tacticalrmm
django
1,678
Change Serial Number Length (more than 50chars)
I've a probleme with serial number in tactical rmm. I have some esx virtual machine and the serial of this machine have a length of 54 chars. But tactical have only 50 chars. Is it possible to change this? Thanks.
closed
2023-11-13T15:46:32Z
2024-03-11T14:09:15Z
https://github.com/amidaware/tacticalrmm/issues/1678
[]
Sedlise
6
ipython/ipython
jupyter
14,470
Completion in indented lines incorrectly strips the prefix when jedi is disabled
Completion in indented lines incorrectly strips the prefix when jedi is disabled. Originally reported in Notebook (https://github.com/jupyter/notebook/issues/7397) then JupyterLab (https://github.com/jupyterlab/jupyterlab/issues/16522), but narrowed down to IPython 8.8 / 8.11; https://github.com/ipython/ipython/pull...
closed
2024-06-26T05:57:14Z
2024-08-30T07:36:56Z
https://github.com/ipython/ipython/issues/14470
[ "bug", "tab-completion" ]
krassowski
4
tox-dev/tox
automation
2,531
dependency on py
tox has a direct dependency on py which is somewhat unmaintained and has had a dodgy CVE filed against it. output of `pipenv graph` (but really, the py dep is visible in setup.cfg, too. ``` tox==3.27.0 - colorama [required: >=0.4.1, installed: 0.4.6] ... - py [required: >=1.4.17, installed: 1.11.0] - six...
closed
2022-11-07T18:13:02Z
2022-11-07T18:23:19Z
https://github.com/tox-dev/tox/issues/2531
[ "bug:normal" ]
matthewdeanmartin
1
jmcnamara/XlsxWriter
pandas
670
Allow "None" style table format
Add an option to allow the user to set a "None" table style for tables. See the following question on StackOverflow: https://stackoverflow.com/questions/58802092/how-to-create-xlsx-table-without-any-style
closed
2019-11-11T14:43:43Z
2019-11-15T21:09:31Z
https://github.com/jmcnamara/XlsxWriter/issues/670
[ "feature request", "short term" ]
jmcnamara
1
tensorflow/tensor2tensor
deep-learning
1,803
Is it possible to train a Transformer with Relative Position Self-Attention on TPU?
### Description Hi there, Is it possible to train a Transformer with Relative Position Self-Attention on TPU? If so, what would be the recommended TPU hyper-parameters for it on WMT14 (en-de) dataset? How long would the training take? ### Environment information Google Cloud TPU
open
2020-04-03T11:28:47Z
2020-04-03T11:49:33Z
https://github.com/tensorflow/tensor2tensor/issues/1803
[]
dguo98
0
ageitgey/face_recognition
machine-learning
1,396
base64
* face_recognition version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue. ### ...
open
2021-12-21T10:08:35Z
2021-12-21T10:08:35Z
https://github.com/ageitgey/face_recognition/issues/1396
[]
Bah1996
0
kizniche/Mycodo
automation
470
Can't Create Daily Point
## Mycodo Issue Report: - Specific Mycodo Version: 6.1.0 #### Problem Description Please list: - what were you trying to do: Trying to create a new Conditional: Timer (Daily Point). When you set the time (by using the clock that pops up, or by manually typing) an error is given when you try to save. - ...
closed
2018-05-13T15:02:51Z
2018-05-19T01:13:48Z
https://github.com/kizniche/Mycodo/issues/470
[]
berserktron3k
1