James Parrott
James Parrott
Hi Andriy, This could be due to the compiler options, e.g. Nuitka making a reasonable choice to generate code that runs the garbage collector (or however it manages memory) differently...
I don't think this one can be put down to `toml`'s strict TOML 0.5.0 support. The 0.5.0 ABNF [toml-0.5.0.zip](https://github.com/uiri/toml/files/15189724/toml-0.5.0.zip) specially caters for empty inline tables: ``` inline-table-keyvals = [ inline-table-keyvals-non-empty...
Having said that, `toml` will correctly parse a sub-array-table, and give your intended output: ``` >>> a2 = {"a": [{"name": "bob", "kwargs": [{}]}]} >>> for module in (tomli_w, tomlkit, toml_tools,...
Does this issue still occur when the buffering (or anything else), does not create a hole, or repeated edges? Holes and repeated edges might better be represented as something else...
What does JTS do? In Geos, there are a couple of enumerators. The second one "Assumes that holes and shells are correctly categorized". https://libgeos.org/doxygen/geos__c_8h.html#acb2987c643bda31b1fcaecff8b62ce98 An MRX would be of great...
It happens without pipx too, in a normal venv. It is due to an intentional warning, which I personally find to be irritating and pointless. If Github's API returns an...
Firstly, to reproduce this, the value in the inline table doesn't need to be in an array. Secondly the bug is in `decoder.TomlDecoder.load_array` Thirdly it occurs in all 4 types...
[PR #81](https://github.com/cryspen/hpke-rs/pull/81) to the upstream dep will fix this, should /cryspen approve it
I can't say there is definitely no issue with Geos, but I wonder if you've just found a better method to solve your particular problem. scipy.spatial uses QuickHull (from http://www.qhull.org/)...
Does this work when copying and pasting to a regular drive? I'm very surprised to learn that Windows is easily portable. Even if Windows is much more portable than I...