Ben Newhouse
Ben Newhouse
Hi, I'd like to use eslisp to evaluate eslisp, so that I can do things like: `(eval (quote (+ 1 2 3)))` `eval`, of course, takes Javascript so I'd like...
Hi! PonyORM is great, thanks for making it! We're hitting a memory leak in our production deployments, when we use a lambda (or other def'ed function) in a query. See...
The UART example code currently sets `rx_rdy` high when data has been received. I had assumed that setting `rx_ack` to high would clear this until data is ready again, but...
I don't see this documented anywhere, and I lost a bit of time to it: **sending to the UART RX module requires two stop bits, rather than (the more common)...
Not much more info needed, but this is pretty confusing behavior if you're just getting started. Having two .hpp with exactly the same name seems brittle too / is pretty...
Looks like a fair bit of bit rot has occurred since 0.9.17 that has broken the C API. Can you guys re-run whatever tools you have that generate the C...