Spencer Phillip Young

Results 210 comments of Spencer Phillip Young

Hi @erwanp thanks for filing this issue. Glad to see people have an interest in working with JSON5 comments. Unfortunately, the current interface for modifying raw models is _very much_...

@FlorianLudwig yes, that would be nice! This, among other changes, is tracked as part of #6 #32 looks interesting and am looking forward to reviewing once ready I also plan...

Thanks for this. Yeah, there's some known issues like this around the `keys` module when used in various ways. It's not documented in the README partially for this reason. For...

I'll also tack on that this should provide an interface for things like identifiers and when to display an integer as a hexadecimal number, or floats with leading/trailing decimal points.

As far as I've been able to tell, the only way to get this working would be to connect to the Confluence API and query for the server path of...

FYI, I've got a fork that mostly works with cross-doc references and a couple other features. Would be happy to contribute back, but looks like this is unmaintained.

@kemjim did you by chance name any of your Python files or project directories as `easygui` or `boxes`? Can you provide the full stacktrace?

@pwinston I have used this on cloud successfully recently. As recently as a little over a year ago I used on both server and cloud fine. Hope that helps.

@pwinston -- do note that the version available on PyPI (e.g. when using `pip`) is behind master. I recommend using the version at HEAD of master branch. ``` pip install...

Can you try using `make clean` first then `make json` (or `make html`) ? Then check `_build/json` (or `_build/html`) directory where you should see it in confluence storage format. I've...