Marcus
                                            Marcus
                                        
                                    Hej, I would also be interested in using Blast on pure Strings instead of the DOM. Any easy way to do this?
After watching this EmberConf Talk https://www.youtube.com/watch?v=r2Cq1mUlRk4, I think a switch to Immutable Arrays and replacing the `model` could be very interesting. It would also solve an issue I am currently...
Really? That easy? :+1:
Hi, I'm currently trying to do the same, getting ConfigurableFirmata to run on the Arduino MKR WiFi 1010. As a step 1, I have to edit the `Boards.h` file to...
Hi, thanks for the offer. For now, I managed to do a workaround by renaming the `SET_PIN_MODE` constant in the WiFiNINA library and leaving ConfigurableFirmata as it is. I would...
Ok, I just found a similar (and already fixed) issue in the Ruby client for CartoDB and the solution seems to be to escape single quotes with another single quote....
Hi, are there any plans for something like RSVP.map, .hash or .all with concurrency control? I have a use case, where I need to make a number of calls to...
Thanks for clarifying, good to know. :)
Based on the documentation provided, I came up with this implementation in Node.js: ```javascript exports.validateJaasSignature = (req, secret) => { const header = req.headers["x-jaas-signature"]; const signatureElements = header.split(","); let timestamp...