Andreas Neuhaus
Andreas Neuhaus
As you may have noticed, this project is currently rarely maintained. This is mainly because my personal and job situations have changed and I unfortunately don't have enough free time...
Currently, this package sets the tabLength/softTabs/preferredLineLength editor settings (in settings/rust.cson) of Rust files to values recommended by the Rust style guide. This means that Atom automatically uses 4 spaces for...
Next (second) step towards a more modern architecture and idiomatic interfaces. First step happened in #125. - Move `FileAttr` and `FileType` to `ll` module and improve docs - Modernized `Request`...
Currently it's not possible to run code that contains semihosting calls without having a debugger attached, since semihosting relies on the debugger catching `bkpt 0xab` and without a debugger, this...
I found out the hard way that `accept_async` is not only returning a future that handles the handshake, but it immediately accesses the async i/o object to start the handshake...
### Checklist - [X] I am not using Home Assistant. Or: a developer has told me to come here. - [X] I have checked the troubleshooting section and my problem...
### Checklist - [X] I am not using Home Assistant. Or: a developer has told me to come here. - [X] I have checked the troubleshooting section and my problem...
### Checklist - [X] I am not using Home Assistant. Or: a developer has told me to come here. - [X] I have checked the troubleshooting section and my problem...
It seems that `write-bin` truncates data to full 256 bytes blocks when length of data is not divisible by 4. I.e.: - any data with length divisable by 4 is...