Ryan
Ryan
You can avoid the issue with ```toml serde-hjson = { version = "0.9", default-features = false } ``` this will disable preservation of key order --- I made a version...
https://github.com/hjson/hjson-rust/pull/24 sometimes the solution is in the obvious place
updated the original post. removed board setting as discussed in discord. I'm thinking it might be better to have fan control as a sub command instead of a bunch of...
You'll need to join the discord for instructions on using it currently (you can find them by searching for "and change ExecStart= to the path"). The current version in my...
I'd like a close code review, especially for the async-h1 changes. Probably benchmarking too, I have a new computer that will probably have less sporadic performance issues so I can...
using pyinstaller, at least some of the time yes with windows defender
I'm having the same issue. Checking `ps aux` firefox is getting passed `-profile /tmp/rust_mozprofile46atIn`
```python from splinter import Browser from selenium import webdriver profile = webdriver.FirefoxProfile(r'/profile/path') options = webdriver.firefox.options.Options() options.profile = profile browser = Browser('firefox', options=options) ``` this appears to work
I think I'm seeing the same issue. Seems to be present on master as of two days ago. Key combinations for launching kitty or exiting work and the highlight for...
it looks like calling `wlr_seat_set_capabilities(g_pCompositor->m_sSeat.seat, WL_SEAT_CAPABILITY_KEYBOARD | WL_SEAT_CAPABILITY_POINTER);` gets things working (i just made it call this when the a key is pressed) it looks like `CInputManager::updateCapabilities()` is never called...