k2xl
k2xl
Hi @joshmarinacci I updated the the latest master branch. ``` const fontRecord = PImage.registerFont('./lib/fonts/monofonto/monofontorg.otf', 'MyFont', 10, '', ''); fontRecord.loadSync(); context.font = `48px MyFont`; ``` Error is: ``` error - TypeError:...
Hi, I figured out why it isn't working. In certain situations my code will pass is an empty string to draw with fillText. This seems to error. Handling that check...
Any progress or work arounds to get async event publishing?
So I'm not so privy on how things are done in the backend with Keen (are events sent thru a persistent TCP or just regular HTTP?) My recommendation would be...
^ What @jdunck said sounds better than what i was suggesting. It's usually how i would code these things in Golang. With python you can probably use a generator in...
anyone resolve this?
any luck now?
I am experiencing this too; happy to help provide any info to help debug
Was this ever resolved? I would love to be able to run javascript commands on the child sandbox from the parent node.
Any shortcuts in meantime?