David H. Bronke
David H. Bronke
Not sure about the other database drivers, but node-postgres has [support for cancelling running queries](https://github.com/brianc/node-postgres/wiki/pg#cancelconfig-client-query). It would be nice to utilize [bluebird's cancellation logic](http://bluebirdjs.com/docs/api/cancellation.html) to allow queries to be cancelled...
I have Erlang 24.2 installed, and I'm getting linker errors when building `bcrypt`: ``` make /usr/bin/rebar3 compile ===> Verifying dependencies... ===> Fetching poolboy v1.5.2 ===> Analyzing applications... ===> Compiling...
…since some implementations don't allow that. Fixes #12. Change courtesy of [loreb](https://github.com/loreb): https://github.com/baszoetekouw/pinfo/issues/12#issuecomment-884322986
This allows it to work for uploaded tracks which have `None` for `artists`. Fixes #82.
Ages ago I uploaded a bunch of tracks to what was then Google Play Music, and I've added them to playlists. When I browse my playlists at `/muse/playlists`, any playlist...
#### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** Advantages over the `artwiz-fonts`...
It seems like there have been some backward-incompatible changes in one of the dependencies; I can't get a build to succeed. It might be good to commit `Cargo.lock` once this...