s e
s e
Yeah, like the tools I referenced.
Here is a [list](https://github.com/pixix4/ev3dev-lang-rust/files/8663328/installed.txt) of all of the packages that are installed. My cargo config just looks like this: [target.armv5te-unknown-linux-gnueabi] linker = "c:/msys64/mingw64/bin/arm-none-eabi-gcc.exe". I ran cargo build --release --target armv5te-unknown-linux-gnueabi...
This shouldn't be merged until we are ready to bump the minor version.
While I don't see much of a benefit of using YAML, nesting in YAML isn't that complicated. To turn what you have into YAML. the braces, commas, and some of...
This could be possible, but it would require a bit of work. If you could open a PR that would be great.
This is a goal for far into the future. I just opened the issue because of SurrealDB's recent surge in popularity.
I have been looking into this. It looks like what we need to do is: - [x] Remove ```#![feature(async_closure)]```, as I don't see the feature being used anywhere. At the...
Yeah, this has been a problem for a while. I will have more time to work on this soon, so I hope this will be fixed soon.
> Sorry for the wait! No worries, similar things have happened to me before. At this point, I've actually gotten pretty good at writing PKGBUILDs by hand.
> @iamwacko, I have [incorporated](https://gitlab.torproject.org/tpo/onion-services/onionspray/-/merge_requests/43) your suggestions into the [Onionspray docs](https://tpo.pages.torproject.net/onion-services/onionspray/guides/using/#with-manually-mined-onion-service-addresses) (an EOTK fork). Ooh, nice. Onionspray seems cool, I'll set it up when I have some spare time.