Luca Fulchir

Results 15 comments of Luca Fulchir

I assumed there was a reason for the string aside from the constness, and didn't want to change that too much. It's fairly easy to change to uuid, but it...

...changed my mind and I had time. Using Uuid now, and I changed the dependency of uuid to `1.0.0-alpha.1` It should be practically ready for when they merge 1.0

uuid 1.0 is out, I updated the PR.

Sorry, never tried anything related to android, but you are welcome to post a few pointers here if you need something. I will not make any changes to support windows/apple...

Yeah, actually the compatibility is not that much of a problem anymore. I'll fix it in the next couple of weeks. Don't know if I'll work on vc++ compability on...

UPDATE: A lot of time passed, but other things needed attention. As of now, the status is "WONTFIX". Support for seems to be broken as of MSVC 2015. The only...

uhm... yes and no. The new version is tested under VS2017 and works, but I need some time before I can push the new commits on the public repo, as...

I'm trying to make it work on NixOS, too. after running `espup install` I ran a custom script to fix the path of the interpreters and system libraries of all...

ok, turns out I didn't get *all* the executables. Once I did, `cargo build` works. finally. I can share my script if anyone is interested, but it's a bit of...

I copied the script here: https://gist.github.com/LucaFulchir/a4ea1d76045868437e61180f6dcf5c41 it's not the proper "Nix way", but it Works For Me, so good enough for me. As it stands I guess the proper nix...