Alex Martens

Results 215 comments of Alex Martens

For anyone else looking at this, I found that https://github.com/messense/dav-server-rs is an up-to-date fork.

Whoops I forgot #410 existed, sorry about that!

This is a good starting point for general embedded rust: https://docs.rust-embedded.org/book/intro/index.html Examples can be built with `cargo build --features=stm32f030x4 --example $EXAMPLE_NAME_HERE` where `$EXAMPLE_NAME_HERE` matches the file name without the `.rs`...

How did you find that page? You are right, it is out of date. The README appears to be accurate though. I didn't know we had a docs.rust-embedded.org. Should update...

A backend for MacOS doesn't exist yet. Happy to accept pull-requests!

Relevant documentation: https://doc.rust-lang.org/rustc/targets/custom.html

I don't have the time to maintain it at the moment. I'm not even properly keeping up with existing crates under the libs team umbrella :( If somebody else on...

I made this before nusb existed, or at least before it gained notoriety. I would be happy to accept pull-requests to swap this out! Or I'll get to it myself...

This is my temporary hack until this gets fixed, run this on the server (requires `pkgs.inotify-tools`) ```bash #!/usr/bin/env bash inotifywait -m -q -r -e create --format '%w%f' "$HOME/.vscode-server/extensions" | while...