James Elliott
James Elliott
The changes I was most tentative about were a few places where `void 0` became `undefined`. Javascript is chaotic black magic to me though.
I agree with that. Do you have an example of how to make such a modification?
I have this issue as well. Maybe someday I can contribute a PR, but the bulk of my project is in Clojure, and I am pulling in just enough Javascript...
Ok, after confirming that other tooltips in Bootstrap don’t behave this way, I couldn’t help looking a little bit at the source, and I think I understand the problem: The...
I gave up on trying to fix this, since CSS and Javascript are not my core areas of expertise, and just had to disable the tooltips entirely.
I am traveling internationally at the moment but will try your suggestion when I return, thanks!
Ah, sigh. Apparently the `de.svenkubiak/jBCrypt` artifact was compiled to Java 8 classes, making it incompatible with the Java 7 environment of this build, so this update may not be feasible....
I just ran into this because I am trying to host my Clojure lighting controller inside Cycling ’74’s Max, and that _only_ supports the legacy 1.6 Java environment. I guess...
I just submitted pull requests that fix this to [lein-protobuf](https://github.com/flatland/lein-protobuf/pull/4) and [clojure-protobuf](https://github.com/flatland/clojure-protobuf/pull/2). If you want to use my forks while we wait to see if the PRs are accepted, you...
I have just run into this in a major way trying to check links on https://afterglow-guide.deepsymmetry.org/ since it has many dozens of links to source code lines in the GitHub...