David Tulloh
David Tulloh
Fixes #73 The JSON test suite (https://github.com/nst/JSONTestSuite/) contains a list of JSON test files, two of which which triggered crashes. n_structure_100000_opening_arrays.json n_structure_open_array_object.json These crashes were both caused by excessive recursion...
A JSON test suite has been produced which tests most commonly available JSON parsers against JSON corner cases http://seriot.ch/parsing_json.php https://github.com/nst/JSONTestSuite These two test files are reported as causing the parser...
### Description Running the following command to recreate all containers. `docker compose --project-directory /etc/bob/ up --detach --force-recreate --remove-orphans --wait` Recreating 26 different containers, the compose file definition had not changed...
### What happened? Compiling a new custom module, python binding generation step fails. ### System Information Ubuntu Linux running custom compiled 3.10.8.0 gnuradio. Issue also confirmed via code inspection in...
# Issue Type - Bug report I'm not entirely sure that this is a molecule bug, it may be a ansible-compat bug, I'm not familiar enough with the ecosystem to...
The practice of accepting None as a valid value for optional keys is surprising and hard to debug. I don't feel it should be accepted in a schema managed file,...
Adding versions to setup.py triggers wheel builds for pypi users. Stepping forward the various build system versions at the same time seemed like the polite thing to do. Fixes https://github.com/brandon-rhodes/pyephem/issues/257
Currently bit access is done on the raw value, which is the system endian, which in practice means little-endian This was surprising, as the default for integer retrieval is bigendian....
This is particularly useful to support Ansible's systemd module Is essentially a machine readable version of the status action
**Describe the bug** Attempting to copy files from the local filesystem to a Google storage bucket. **To Reproduce** 1. skyplane init - GCP setup, no other systems. 2. skyplane cp...