Mantas Mikulėnas

Results 121 comments of Mantas Mikulėnas

> how would we notice though given that we use mmap writes? I kind of remember that journald calls truncate() to trigger inotify events and wake up readers, so my...

Generic ASCII (or UTF-8) detection sounds useful. It probably should also detect values without a length byte though? (After all the TLV already has a length field of its own,...

...I'm wondering if you have somehow loaded freenode's customized ACCESS module instead of the regular one.

I'm not sure if broken Python 2 support is a real bug nowadays... If you can use Py3, then use Py3. (Even Mutagen has been ported already.) That said: 1....

Yes, I've tested that as well. Actually, could you try inserting the following above the failing line in `update_metadata`? ``` logger.debug("music_dir is %s" % repr(params["music_dir"])) logger.debug("song_url is %s" % repr(song_url))...

Can't imagine where it gets the latter one from. Could you test something else, though – your locale settings? What does `env | egrep "^LANG|^LC"` find, and what does `locale...

¯\_(ツ)_/¯ This seems to be one of those situations where Python chooses string types through a dice roll, and as a result the Python 2 code needs to be the...

The question is how `params['music_dir']` becomes an unicode() though... In all my tests – from env, from args, from config file – I only get a str().

DesktopEntry is also used for other things, such as selecting the displayed name & icon. Changing it would mean you'd end up with two entries for the same app (with...

> except that the `` and `` keycodes are a bit random I wasn't the one who made them up. Those are the existing key names that Neovim *already* receives...