davy

Results 8 issues of davy

https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/09.6.html Base64 is a binary encoding format which has nothing to do with encryption or decryption.

Don't worry about event types, just have it forward messages over HTTP in the SSE protocol. Read more: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events

enhancement
good first issue

It would be useful to be able to align writes based on a delimiter character, especially for reading text protocols like stdin, file, tcp, serial, etc. For example `hookah -d...

enhancement

~The [serial package](https://github.com/jacobsa/go-serial/) being used supports multiple options beyond the baud rate which might be useful to expose as optional arguments.~ We should add more options to the serial protocol....

enhancement
good first issue

The current examples/api/demoapp documentation has an error where it defines `cfg` twice using two different styles: ``` cfg := &core.BuildCfg{ Repo: r, Online: true, } cfg := new(core.BuildCfg) cfg.Repo =...

Currently everything updates at the same frequency (defined by the `delay` property of Firehose) but it may be useful to have independent frequencies for each source that all feed into...

enhancement

Their feed does provide thumbnails but it uses an non-standard `` tag so the feedparser module doesn't pick it up. May need to see if feedparser has support for custom...

On a fresh install of Raspbian lite I get this error when trying to run install.sh: ``` Traceback (most recent call last): File "autodetect.py", line 2, in import smbus ImportError:...

enhancement