James Hester

Results 9 issues of James Hester

I'm thinking `Path(::URI)` would be a nice addition to the API. At the moment I'm using `Path(url.path)` but the leading forward slash on Windows means that the drive letter is...

In certain situations pip will require a C compiler to be available when installing. This should be indicated in the installation instructions.

See below ``` ====================================================================== FAIL: testLongStringInOut (__main__.FileWriteTestCase) Test writing long string in and out ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\users\jxh\software\pycifrw\TestPyCIFRW.py", line 665, in testLongStringInOut self.failUnless(compstring == self.cf['_item_4']) AssertionError:...

GNU Tar has an `--occurrence` option which allows tar to terminate early after `n` occurrences of the file have been extracted. Something similar would be useful for Julia `Tar` so...

@JuliaRegistrator register Release notes: * Added `@terminal` macro for token processing callbacks (supplied by @peterahrens) * Token processing is now within 25% of non-token-processing speed.

This was noticed during work on #30. Because the relevant structure is immutable, and priority inversion is done after the structure is initialised, it fails.

Building parse trees from very large files (e.g.> 200MB data file) can occupy considerable memory. If the transform is applied immediately at the point that the syntactical construct is recognised,...

enhancement

Output the current leaf item, not the parent.

When confronted with an incorrect CIF file, the error message is given in terms of expected tokens. For example ``` 1:0: Trying to find one of END, data_heading > data_...