Bart Don
Bart Don
I would like to make an app that acts as a keyboard. Basicly if you type into the app, it will send the keystrokes trough bluetooth to the connected device....
Hello there, Whenever i try to run the example, this error comes up: /home/pi/node-bluetooth/node_modules/node-bluetooth/index.js:18 const port = new BTSerialPortBinding(address, channel, function (err) { ^ TypeError: ChannelID should be a positive...
I`m trying to get "live" stats of the container with the following code: ``` const stats = (await getContainer.stats({ stream: true })) as any; stats.on("data", (rawstat: Buffer) => { console.log(rawstat.toString());...
For the agent i cannot find a way to make sure that the message: Client sent an HTTP request to an HTTPS server. Does not turn up anymore, for the...
Hello there, block nesting like this does not work: `{block name="header"} {block name="menu-items"} menu {/block} {/block}` is there a way to fix this?
### Describe the Bug For a customer of mine we have a setup like this: projects o2m ratings When we want to get all projects that have a favorite true...
### Describe the Improvement Hi there, In some cases it would be great to be able to use flows to prep data within your extensions. For this we would need...
Hi there, Is it possible to add toplevel await? Right now babel says the following, so im not sure if its supported: ``` await' is only allowed within async functions...
It would be nice to have an option to sync actual data. For example for API keys or data that always needs to be the same across deployments. The other...
Hi there, We are currently looking for a library that safely executes code and where we can limit the amount of statements executed. I do see the shouldInterruptAfterDeadline function but...