Kyle Agronick
Kyle Agronick
Remember and restore the window size, window position, and sidebar size.
The function_queue variable is shared between all the threads on a process. If thread 1 adds something to the queue and then does some more processing and thread 2 comes...
HTTPS?
Is there a way to get HTTPS without going through Nginx or Apache? I tried wrapping the socket like this: ``` srv_sock = socket() srv_sock.setsockopt(SOL_SOCKET, SO_REUSEPORT, 1) srv_sock.setsockopt(SOL_SOCKET, SO_REUSEADDR, 1)...
The Readme lists under features "Local or remote cursor". As far as I can tell this option was disabled and Remote cursors will be used whenever they are available. However,...
This is probably true for the other decorators as well. Same issue if you call the decorators directly. threading.get_ident() is the same as the async code when the function uses...
The Uvicorn people say this is a bug with the Channels implementation of ASGI. See here for more info: https://github.com/encode/uvicorn/issues/335#event-2236182683
This was present in the old version of Channels. The changelog says: 0.9.4 (2016-03-08) ------------------ * Worker processes now exit gracefully (finish their current processing) when sent SIGTERM or SIGINT....
I had a trouble running the app on linux and it gave me ``` The application panicked (crashed). Message: called `Result::unwrap()` on an `Err` value: DeviceNotFound Location: src/cli.rs:74 ``` DeviceNotFound...
Unless I'm missing something, is there an EditTextPreference? A way to enter strings or numbers seems like something needed for many preference screens.
One of my users had commented that they [didn't like](https://github.com/agronick/aa-torque/discussions/79) that the ray speedometer drew from the beginning of the gauge instead of at 0. This looked strange especially when...