John Robinson

Results 11 comments of John Robinson

I'm going to try to look into the code today, but my assumption is that the analyzer is looking at the type as defined in the static properties getter instead...

Thanks! It seems like that version gets rid of my errors and such, but it's still not correctly picking up the type from the jsdoc, but using the `type` from...

I was wrong. I don't understand how layers and features are built. I'm using the following to determine what feature was clicked, and then (later) hacking about to display the...

This is also an issue with `type="text"` inputs inside a shadowRoot. Should that be filed as a separate issue? I'm getting `Element is not reachable by keyboard` when trying to...

@whimboo Yeah, that's understandable. I had also found the same thing recently... that geckodriver cannot serialize an element's shadowRoot property due to the cyclic references. What I'm also finding though,...

No idea how big of an ask this is, but could the data in `ScriptService` (which looks like standard JSON) be moved to a comment block in the script file...

@NghiaTranUIT I'll have to play with the `git` setup. My goal with moving the json to the script files was to self-contain the script files for ease of sharing across...

Following up from the linked issue, input data as an array of numbers seems to break the retro() function. ```javascript var net = new brain.NeuralNetwork(); net.train([ {input: [0, 0], output:...