Max
Max
In bash, a non-zero exit code indicates that something has gone wrong. When doing deployments, it is important to know if something has gone awry. I have set up my...
Greetings, Apologies in advance for a newbie question. Does this work for all FT devices? I tried commands such as the following with a couple of FTDI devices: ``` sudo...
I like it. Is there any chance that it will be packaged for Debian?
Hello, This project looks interesting; may I ask about the current state of the project in terms of maintenance and so on? If there is interest in maintaining this as...
It would be useful to be able to update just some parts of a structure. Example: If I have: ``` Point { x: u32, y: u32, } ``` I should...
Thank you for providing a desktop version of Remarkable as a snap package. Is there a way of adding plugins to the desktop app? I don't see an option for...
I am setting up a toolchain for a small team. Given that we will be quite tight on time we can't really contribute PRs but it would be nice if...
# Motivation Requests that return more than about 100 records fail because of rate limiting by github; in my case I am expecting about 300 lines, which is not a...
Hello, Your code here works well, thank you. On github you provide access to response headers but that facility is missing for the version in npm. Could you please make...
Thank you for what looks like some useful code. However, what does it need to run? I tried your sample code with spark 2.2 and 1.6 and both failed: ```...