Colin Caine
Colin Caine
Why would you re-encode as ASCII?
With ASCII you can still fingerprint on: - Number of whitespace characters - Extra/changed characters hidden as typos and/or wrong punctuation (unicode just expands this option) And on a bunch...
Hi, does the keyboard API I've proposed meet your needs? Is any part of the API problematic for you? If you would prefer to IM, there's some contact details in...
You can bundle a legacy extension as a webext experiment with your webext, but it can only be loaded on nightly/developer with an appropriate about:config switch set. On Sat, 1...
Maybe methods.mouseHandler just needs to be called for each drawn feature? https://github.com/rstudio/leaflet/blob/8b20549eeca9b7b66019f098a380422377666bc6/javascript/src/methods.js#L17
Yep: I just need to call [this](https://github.com/rstudio/leaflet/blob/8b20549eeca9b7b66019f098a380422377666bc6/javascript/src/methods.js#L355) for each shape. Probably adding to the map.on call [here](https://github.com/bhaskarvk/leaflet.extras/blob/97721195c2299af76ee63ec90f1d29ac8201603a/inst/htmlwidgets/bindings/lfx-draw-bindings.js#L85) PR incoming.
Tables.jl no longer depends on Requires.jl, by the way.
Ridge plots are another alternative for this kind of thing and often work well. There's a good package for ggplot for generating them.