Farzad Panahi
Farzad Panahi
Under the [Custom Domain Name Example](https://aws.github.io/chalice/topics/configfile.html#custom-domain-name), we have the following: ``` "url_prefixes": ["foo", "bar"], ``` I think it should be: ``` "url_prefix": "foo", ```
I was just wondering why do we need to configure our graylog server end point by IP using hostip rather than having an attribute like graylogserver and set the domain...
Right now the latest stables release `j2mod 3.2.0` is using `jSerialComm 2.9.3` which has numerous critical bugs specially regarding native libraries such as https://github.com/Fazecast/jSerialComm/issues/535. Because of the [breaking changes](https://github.com/Fazecast/jSerialComm/releases/tag/v2.10.0) introduced...
Shouldn't there be an "else" for the following "if" to return 1? https://github.com/derekstavis/nrf24le1-libbcm2835/blob/db8f6cd67f45137cb154dc57f719afa17af65bfe/main.c#L374 Right now if the program fails (for instance failed to set enable bit) it will return 0,...
@thesamet Just out of curiosity, can gRPC perform as good as RPC over ZMQ? Is that why `rpcz` is not maintained any more? From my tests we get latency in...
I know the main goal of this application is to bundle JRE with JAR but is there a way to let `packr` do all the awesome packaging but do not...
I cannot find any example on how to enable/disable units. Can someone elaborate on how this can be done using this lib? I can see there is a function called...