-
Question: Are lints defined in `analysis_options.yaml` only supposed to work when there is a `pubspec.yaml` right next to it? I only see lints show up in my editor in that situation.
However, if I …
-
Author Name: **Marco Hugentobler** (@mhugent)
Original Redmine Issue: [2731](https://issues.qgis.org/issues/2731)
Redmine category:c++_plugins/georeferencer
Assignee: mmassing -
---
The following pa…
qgib updated
11 months ago
-
When using a function such as
`doSomethingByName ( name: keyof(State), value: string ): void {
this.state[name] = value
}`
With nameof you get a compile time error indicating that the …
-
Ive begun to implement a contrast normalization function, based on the README's wikipedia entry [wiki](https://en.wikipedia.org/wiki/Normalization_(image_processing))
I figure the [imageproc](htt…
-
Some GPS sensors also output a 'true course' which is used by the nmea navsat driver to calculate a velocity vector:
https://github.com/ros-drivers/nmea_navsat_driver/blob/jade-devel/src/libnmea_na…
-
In reviewing a lot of discussion around the DTCG format, one of the biggest continuing debates that seems to pop up in about every suggestion or discussion is the fundamental nature of the JSON file. …
-
Right now can enable typechecking after each desugaring pass, however, if this is enabled in the test run done by CI, it times out because re-typechecking takes too long.
We could do this if suffic…
-
Over the last several months and at the last two team meetings @fwkoch, @stevejpurves and myself have been showing some of the new work on `mystjs`, which you can see/demo/try here: https://js.myst.to…
-
change signature to
`module skin(profiles, no_endcaps=false)`
change last line to
`polyhedron(convexity=4, points=profiles, faces = no_endcaps ? triangles : concat(start_cap, triangles, end_cap…
-
There is interest in the Netherlands to deliver INSPIRE data in Geopackage format. In order to publish INSPIRE data with Geopackage, one needs to publish their encoding rules from UML to GPKG. We have…