Michel Samia
Michel Samia
Hi, for your workflow it may be interesting to check out the file first before writing. You can then probably check if the file is checked out. You can even...
Hi, today I found that JSON5 exists and it looks like it tries to solve very similar issues and hjson. https://github.com/json5/json5 It has more stars than hjson. Let's move our...
I looked at json5 closer and I realized that hjson is really more convenient for writing. You don't need to write commas at the end of every line, you don't...
I found an elegant solution (or workaround?). Some undocumented feature of django probably. For your unmanaged models you need to create a dedicated app and you have to remove migrations...
Fixed in PR #37 Now it needs to be tested and released
Trying to test it automatically by implementing issue #10
Thanks for the contribution! And sorry for the big delay. The travis fails because of sphinx not compatible with python 2.6. @oskrkal, @drujd can we drop support for python 2.6?...
This PR solves (at least partially) issue #25
Bravo. Loading from pom file makes sense. Feel free to create a PR and we'll review it and eventually merge it. Don't forget to implement a unit test as this...
Thanks for letting us know you like it and what is your use case :). I created it to make it easier to upload RPM packages to nexus, but it...