Alexander Maznev

Results 18 comments of Alexander Maznev

@paulie-g If you want to open a separate issue (or several separate issues?) I'd like to contribute to the discussion on there so that it can be on topic relative...

I don't know enough about other c configuration libraries to have much to add on moving away from lib-confuse, but I wanted to comment on the functional side. If I...

Hosting a server now @ eu.sparkyfish.amaznev.net:7121 - what do you think abut an SRV record format such as `dig -t srv _sparkyfish._tcp.amaznev.net` ?

Yeah that's what I ended up doing (https://github.com/pik/paper-slider/commit/834b477662e9f599cfaf92f5599491ca4a0f3480) not sure if it's the technically correct fix though..

> The reason for this is in fish's design document as the "Law Of Orthogonality". Generally I agree with this but here something that used to be very simple `${BAR:-default}`...

This is uniquely related to the way gmrun calls the command. Also I don't think I can get to another terminal - but I can strace or put some debugging...

I don't know sqlalchemy but is this strictly necessary? From my understanding their transaction `.begin()` is used for ORM purposes -- but you should still able to use BEGIN in...

Currently the `loginWithPassword` isn't technically a full featured `login` either -- e.g. my application's `login` looks like this: ``` es6 login(username, password) { _login = function () { delete client.credentials.userId...