Boris V. Schmid
Boris V. Schmid
+1 on the lack of tooltips (or the ability to select a point) when using a brush being an important bug, rather than a niche case. An example of how...
A [edited - less horrible now] functioning workaround is as follows: Download https://github.com/clojure/clojurescript/releases/tag/r3308, change the file src/main/clojure/cljs/source_map/base64_vlq.clj by adding a ":" before the "require" on the second line, and then...
Happy to help. Still like lighttable best as a clojure IDE, but was running into the spec limitation. I guess one could deploy a fixed version of clojurescript 0.0-3308 to...
Hi Tom. Thanks for the explanation. For some reason I can't get the "restarting" of the initial-points to work. I should try that with a more minimal model. But you...
Installed npm (https://nodejs.org/en/download/), then vega (npm install -g vega), and then vega-cli (npm install -g vega-cli) on windows, and made sure that the vg2png etc are on path (C:\Users\boris\AppData\Roaming\npm). Running...
@jimlar @tkataja Could either of you help me? The hints left about how to generate an extern file in the highcharts package said to set Highcharts.win to null in the...
FWIW, I like the vega-lite data spec as it broadens the pool of examples available online. There is a ton more vega or vega-lite written on the web than whatever...
Just for others: "Syntax > Open all with current extension > Clojure Sublimed" might show a checkmark, but that can still be overruled for your particular file that you have...
The workaround that I use now is to install the [multi-command extension](https://marketplace.visualstudio.com/items?itemName=ryuta46.multi-command), and add the below multicommand to **keybindings.json**. It just clears the clover console before evaluating the selection, which...