Phil Elson

Results 179 comments of Phil Elson

Some really valuable insight in https://github.com/jpype-project/jpype/pull/1176#issuecomment-2000407583. I plan to respond to the specific JForward points here, but will focus on that MR for now.

Just to chime in and say that this solves #1169 on Linux. That issue is about starting the JVM on another thread, and then needing to attach as a daemon,...

Looks like the content of #30. Linking here for completeness.

> If the tooling doesn't do that, we might need to start storing them somewhere else FYI, the recommendation in https://github.com/pypa/packaging.python.org/pull/1423/files is to update the RECORD if you are going...

FWIW, I keep an eye here from time-to-time too. I dream of finding the time to extend the with the desired characters, but the reality is that I am not...

I agree that ``copy_from_bbox`` should return a well defined object (for a raster renderer at least), and that it shouldn't be an Agg-internal, inaccessible type. It is surprising that we...

> IMO the use case served by those kwargs would be better placed in a non-poor-man's representation of an image + domain, where subsetting by bbox would be non renderer...

> The [stdlib module site.py](https://github.com/python/cpython/blob/main/Lib/site.py) runs at startup, and is responsible for setting up a Python environment's basic search paths FWIW, technically, this isn't quite true anymore (the site module...

Still unfixed on master (v0.17 just released). ![figure_1](https://user-images.githubusercontent.com/810663/49484068-b87d8d80-f7d9-11e8-8e32-d3279e9c8fe1.png)

> Maybe the right answer is to add a flag to our `RotatedPole` class (e.g. `use_wmo_definition=True`) to make the "escape hatch" more clear. Documenting this discrepency in the docstring would...