Giovanni Allegri
Giovanni Allegri
Im on Windows, with Go 1.17.1 and mingw-64. When I try to get (and build) your library I get the following error: `github.com\boombuler\[email protected]\hid_windows.go:74:111: cannot use _cgo1 (type unsafe.Pointer) as type...
Have you ever considered the option to add another parameter to the MIDI note operator to select additional MIDI output devices? I was considering to experiment with a numeric an...
Testing the MIDI Clock with Reaper and Bitwig I've noticed that it has jitters and it's slightly offest. E.g. 110 bpm results in values jumping around 110.3/110.4 inside the DAWs....
I'm using Tone both directly as ESM module script in the browser and through Vital bundler. In both cases the browser references the ESM sourcemaps linking to the Typescript files,...
Hi guys, we are giving a look to your great work here at GeoSolutions. We are evalutaing it to be adopted in some of our pipelines (in that case we...
The compressed bundle misses ending semicolon, at least for j[Query's](https://github.com/browserstate/history.js/blob/master/scripts/bundled/html4%2Bhtml5/jquery.history.js), which can cause problems when incorporated in applications bundles.
After the removal of map_detail we don't need a method that just created the map context. Moreover that method was refactored directly from map_detail, and it generates a response instead...
When a zip containing a Geotiff dataset is uploaded we get the following error: ``` Could not find any valid Time Regex for the Mosaic files. Traceback (most recent call...
### Introduction The [harvesting engine](https://github.com/GeoNode/geonode/tree/master/geonode/harvesting) has been introduced recently in the master branch, which will be delivered with GN 4.x. This service is in charge of [harvesting resources](https://docs.geonode.org/en/master/intermediate/index.html#harvesting-resources-from-remote-services) from remote...
At the moment the many APIs (DRFs for API v2 and the legacy Django views) implement their own way to return errors. This is problematic for many reasons, including a...