Arno Schlipf

Results 46 comments of Arno Schlipf

Im using the exact code you posted (below 'This compiles'). With a fresh platformio project and a teensy41 and unfortunately it doesn't compile. It used to in another project also...

There has been a Teensyduino update recently (https://github.com/PaulStoffregen/cores/releases/tag/1.54) which also mentions `Sdfat` a few times, maybe this has something to do with it?

Thank you @greiman for the quick help! The `SdFat` type was still working, but using `FsFile` did the trick. I'll have a look into the teensy's sd wrapper, although I...

Okay, thanks for the quick reply! I'll find a workaround for now

Im currently updating a fork of [lua-fmt](https://github.com/trixnz/lua-fmt/tree/master/src) that uses on old version of this library. The `needsParens` method currenlty relies on `node.inParens`. Could you point me in the right direction...

I found a [solution](https://github.com/arnoson/lua-format/blob/master/src/fastPath.ts#L90) (mixing prettier's lua and php plugin approaches). The only thing that is missing for now is distinguishing `fun()` from `(fun())` so I can keep the parens....

I agree that this part of the `osc` library API is really odd, but it is developed by the inventors of OSC so it seems to be the best choice....

I would like to contribute to support the Teensy 4.1 with it's build in ethernet. Where would be a good place to start?

I have managed to add support for Teensy 4.1 (: I'm not an experienced C++ developer, but the `ArduinoWebsockets` code is really well written, so it's easy to understand what's...

In Kirby 3.5 the colorpicker stays open unless I click the small color panel (tested in the latest version of Firefox)