Gerrit Niezen

Results 8 issues of Gerrit Niezen

When attempting to do a `chmod a+rw` on `/dev/rdisk2`, I get a permission denied error (`Error: Unable to change file mode on /dev/rdisk2: Operation not permitted`) on macOS Catalina. If...

The lexer in its current state does not fully comply with the [RDF 1.1 Turtle spec](http://www.w3.org/TR/turtle/). We should try to make sure the lexer parses correctly according to the spec,...

When running `grunt build` it crashes with ``` Fatal error: Unable to download nodewebkit. ``` It seems the problem is that node-webkit builder [moved](https://github.com/mllrsohn/grunt-node-webkit-builder/issues/127) from `http://dl.node-webkit.org` to `http://dl.nwjs.io/`. I solved...

[Since Electron v21](https://www.electronjs.org/docs/latest/breaking-changes#behavior-changed-v8-memory-cage-enabled) there is a V8 memory cage/sandbox that has been enabled, which prevents native modules from pointing to external memory. The fix is to copy externally-created buffers into...

To make a single connector for the encoder, one of the header pins should be connected to ground. This can be achieved by having one of stackable header pins connected...

enhancement

Shout's default theme works nicely on mobile, but the Slick theme seems to break it somewhat?

Addresses [UPLOAD-1259]. [UPLOAD-1259]: https://tidepool.atlassian.net/browse/UPLOAD-1259?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

On MacOS it is becoming more and more difficult to install kernel extensions, and their successor since Catalina, driver extensions. It can also be challenging to get a DriverKit entitlement...