Neil Hansen
Neil Hansen
I second this! I often use orgmode un-ordered lists to take quick notes below a heading. Trying now to load these through orgparse, and I'm going to have to manually...
This is also happening for me, but when I `npm install -D @cljs-oss/module-deps` I get another error: ``` 9:45:30 PM: [eval]:67 9:45:30 PM: new enhancedResolve.NodeJsInputFileSystem(), 9:45:30 PM: ^ 9:45:30 PM:...
I fixed this in the meantime by adding a newline to the string in my elisp code, like so: ```elisp (cider-insert-in-repl "(quil.applet/with-applet user/sketch-path (quil.core/redraw))\n" t) ```
I just ran into this, and can confirm it requires post-build hackery. This worked for me, using Electron Forge. After everything has been copied into the build folder, I loop...
It would be great to be able to scroll not just on the preview (right-side), but also on the picker list (left-side). I find myself wanting to quickly skim across...
Hi Lee, thanks for your reply. I've done some logging inside `javabridge/jutil.py` inside the `start_thread` function (defined in `start_vm`). I placed the following `print()` calls: ```py 321 library_path = _find_mac_lib("libjvm")...
@JKelle That's really helpful, thanks! Could you provide some details about your new conda-based installation? Do you know where `libjli.dylib` and `libjvm.dylib` are located? Do you know if your conda...
Thanks for checking on that. I wonder what it is about conda's OpenJDK that makes it suddenly work.
I realize this is probably because of the parallelism that is part of the `compose-cli` project, but this seems to be a case where that parallelism is getting in the...
I'm finding that `0.3.x` still has this problem: ``` bigdecimal = { version = "0.3.0", features = ["serde"] } ```