Sky Higgins
Sky Higgins
That floating window weirdness ^ occurred both before and after update.
> It's a bit of a complicated issue as to where the shortcuts should be bound, since sending them all to Atom could break or make unusable programs in the...
Mostly just a useless comment, but I'm gonna add it anyways: This seems like a generally nice idea, even if you were totally ignoring accessibility. Since apparently this is already...
Maybe dual repl files would help here? One file could be tailed for the repl window as in current behavior. The other would just be written to in the background,...
~No other bracket types found so far, except that the character literal itself in the last example is a closing paren, with the square bracket only playing a supporting role.~...
What would be expected behavior when the cursor collides with this tooltip? These 3 choices all seem equally valid to me, with pros and cons to each. 1. Tooltip disappears...
Log - client server [Trace - 2:19:09 PM] Sending request 'initialize - (0)'. Params: { "processId": 120179, "clientInfo": { "name": "Visual Studio Code", "version": "1.71.2" }, "locale": "en-us", "rootPath": "/home/sky/edu/clojure/lsp-bug",...
Throws anywhere inside list form that contains an unbalanced map. **To Reproduce** Minimal case ```clojure ({:foo}) ;; 💣 ``` Cursor anywhere except after the entire form to throw exception. ---...
This is caused by failing to meet the requirements of Clojure LSP. Even though Babashka only needs a bb.edn file for certain features to work, LSP always needs a project...
The use case here is non-Clojure related Babashka scripting. If you have a Clojure project, with Bb helping out, the sensible thing is to add a bb.edn. You will proabably...