Nacho Caballero
Nacho Caballero
Adding new ractives to inst/examples is not sustainable. Perhaps we need a separate repository ("clickme_ractives") to upload them. We would also need a way to list, sort, rank, and describe...
**Prerequisites** If the following boxes are not ALL checked, your issue is likely to be closed. - [x] Using yarn - [x] Using node 10.x - [x] Using an up-to-date...
Are there any plans of improving the diffing algorithm? I miss the nice diffs I get with Mocha. Also, the fact that the colors are switched (red in wallaby means...
When I run the example, I can see that webpack built the bundle. If I fix the typo in index.html ("Tpe something in here to prove state isn't lost") and...
Thank you for the great tutorial series! Unfortunately, the example doesn't work. It's a shame that after all that effort, users can't try it out. I got several errors complaining...
Hi, great plugin! I often want to see the color in other files besides CSS (for example, javascript, R, or python files). I can see the colors by temporarily switching...
**Is your feature request related to a problem? Please describe.** There are several shortcuts that don't work with my keyboard layout (es_ES, Command-Slash is done with CommandShift7, which is already...
I tried changing the zeppelin image in `docker-compose-all.yaml` to [`apache/zeppelin:0.11.0`](https://hub.docker.com/r/apache/zeppelin/tags) because my Spark version is 3.5.0, but I still got [this error](https://issues.apache.org/jira/browse/ZEPPELIN-5589): ``` org.apache.zeppelin.interpreter.InterpreterException: java.lang.NoSuchMethodError: scala.tools.nsc.Settings.usejavacp()Lscala/tools/nsc/settings/AbsSettings$AbsSetting; at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:76) at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:833)...
I was hoping there was a way to query an array of objects without losing the time. Here's an [example notebook](https://observablehq.com/d/14892039182d8e0f). 
**Describe the bug** I have a notebook that uses several csv files stored in Google Drive. These files get overwritten with new versions daily, but Observable doesn't detect them because...