Lukáš Lalinský

Results 34 issues of Lukáš Lalinský

Having the dependency on distribute makes it impossible to install the library on Python 3.6, it fails with an error like this: ``` Collecting distribute (from pyzmail==1.0.3) Using cached distribute-0.7.3.zip...

Currently `~/.gmvault/gmvault_defaults.conf` gets overwritten every single time the program runs, because the default config contains version "1.9.1", but the code expects to find version "1.9" here. I'm assuming these are...

It's called from userparameter_diskstats.conf as an executable, so having it marked as such in git simplifies deployment.

I thought it would be a good idea to support these, but they keep accumulating and I don't think most of them are really used after import.

scalability

We currently still have many clients using HTTPS without SNI, which restricts out options for frontend scalability. We need to make SNI a requirement.

api

We need this for easier access in e.g. external auth service from Envoy.

api
scalability

MusicBrainz lookups are a big chunk of the time spend in search requests, which really should not happen. Fingerprint search should be the most expensive operation, metadata should be cheap....

api
scalability