-
Currently, the SPI connection uses `SPI_connect()` to establish a connection.
https://github.com/tcdi/pgx/blob/7163fe2437f8305b57e461697005d48de3526bbb/pgx/src/spi.rs#L213-L218
By default, calls…
-
The current tests are difficult to edit when output needs to change. One approach is to place test input and output data in separate files for easier editing and syntax highlighting. The generated cod…
-
I notice that in ianmackenzie/elm-geometry you have `Polygon2d.triangulate`. Was wondering how hard it would be to add two more primitives to Scene3d:
1. polygon (with or without holes) - more gene…
-
I have two questions. In the conclusion of your ToG '13 paper, you assert "Extension of the algorithm to incorporate additional knowledge of the scanned surface..." as an avenue for future work. To th…
-
**BLUP:** What is the current state of three-dimensional feature (vector) analysis support in the R-Spatial universe?
I'm wondering what tools and capabilities R-Spatial provides for analysis of th…
-
With our new rendering of roads with unpaved surface (#3399) we make the assumption of an implicit default of the standard road classes of a paved surface when no surface is tagged. This is because d…
-
Hi,
I'm trying to generate a terrain of currently 64x64x64 blocks with some holes in it (3D Noise) and am running into some performance issues.
Since I'm trying to get a bite more comicy style l…
-
The following reproduce case (which could almost certainly be reduced further) demonstrates what I think is a confusing, not-very-actionable error message which fails to live up to Rust's typically hi…
-
Pretty pictures easy (and slow. veeeeery slooooow)
-
CaptureController lives where capture was initiated.
MediaStreamTrack on the other hand can be transferred and lives where it is being rendered.
This makes it potentially possible for CaptureControl…