Dustin Utecht

Results 190 comments of Dustin Utecht

I'm not able to reproduce it right now, can somebody please add the following line `console.log(">>>", this._ws.connection.closeDescription)` to the file `USER-DIR/.node-red/node_modules/node-red-contrib-loxone/node_modules/node-lox-ws-api/lib/Connection.js` between line 146 and line 147. (Right after `Connection.prototype.send...

@3HMonkey Thank you, is it always `null` ? The first 3-4 lines should be `null`, but is it also `null` when the error occurs ?

@3HMonkey You're credentials or the ip of the miniserver are wrong ``` >>>>>>>> Forbidden - IP 192.168.178.34 temporarily blocked, too many failed login attempts (1) ```

You're right, so we have to figure out why the miniserver returns this message. Which method to you mean ? We currently run version 13.1.10.19, with correct credentials it works...

Please provide us an example using our [editor](https://live.bootstrap-table.com/).

I can reproduce it with your example, but im not sure why someone should use blank spaces as field. Please describe your usecase and why we should support blank spaces.

I guess we could implement that the bootstrap-table convert (normalize and denormalize) the data-fields.

@matan1008 you set `name1` as name for both checkboxes. Change the [selectItemName](https://bootstrap-table.com/docs/api/table-options/#selectitemname) option for one tabel and you can select the radio buttons for both tables sepratly. Example: https://live.bootstrap-table.com/code/UtechtDustin/12654 Does...

Oh okay, i think @wenzhixin also understand it wrong. His example also have two different `selectItemName` names. Let us check, how we detect if the state of the radio has...

I'm not sure if i'm a fan to use only `assign` instead of `Object.assign`. Does this have any advantages, because it's not that readable (especially for new devs in the...