Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

Since v1.9.1, it is possible to share an url ending with `?hideMenu=true` to hide the edition menu. For instance: https://wbo.ophir.dev/boards/anonymous?hideMenu=true This is a user interface feature, but NOT a security...

@jamesdeacon Would you be interested in implementing that ?

Hello ! Undo/redo would be a very interesting and useful, but quite difficult to implement feature. You would need to change every tool to add a function that undoes a...

Don't be afraid to open a pull request now even if the feature is not ready yet. The earlier we can start discussing the code, the easiest it will be...

Hello ! This is a nice idea ! Yes, please open a pull request for the math tool.

Hello ! > how to save / exit a board ? seems only option is to close browser window Yes, the board is always saved, every change is immediately persisted....

Hello ! > I'd like to work on this issue. Great to hear ! > I figured I could save board names to localStorage in board.js. But since localStorage is...

Yes, I can confirm it doesn't work on windows. Could this be mentioned in the README until it's fixed ?

Related: #733. MessagePack greatly reduces network traffic between the client and the server.

@KEClaytor No, msgpack doesn't seem to be supported for sending data. See the [corresponding pull request](https://github.com/influxdata/influxdb/pull/8897/files).