MarByteBeep
MarByteBeep
### Feature description (taken from: https://github.com/qgis/QGIS/issues/46509) ### Feature description The result of the current `Raster -> Analysis -> Proximity` implementation heavily depends on the chosen CRS. It will *only* work...
Hi, When trying to fetch a BBOX of 64x64 pixels from my GeoTIFF (of about 10k x 12k pixels), it doesn't seem to matter if I decode the whole image,...
I just created a new project as per instructions and when looking at the `settings.json` I noticed a number of settings being grayed out:  These are the warnings generated...
Hi there, When executing the following: ``` [...] return src("test.js") .pipe(notify("Hi")) .pipe(uglify()) .pipe(dest("test.min.js")) ``` I get a nice notification popup. But as soon as I move that `notify("Hi")` to an...
We need support to connect to more than just a single device. Also connecting/responding to various services on each of these devices should properly function
As described here: https://github.com/MarByteBeep/StageLinq/issues/4 When trying to connect to a mixer, the code crashes. So the code needs to bypass the mixer, either by skipping `result.source === "DN-X1800Prime"` or by...
### What version of Bun is running? 1.0.26 ### What platform is your computer? Microsoft Windows NT 10.0.22631.0 x64 ### What steps can reproduce the bug? ```ts const buffer =...
### Describe what you want As of Bun 1.1.14 `db.insert` returns a result in the form: ```ts { changes: number, lastInsertRowid: number } ``` (see https://bun.sh/blog/bun-v1.1.14#track-changes-with-query-run-sql ) However Drizzle `db.insert()`...