Daniel Lo Nigro
Daniel Lo Nigro
Ahh, interesting, I didn't know it did that. So just an option to swap the order (prefer M3U over EPG) would suffice.
Thanks for the reply! Unfortunately I don't think I'll get any time to look into it any time soon :( I ended up using a different library instead.
If I modify `/matrix/sliding-sync/env` and change: ```ini SYNCV3_SERVER=http://matrix-synapse:8008 ``` to ```ini SYNCV3_SERVER=https://matrix.example.com ``` it works fine. Looks like this is controlled by the `matrix_sliding_sync_environment_variable_syncv3_server` Ansible variable. Does this mean it's...
Feel free to send a pull request fixing it.
It's 73 MB once extracted! The "Sample" directory includes build artifacts for the Android sample... I guess some stuff is missing from `.npmignore` 😛 
Sorry, I don't have any experience with hardware tokens, so this likely won't work with them as-is. I mainly designed SecureSign to run on VPS providers where I don't have...
Thanks for the comment @Maxo112. I'm aiming to enable AoT (ahead of time) compilation for the workers/probes so that I can distribute them as a single executable. People that want...
> @Daniel15, @fkling is there be any disadvantage to switching the babylon parser configuration (and maybe babel5compat) to > > ``` > ['decorators', { decoratorsBeforeExport: true }], > ``` Does...
Maybe we should change it in a major version bump just in case it breaks anything. We can bundle other potentially-risky changes in the same version.
I could definitely see this being useful. In addition to jsgrep, at Meta we used to have a tool called pfff which had an `sgrep` tool that did something pretty...