Daniel Büchele

Results 12 issues of Daniel Büchele

Express allows to pass a body parser as the second argument like this: ``` router.postAsync( '/log', express.raw(), async (req, res) => {...} ); ``` This actually works as expected, but...

I have multiple workers executing my tasks, but I need some jobs to run on certain servers only. I understand that this can currently be done using the `taskList` property....

I am curious to hear your feedback on this idea. In many cases atemOSC is used together with Osculator to map MIDI signals to OSC messages. Should we support MIDI...

new-feature

I received this bug report via mail: I recently bought the ICON iStage Controller (http://www.icon-global.com/Keyboards%2FPads_Pads_iStage.htm) and operate it in the DJ Mode as it enables me not only to send...

Is there a particular reason for limiting the length of the URL to 128 chars? https://github.com/dhbaird/easywsclient/blob/master/easywsclient.cpp#L436

### Describe the Bug When navigating to a particular URL of the app, while being logged out, the app should redirect to this URL after a successful login. This is...

App
Bug

### Checklist - [X] I'm using the [latest version of Directus](https://github.com/directus/directus/releases) - [X] There's [no other issue](https://github.com/directus/directus/issues?q=is%3Aissue) that already describes the problem. - [X] I've completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps). ###...

App
Bug

Currently, when waiting for a tag, the task is put to sleep for 100ms and then activated again. The MFRC522 module has a IRQ pin and we could use an...

enhancement
good first issue

Right now the keyboard only supports standard ASCII characters. I'd like to add a way to type special letters like Á À Ă Å Ä. The idea would be to...

The emoji picker currently only shows a small selection of emojis. I'd love to add different pages of emoji categories, like it is done by iOS or Android keyboards. Perhaps...