Richard

Results 12 issues of Richard

The `historical` function returns an empty array `[]` on any kind of error (network error, symbol not found, etc). While investigating I found there is an undocumented option `error` that...

Compiling from source isn't trivial and build instructions are underdocumented and requires root access to install required dev packages. Updating such a basic utility doesn't justify the amount of work...

enhancement

I'm new to binlogs and such. Can this package be used with JawsDB, ClearDB or another hosted MySQL or does it require our own installation? Any recommendation? Thanks!

The gfx documentation at https://godoc.org/github.com/veandco/go-sdl2/gfx links to SDL1.2 version of gfx. Outdated links: https://www.ferzkopp.net/Software/SDL_gfx-2.0/Docs/html/index.html Correct link: https://www.ferzkopp.net/Software/SDL2_gfx/Docs/html/index.html

I ran into a nasty problem when watching multiple keyboards using this module. To make a long story short, if you want to watch more than a few HID devices,...

# Problem Summary I'm using a formatter function to add 'USD' to a money amount. The automatic column width is determined by the value before the formatter instead of the...

I've followed the step-by-step tutorial to stream from MPD on one machine to a Raspberry. I want to use the Pi to send over Bluetooth to one of my headsets...

defect
user report
sound io

I notice that every time when I create a project I'm setting the same settings. It would save some time and potential mistakes if the defaults could be configured somehow....

Is there a way to change the password? I've looked everywhere perhaps it is hidden somewhere I didn't look.

enhancement
good first issue

When I call `MusicControls.create` the controls are shown in the lock screen, however neither `onSuccess` nor `onError` are called. I have tried the example code from the README as well...