Jalius Welch
Jalius Welch
Hi all! I've installed version 2.2.1 of the bootloader to my BluePill F103C8, but I'm having trouble working with it in the Arduino IDE. This is an output from an...
We need to rewrite this program. Reasons: - Poor code quality. Code is difficult to maintain. - Inefficient code causing FPS drops, but we cannot fix it because the code...
#### What OS and Version? Windows 11 V 8.4.3 Binary #### Description of issue The log isn't receiving any 1 length or 0 length UDP packets. These packets are supposed...
## Type of Issue (Enhancement, Error, Bug, Question) Enhancement ---------------------------------------- ## Environment #### Operating System Windows version 11 10.0.22621 SP0 {Multiprocessor Free} #### PySimpleGUI Port (tkinter, Qt, Wx, Web) tkinter...
Hi, I'm reporting a bug where going to column 0 with imgui.table_set_column_index(0) on a table fails, but imgui.table_next_column() works as intended. I'm using GLFW, Windows 11, Python 3.11.5, pyimgui.__version__ =...
Hello, I'm using version 1.8.2 install from pip on Windows with python 3.11.5. I'm running a GLFW window calling imgui.show_test_window() and referencing testwindow.py Some examples in the rendered test window...
Hi, I am using this keyboard app on my Cat S22 flip phone and I am loving it so far. This phone has a 12 key physical input. A feature...
Is there a good way to append to a CSV buffer? I see this issue tangentially mentioned in https://github.com/stephenberry/glaze/issues/1019 but it's not clear if this is implemented yet. For now,...
Addresses https://github.com/bugst/go-serial/issues/207. Fixes a case where read-modify-write of serial settings fails in `serial.Open()` and `serial.Port.SetMode()` when a non-standard baud rate is returned by the OS via getTermSettings, ultimately causing setTermSettings...
### Describe the problem Opening a serial port with non-standard baud rate 25000 fails occasionally. The failure occurs in nativeOpen() https://github.com/bugst/go-serial/blob/f12391c01f39791f85712bad01e6781276ff0f64/serial_unix.go#L232-L247 due to tcsetattr() rejecting non-standard baudrates. Scenario: Sometimes, getTermSettings()...