Jake Esser

Results 6 issues of Jake Esser

I would like to write my own keybindings for iota, for example in Json. Example: ``` [ { "keys": [ { "mode": "Ctrl", "key": "x" }, { "mode": "Ctrl", "key":...

### Description Add an Amazon Alexa Service that can be used to process voice commands. The config should contain a port and address to bind the http server. Maybe a...

enhancement
minor
service
Hacktoberfest

While debugging an issue I had with deleting files from the trash, I've noticed the following code: https://github.com/nextcloud/groupfolders/blob/master/lib/Trash/TrashBackend.php#L199 Essentially this will delete the file in any case if its found,...

bug
0. Needs triage
feature: trashbin

This will allow users to set the Sentry environment using `sentry.environment`. I need this feature because of a pre-production environment.

While there are binary releases for Arm64 provided, there is unfortunately no Arm64 docker image. Since there's already buildx in-place crossbuilding for Arm64 using the Github Workflow shouldn't be a...

We want to sign a binary produced by Bun. The arm64 version works fine, but repeating the same step with the intel version leads to a panic. Command used: `rcodesign...