Ben Postlethwaite

Results 20 comments of Ben Postlethwaite

An issue documenting a request to more fully describe the cookiecutter approach and building your own component is here: https://github.com/plotly/dash-docs/issues/227 We will add extra language in a PR and ask...

This is likely the source of the bug logged here https://github.com/plotly/dash-cytoscape/issues/206.

I had missing text and then stumbled on this issue. I have a laptop with a HiRes screen and 2x scaling. ```lisp (monitor-scale *drawing-settings*) ;; returns 2.0 ``` returns 2.0...

Actually same with other combinations such as ```dart var msg = OSCMessage("/set", arguments: ["/dun/dap", 3, 3]); ``` ``` OSCMesssage(/set, args: [/dun/dap, 0, 3]) ```

I tested another OSC implementation and that implementation receives bytes from this library OK which makes me believe it is in the decoding.

~Actually this appears to be fixed on the most recent master commit. When cloning this lib and installing from path, it works.~

Found the location of the error (line: 336 of convert.dart) ```dart // if (value is String) eat(byte: 0); ``` remove the comment and eating the padded string bytes fixes the...

We at Plotly just ran into this as well. Plotly, with thanks to the great work by @cpsievert, has just rolled out https://github.com/ropensci/plotly/tree/htmlwidgets and I am seeing the same bug...

This feature has landed in the web client. https://github.com/vector-im/riot-web/issues/6618 Is there an updated status about this feature landing in the mobile clients? Thanks!

Ah I just saw the RiotX announcement and RiotX codebase here https://github.com/vector-im/riotX-android/blob/develop/README.md It's plausible that this feature may end up there. That is an equally, perhaps better, outcome.