Rene K. Mueller
Rene K. Mueller
``` function _webout(s) connection:send(s) end node.output(_webout,0); ``` I added `node.output(nil,0)` before I the `end`, but it made no difference. It seems `print` is used elsewhere (likely in httpserver) and I...
I started to read more thoroughly the nodemcu docs (I glanced over it before), here a funny passage in "Techniques for Reducing RAM and SPIFFS footprint" \> "How do I...
@HHHartmann contact me spiritdude AT gmail.com as I like to discuss general WebIDE ideas (with httpserver or alternatives), and/or @Godzil is welcome too :-)
I still get `ValueError: setting an array element with a sequence.` after: ``` self.lstm = tf.nn.rnn_cell.BasicLSTMCell(dim_hidden) ``` using TF 0.11.0, I get this: ``` Using TensorFlow backend. Traceback (most recent...
Sorry for late response. I have abandoned this project mostly, as OpenJSCAD.org covers all and more functionality. I like the Makefile improvements you did, except the .proto file introduction: if...
Yes, the .proto itself should be functional, that works better. If you remove 'require ...' in the final exec and add those vars, then why not simply update openjscad with...
Perl: slicer4rtn needs a lot of regular expressions, in Perl it's often one-liner match/if, whereas in Python takes 3 lines to do the same. Regarding functionality, visit my xyzdims.com as...