Laurențiu Nicola
Laurențiu Nicola
@brokenthorn WinRT might have some USB functions, but it doesn't deprecate this crate which is portable across Windows, Linux and MacOS.
I wonder if `notify` is less buggy enough now :smile:.
Oh, right, let me contribute too. If you're using Nginx, you can use this as a starter config: ``` upstream polaris { server 127.0.0.1:5050 fail_timeout=0; keepalive 32; } server {...
One solution to offer this in Polaris would be to use a crate like https://crates.io/crates/acme-micro. Personally, I wouldn't use it though, since the reverse proxy solution works better for me....
As a quick workaround, you can try running something like `sudo strace -e trace=open,openat,stat -fp $(pidof polaris)`, then triggering a reindex.

Filed https://github.com/polyfloyd/rust-id3/pull/34 for `derive-builder` and the old `syn`.
I'm also trying to remove regex from rust-id3, but we'll certainly pull it off from other crates, so it won't help. You can make the graphs on nightly with cargo...
Regarding the database names, can we use in-memory databases instead? I'm not sure if the in works (the database is deleted when the connection is closed). Otherwise a combination of...
Ah, I just noticed that the tests are using `.sqlite` files from the repository. My ideas don't work very well, then.