Max
Max
That said, the premier python comment-preserving toml parser is 1000 lines. Might not be that hard to convert straight to go. We could keep that option open as well. I...
I installed go and reminded myself about how it works, then cloned your branch, had a read through CONTRIBUTING.md and played with your code. I don't understand everything in the...
Do you have specific examples of things that currently don't work, that are needed for, say, initial read-only support?
A flag such as `--legacy` that _enables_ the old behaviour would also work. This way existing users would be impacted, but all they would have to do is to add...
Thank you for the question, @Le-Juan . In a household of more than four languages, switching languages and subtitles is sine qua non. We currently use VLC powered by a...
I guess there could be one button on the remote that cycled through all subtitle languages, and none, so just one additional button would suffice.
It looks as if Option is defined in node_modules/commander/index.js . What eludes me is how that is loaded into the "browser".
Never mind, commander seems to be unrelated :-/
I too would be interested in deletion but rather as part of the language. Something like this: jmespath.search('foo.bar | delete(name)', data) The above would (rather unexcitingly) produce two empty dictionaries....
I note that there is some discussion about having a `to_items()` function that converts a dictionary into a list of key,value pairs. If that happens, and there is presumably also...