Anthon van der Neut
Anthon van der Neut
Yes the problem is present in the 0.8.0 release. The input file in the 0.8.0 documentation has been updated for the change , but the output documentation still has the...
I don't find that an appropriate action, as that script was added by hand. Programs that have "# PYTHON_ARGCOMPLETE_OK" should handle a failing "import argcomplete" gracefully (I will provide an...
That this is not an error is problematic, especially in the context of merge keys. Gitlab (working with Ruby for YAML) seems to allow this because of this bug, and...
There is both global (per project) and state for each json file. The global state cannot be meaningfully stored in the individual files. sqlite3 has the disadvantage of not easily...
As a first step: there are a few print statements in some of the .py files. We should changes those to function calls and include ``` from __future__ import print_function...
Sorry, did not want to imply you did not know how to proceed with this. I **should have** just asked if it is ok for me to already insert the...
Go ahead and assign.
No problem. Are you ever online at #richard ? I tried to setup IRC on irc.mozilla.org but I am not sure I am on the right channel
YAML is supposed to be a superset of JSON. So start with the current routines that read in JSON and replace those, making sure the resulting data structures are compatible...
I created some routines to sync a directory containing JSON files with a directory containing YAML (with the same basename - extension). You provide a last-synced timestamp to prevent syncing...