Steffen Uhlig
Steffen Uhlig
I'm curious to understand why the compilation happens on the remote machine instead of compiling at the developer machine and then uploading to binary? It seems to me that that...
This allows to differentiate a datasource not found from other errors, e.g. ```go _, err = client.GetDatasource(ctx, dsID) if errors.Is(err, sdk.ErrNotFound) { fmt.Fprintf(os.Stderr, "Creating new datasource %s (id=%d)\n", ds.Name, ds.ID)...
Just wanted to say thanks - this library does one thing, and it does it well. Regards Steffen PS: Feel free to close this issue after reading.
Thanks for this library, first of all! I am using it to flip the light switch in my workshop after receiving a command over MQTT. Works nicely! I was looking...
I have been reading the newsletter for a while and just wanted to thank you for curating this great collection of information.
Hi, I came across your code via [gobot issue #258](https://github.com/hybridgroup/gobot/issues/258) The DS18B20 part of your code works fine on my Raspberry Pi (I did not test the gpio stuff), so...
Later versions of Ansible refuse `import` and suggest to use `include_tasks`. This PR implements that.
Thanks for this project; very useful. I would be interested in running this in batch mode; i.e. specifying the query on `stdin` or in a file. I could then make...
Adds support for GitHub Enterprise
I'd like to scroll posts using the keyboard: - page by page (Fn+PgUp/PgDn), - to the top (and maybe to the bottom) (⌘↑ and ⌘↓) - post by post (↑...