Paul FLORENCE

Results 44 comments of Paul FLORENCE

Generating the doc for 1 micro-controller took roughly 1.5 Gb of Ram on my computer, so I guess it is still doable, don't you think ?

I still have the same problem with version 1.2 ... @xpac27 what is the fix ?

Ok so I figured out the fix by myself, youd need to replace the files in `app/Vendor/Getid3` by the latest one from the [original repo](https://github.com/JamesHeinrich/getID3).

You can modify `.cargo/config` to remove those arguments. I don't know what the equivalent are for rust-lld though :disappointed: Please not that the resulting binary is way too big (1,3M).

I created a pull request (#2) for this bug. Fell free to use my fork until this is merged.

That would be great !

I agree with @shaunakv1 that authentication does not belong in this project :+1: I have been using nginx as a reverse proxy in front of Martin and there is a...

> Here's a simple implementation of the above (mixin renamed). By default, it will provide all translations of the serializer fields. However, if the language get parameter is provided to...

I would also like to be a part of this ! I am still a student and I touched my first µc in in january 2018. I have some moderate...

What do you think about "Send a struct through a TCP connection" ? In my opinion, using serde with a TcpStream and a TcpListener is something that could be really...