Alexander Schmolck

Results 6 issues of Alexander Schmolck

e.g. nix-env -e subversion => nix-env --uninstall subversion The aim is to make the documention less cryptic for newcomers and the long options are more self-documenting. The change was made...

It is convenient in various scenarios to translate capnproto from and to json. The seemingly straightforward way to do soe would be to call `json.dumps(builder.to_dict())`, which is basically what capnp-json.py...

As far as I can tell, there is currently no way to create a string CellValue that starts with "=" via the API, because such cells will always be interpreted...

Pasting the following query into the box ``` locations[?state > 'N'].name | sort(@) | {WashingtonCities: join(', ', @)} ``` returns: ```json { "WashingtonCities": "Bellevue, Olympia, Seattle" } ``` whereas of...

`Constant._parse_float64` blows up on denormal doubles. This PR fixes this, adds a few more test cases and also slightly cleans up _parse_float32 (missing base 16 for `int` call in an...

Hi, many thanks for writing delta -- I've long longed for something like it and am very happy to discover it. One question: side-by-side views are great for looking at...