vlaaad / reveal

Read Eval Visualize Loop for Clojure

Home Page:https://vlaaad.github.io/reveal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility inspector

slifin opened this issue · comments

Just wanted to say this project is the only way I know of right now to navigate data back from the REPL in sublime text, this project works really well with https://github.com/nasser/Socket, it's a godsend :D

Screenshot 2020-03-23 at 14 06 22

using

clj \
  -J-Dclojure.server.repl='{:port 5555 :accept vlaaad.reveal.prepl/-main}' \
  -Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea13"}}}'

This issue is about that I can't really use it in the tiling manager I use: https://github.com/koekeishiya/yabai because the app seems "invisible" to Yabai and to the accessibility inspector that ships in macOS

@koekeishiya might be a good person to talk to if you'd like the rest of the OS and accessibility apps in general to see the REPL properly

Screenshot 2020-03-23 at 14 15 42

Hi! Glad you like the project!

I verified that Reveal (and in fact, any cljfx — probably any JavaFX) window on a mac is invisible to Accessibility Inspector. I'll make a repro and report it to JavaFX maintainers.

Submitted a bug report to JavaFX, supposedly it will be here once screened.