TomlDev

Results 19 comments of TomlDev

You can set the ID value you need to another key, for example iterate over all nodes and set ` node.deviceId = yourID` The field **id** is obviously needed by...

Can you show some code? I assume that you are using react state? ``` { this.setState({ zoomable: !prevState.zoomable }) } } /> ``` ?

I have implemented search by searching all node labels for its .innerHTML and then center the container to that position retreived by .getBoundingClientRect() Code: ``` class DeviceTopology extends React.Component {...

For i child nodes of your root node: ``` // hides root node document.getElementsByClassName('nodeBase')[0].style.opacity = 0 for (int i = 0; i < childNodes; i++) { // hides first i...

Same here with a fresh install: ``` pi@raspberrypi:~/player $ uname -a Linux raspberrypi 5.4.79+ #1373 Mon Nov 23 13:18:15 GMT 2020 armv6l GNU/Linux pi@raspberrypi:~/player $ node server-rpi.js New guy Incomming...

I kinly ask if @altishchenko or @gotthardp maybe could give me a hint, I really can't find this information somewhere...

Same problem here, any solution?

I think the ts types are not correct for the XMLParser: ![grafik](https://user-images.githubusercontent.com/48552168/145188356-db500514-fcf2-4bc6-a65a-b5dee525cce1.png)

Sorry, I was too dumb to copy 2 lines of code. I put the parserOptions in the wrong place and not in the constructor.

Same with ``` "react": "^16.13.0", "react-dom": "^16.13.0", ``` It only happens with `autoUpload` enabled.