ivan baktsheev
ivan baktsheev
Great if it works now. Still have no clue what's happens… Can you copy log? Menu `Debug > Developer Tools`, then `Console` tab. Thank you!
Already doing it. In [my fork](https://github.com/apla/modem) I've already collected major changes from another forks.
@ccfiel Sure, for simple commands with solicited responses promises is really must have. I will add it after testing.
`hyperapp` will render those elements visible. I need to preload elements outside of `document` to ensure incoming data is right (for example, video have exact resolution of 5520x1320 pixels) or...

No, I haven't changed anything in `jscad`. I'll fix it.
This is my modifications https://github.com/protobor/OpenJSCAD.org/commit/d0e49bebe4b243af984047c7b09947eafdfd9f60 If somebody wants to try it out, I test changes with simple script ```js // const parser = require('@jscad/openscad-openjscad-translator'); const parser = require('scad-deserializer'); const fs...
@z3dev I've already found some bugs in jison file, some valid constructs like one below cannot be processed: ```scad module selective_infill() mirror([0,1,0]) translate([-50, -33, 0.6]) { ... } ``` User...
@z3dev I haven't touched scad converter for a while. Tried to convert some designs from thingiverse, but when those designs have global variables, result is ugly. You can try to...
I have the same issue. On my mac adapter state is `unknown`, so library won't work. I've added logging of the `noble.state`: ``` node /usr/local/lib/node_modules/node-mi-flora/examples/basic.js unknown every 15 seconds, rescan...