kevin hogeland

Results 11 issues of kevin hogeland

I am trying to set up MPD behind a SSL-enabled proxy. Unfortunately, the prefix `http://` is hard-coded: ```java /** Get the current server streaming URL. */ private String getStreamSource() {...

I'm trying to use a peripheral from Adafruit which communicates over I2C. The same setup works fine with their Arduino library. I copied the protocol from there, and I can't...

This option is off by default on Windows and breaks assumptions about the working directory in `pin.sh`. You'll end up with some totally confusing output like this: ``` + set...

Coursier supports Ivy repo patterns, and this almost works out-of-the-box with these rules, but I ran into one place that needs special handling.

cla: yes

Vim's generated tag files should be ignored (especially convenient when pulling the repo in as a submodule of a dotfiles/bundle repo).

I've seen this happen a few times on different albums, so I don't think it's a problem with my files. The Subsonic web interface plays everything correctly, and Jamstash does...

Added missing event type parameter, as per [the neovim docs](https://neovim.io/doc/user/job_control.html#on_stdout). Fixes https://github.com/baabelfish/nvim-nim/issues/49. Also changed varargs parameters to explicit to avoid future confusion.

I've been running a couple billion words through word2vec, using a 32-core EC2 instance. Actually training the model is blazing fast (relatively), but populating the vocab dict is painfully slow....

difficulty medium
performance

(version 2.7.8) The following code accidentally includes a duplicate "source" field as a result of `PROPERTY` instead of `EXISTING_PROPERTY` in the `@JsonTypeInfo` annotation. Deserialization results in a misleading `UnrecognizedPropertyException`. EnvironmentEvent:...

has-failing-test

Hi, I'm trying to hook up a MIDI keyboard, but it's not really playable because the MIDI In app doesn't handle overlapping keys well: - The gate signal is always...