Adrian
Adrian
I just noticed reveal started printing the full nrepl context rather just the result. It looks like the issue was introduced in 1.3.193. If I use reveal version 1.2.190, then...
Ok, after more investigation. It didn't have anything to do with the version of reveal. It seems like there's some other sequence of interactions that causes reveal to print the...
I do not have portal. I patched my local version of reveal a week or so ago and haven't run into this issue since. Here's the commit: https://github.com/phronmophobic/reveal/commit/9559fda2ef6a5fd1949233daae16a5103efb54cc
I would much prefer a less noisy repl than a repl that might provide extra debugging information for reveal. If there a bunch of extra messages like "unknown nrepl message",...
Very cool! Updating and trying it out!
Been trying it out and it's worked great so far.
Sounds good. I found a workaround for my particular issue.
Since I'm also not sure what the default behavior is for all the operating systems Swing supports, then I think we should avoid setting the start location if no initial...
> This has the idiosyncrasy that setting window-start-x won't have an effect unless you also set window-start-y. Let's do something like the following: ```clojure (when (or window-start-x window-start-y) (assert (and...
>Alternatively, I just realized that the default initial location might be in scope... I was also thinking similarly, but after doing a little more reading, https://docs.oracle.com/javase/7/docs/api/java/awt/Window.html#setLocationByPlatform(boolean), it doesn't seem like...