Gordo Lowrey

Results 50 comments of Gordo Lowrey

Heh, I already suggested [ld_preload-sounds](https://github.com/gordol/ld_preload-sounds), but the maintainer isn't interested. :(

this is related also to this bug i think? https://github.com/myusuf3/delorean/issues/99

It's a dateutil issue upstream. Not fixed and they aren't planning to fix any time soon it seems.

i think this is actually a different bug... https://github.com/dateutil/dateutil/issues/149#issuecomment-186367034 that is the reason given. basically, it implements an old RFC.

delorean basically just implements [dateutil.parser.parse](https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.parse) > This module attempts to be forgiving with regards to unlikely input formats, returning a datetime object even for dates which are ambiguous. If an...

2.6 has a new parsing overhaul, so maybe give it a whirl?

https://github.com/myusuf3/delorean/issues/87

you can pass a default date to the parse() method also... to work around this. or you can simply set the first day of your date string to "1" to...

I tried this and the app breaks in stable chrome os... throws a console error about disallowed permissions.

indeed, i added app.window.alpha but it still had permissions issues. https://github.com/gordol/mosh-chrome/commit/1a95d958c1fec5bb335f5ef92b5be078fa3e6520 it very well may have worked in dev channel, but i'm staying on stable currently, sorry. i do have...