robsmith11
robsmith11
Ah I see. Ggplotly solves this by having a `dynamicTicks` options so that the labels can be computed dynamically with Javascript, but that takes a bit of logic to get...
Is this a realistic approach to getting a Julia "grammar of graphics" to Plotly workflow working? ggplotly is the only reason I still keep R around. I haven't found a...
I'd also like a way to make the plot fullscreen in my browser. I tried playing around with JSServe.jl and exporting the plot to a html file, but didn't see...
For reference, here are the kdb docs for asof and window joins: https://code.kx.com/q/ref/aj/ https://code.kx.com/q/ref/wj/ kdb is very well designed and optimized for filtering, joining, and basic data operations on financial...
srccpy-android works really well for me, especially after changing my phone's aspect ratio to match my tablet's with `adb shell wm size 1080x1440`. Even with just a wifi connection, the...
@parkerlreed https://gitlab.com/las2mile/scrcpy-android/raw/master/release/scrcpy-release.apk It works pretty well for me over wifi, but would have lower latency I think if USB connections were supported.
Is there any alternative to getting interactive zooming of arbitrary regions of a plot working with vega-lite?
Ah, you're right. Adding /dev/fuse allows encfs to run as a root user and as non-root I get: ```fusermount: mount failed: Operation not permitted``` Is it possible to enable setuid...
Ok, thanks. I'll have a go at removing it in local branch then.
It looks like @ericwa was the last active committer. Maybe he can comment? I'd give it a shot to update the code and build it, but I've never done any...