Adam S Levy
Adam S Levy
Thanks for the reply. I understand and appreciate wanting to keep mons as simple as possible. Instead of a configuration file, how do you feel about parsing the -e option...
I'm just commenting to share a script that I wrote to solve this issue for my specific use case. I have a udev rule that detects changes to my specific...
@ddvk can you share whether there will be an RM1 patch for 2.10? Otherwise can you suggest a guide on how to downgrade to 2.9?
@Eeems Thanks for that. Seems like the rm1 port will come eventually.
Thank you both so much for these replies and for your work on this library. I just got the remarkable tablet and see a ton of potential in the hardware...
Sense you like the change I'll add a few tests.
Can you expand on how to manage dependencies? Let's say I have a local package on my system that I want to import, how do I achieve that?
@PaulBernier, @carryforward expressed some concerns about switching crypto packages. I am confident that signatures generated and validated by the official crypto package are completely compatible with the signatures generated and...
As of go 1.13 the "golang.org/x/crypto" package has been moved into the standard library, so "crypto/ed25519" now can be imported. It is the same as importing "golang.org/x/crypto", which is of...
@WhoSoup I agree with what you wrote. JSON RPC has nothing to saw about authentication, and the authentication in this case is defined by HTTP Basic Auth, so such status...