Roman Niklaus

Results 8 issues of Roman Niklaus

Would you mind sharing more detail about how you came up with the calculation of the delay time low/high byte? `buffer[4] = (byte) (delay / 10 % 0x100); // Delay...

Similar to `objectAdded` an event should be fired whenever an object is removed. E.g. ``` imageEditor.on('objectRemoved', function(props) { console.log(props); }); ```

Enhancement
Need Discussion

In some cases the ripple effect is not using the cursor as starting point. Dropdown: https://i.imgur.com/ieK81RP.gifv FAB: https://i.imgur.com/cLwD61t.gifv

**What kind of change does this PR introduce?** (check at least one) - [ ] Improvement - [x] Bugfix - [ ] Feature - [ ] Refactor - [ ]...

Is it possible to hide/show/toggle all layers at once? This feature would be really handy!

**What kind of change does this PR introduce?** (check at least one) - [ ] Improvement - [ ] Bugfix - [x] Feature - [ ] Refactor - [ ]...

The response returned by invoking the `net_nodeInfo` RPC method should be extended with the following properties: - `port` (e.g. 8483) - `filePort` (e.g. 8484) - `addressSignature` (can be empty, see...

enhancement

Thank you for creating this awesome tool! Is there an option to merge all scenes/layers into a single scene/layer? If not, any hint/recommendation would help to accomplish this programmatically.

enhancement