Philip Gladstone
Philip Gladstone
Sorry for the delay. This should be fixed now. Now, if you lose access to the switch object it will continue to work. If you want to get rid of...
Please open a PR for that.
Please open a PR for that.
Hmm. The problem is that the `null` value is actually on a per encoder basis. This feels broken to me and I think that there ought to be a `sjson.NULL`...
It appears that the `browser.close()` is the key difference. In @dgozman example, this is executed, whereas in my example it is *not* executed (as the exception is already thrown). Having...
I stuck up a WIP PR: #1511 which is the functional code that implements the change. I haven't added tests for the changes yet (the actual tests that I have...
Yes -- I'm looking for a detailed reporting class and I didn't want to duplicate all the parsing code and thereby cause maintenance problems (as they would, inevitably) get out...
I looked at the metadata that got downloaded, and I'm not 100% convinced that there is enough info to correlate the position data with the image URL (and hence the...
It appears that the timestamp in the positions.json doesn't correspond with any actual images. It might be the actual timestamp from GPS. The taken_at_local in the photos.json is probably the...
I tried these changes, and they solved my problem (which was that gdb wouldn't interact with the gdbstub when it was triggered by a real exception. It worked fine when...