Jason Baker

Results 8 comments of Jason Baker

Hi @VeaaC, thanks for considering the idea. I've created PR #34 for the JS implementation. Let me know what your thoughts are.

As a _user_, I think it makes much more semantic sense to have each of these functions contained together in a single module, since they fundamentally do the basic operations....

This is a pretty broad question. I think it needs to be reframed in terms of, what does your data look like? There are two methods of data classification for...

For a `GIST` index on a `geometry` column in PostGIS, we needed to have it indicated in our schema as such: ``` model { geom Unsupported("geometry")? @@index([geom], map: "idx_tablename_geom", type:...

DuckDB version == v1.0.0 Thanks for your contributions on this! I think I've identified a possible issue where the x and y coordinates are getting transposed for each other in...

Thanks for the explanation @Maxxen! > Additionally, while most functions in the spatial extension is ambivalent to the axis order or projection (as they almost all work in planar space)...

> I think you might need the latest (dev) version of duckdb-wasm. New version to be tagged Thanks for your response @carlopi. The confusing thing is is that I have...

> Can you clarify what you mean by bidirectional. You want services running on your machine to reach services running in the container? @abiosoft my goal is to do the...