nobody-famous

Results 12 issues of nobody-famous

I wanted to use the new switch syntax that's still a preview in 17. I changed my maven pom.xml to have ` maven-compiler-plugin 3.8.0 --enable-preview ` In the Syntax Server...

I created a new reagent app using lein new reagent app I started figwheel and the default app was working fine. I then tried to change the about link to...

If the repl window is not currently visible (switch to output tab, for example) and something writes to the repl window, it doesn't get displayed. The problem is that the...

When a frame is selected in the debugger, the local variables for that frame should be visible. Ideally, would like the hover text to show the variable's current value.

When the debugger is opened from a step condition, it should automatically jump to the top frame's source location.

Add a button to refresh an inspector. Ideally, refresh all open inspectors when a user initiated action is done, like eval or load-file. That way, they could open an inspector...

Make the value part of the inspector actionable, so clicking on a value would open a new inspector with that value.

Add support for CLOS objects. Bare minimum, display slots and their current values. Seems like there's quite a bit the MOP functions could provide that would be useful to display.

Add a text box for eval that uses * as the value of the current inspected value. If the result of that eval is non-nil, open a new inspector for...

Need to come up with a UI that isn't as God-awful ugly as the current one.