Szpadel
Szpadel
When I tried to use this on one of my systems I was always getting error: ``` Updating registry 'https://github.com/rust-lang/crates.io-index' Failed to update index repository: the SSL certificate is invalid....
**Describe the bug** I need to take over terminal in the middle of the application (shell) therefore I'm executing `cursive.quit()`. Only event loop is stopped correctly, and other loops are...
To solve issue described in #15, I implemented simple PoC adding that functionality. I'm not familiar with architecture here, so it might not be ideal, but looks like it works...
I'm looking into implementing driver for mcp2515, and I'm trying to create nice SPI registers abstraction. The issue is that for many operations (eg. marking irq as acknowledged) require use...
In current state when static code is minified, generated method names are replaced by single letter names. This make almost impossible to implement correctly transport layer for services. Those changes...
Currently only way to synchronize package is via webhook When packages are created by user without right permissions, packages are created but they will not have webhook set up, and...
Background: When incremental backup is used, changing layout of snapshot partition causes that send fails because of changed extents. example error: `Send: inconsistent snapshot, found updated extent for inode 20930799...
Something weird is happening when server uses touchpad or controllers. Touchpad seams to not work at all, and controllers have messed up events (buttons do not work at all, axis...
Currently when you switch client while having multiple keys set as combo, it will keep those keys pressed until you press them again. This is causing issues in many situations....
This greatly reduces amount of s3 requests when idling fixes #2820