dfaivre-pcs

Results 11 comments of dfaivre-pcs

Subsequent commands are not garbled when using command line directly (running a set of commands in a .ps1 seems to still exhibit the goofy rendering for subsequent commands). Output of...

Sorry, was out of town the beginning of this week. Yes, I can try.

Finally got to this - yes, 7.3 preview 6 does not seem to have the issue. Closing. cc @StevenBucher98 @jhoneill Thanks for the help!

It appears that updating the `NtsGeometryServices.Instance` does not always update the `GeometryFactory.Default` to use it, which means that any time I create a `new Polygon(...)` it uses `GeometryOverlay.Legacy`?

Thanks for taking the time to look at this @FObermaier, and the guidance on creating geometries. Is it also discouraged to use the `GeometryFactory.Default`? I guess I was hoping to...

I'm assuming this commit would be included in a 2.6 release as well? We could use it. https://github.com/NetTopologySuite/NetTopologySuite/commit/b47b52088cce86e21a3fc3e24717e6cd079e9679 (probably a duplicate issue logged here as well: https://github.com/NetTopologySuite/NetTopologySuite/issues/783)

> [@aRustyDev](https://github.com/aRustyDev) Not yet because we've had some competing priorities. I also think there might be more to fully supporting sub-issues than this - like `issue view` probably needs to...

I'm another experience dev, but python/uv noob. I'm seeing some guidance on setting up a multiple package workspace that "handles" namespaces (https://github.com/astral-sh/uv/issues/10960#issuecomment-3047487402) - but seems to require "double nesting" of...

Thanks @Spenhouet! Yeah, I definitely tried the "flat" before and it's a mess. I think I'm wondering more: - should I just use a single `pyproject.toml` and treat the entire...

whoa, thanks for the quick response. TLDR - it appears to break with `fable` tool version `4.25.0` but works with fable tool version `4.24.0` When I copied the CRUD app...