Frederick Gnodtke

Results 17 issues of Frederick Gnodtke

Currently some functions are defined in some files where it is unobvious that they are implemented there.

Jest 25 has been released for a while now, however, jest-electron still specifies version 24 as peer dependency.

If `canvas` is installed by any dependency, the tests in jest-electron will break due to incompatible node version: ``` Error: The module 'project-root/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version...

For some reason, when playing FLACs from subsonic mopidy isn't able to seek.

The package distributed on NPM includes a non-bundled `index.js` which uses ES6 statements such as `import`. Without Babel in the parent's project, this library can not be used. Or am...

enhancement

I get the following error when connecting to my server. After I created an empty Playlist the error disappeared: ``` ERROR Got un-handled exception from SubsonicBackend Traceback (most recent call...

When 'true' is not supplied to the .outputStream() method zero-frames will be inbetween each frame. (At least it sounds like this, I am not an audioengineer). However the audio is...