hello guys, I am trying to install dirac
on my macbook azerty
but I am failing to launch with CTRL+, or CTRL+.
is there an other way ?
@baptiste-from-paris first try to switch keyboard layout to default english and make sure it really works
currently the keyboard shortcuts are hard-coded: https://github.com/binaryage/dirac/blob/6b65f0ab4a636a6120757fe996329bffbdb1a560/resources/unpacked/devtools/front_end/console/ConsoleView.js#L1288 unfortunately there is no generic mechanism for redefining pre-defined keyboard shortcuts in Chrome DevTools
thxm trying the to change keyboqrd
keyboard lol
does it look right ?
yes
so you have to 1) go to the console menu in devtools 2) press ctrl + ,
no, you have to focus console prompt and instead of typing javascript expressions press CTRL+,
can’t make it work but the debugger is working
give me a screenshot of your dirac devtools window switched to “Console Panel” view
you are not using Dirac DevTools but normal internal DevTools
you have to click the green-ish dirac extension button
to open a new window with dirac devtools
please follow this readme to learn how to use dirac: https://github.com/binaryage/dirac-sample
aha, maybe that step is not written there?
thanks for your time ! , I was doing the sample project, I might have missed something
let me re-read the sample project
see "After installation, should see a new extension icon next to your address bar"
"Please navigate there, do not open internal DevTools and click Dirac icon while on the http://localhost:9977/demo.html page."
I have the icon
"It will look almost the same as internal DevTools, but you can tell the difference at first glance: active tab highlight will be green instead of blue (see the screenshots above)."
ok, I am looser sorry
that is why I wanted a screenshot
missed the do not open internal DevTools
..
really sorry for wasting your time and thank you
no problem, let me know if you hit another blocker
thx !
working and that’s impressive ^^
so for example I am working on my front-end/om/whatever app, I can launch figwheel with one nrepl and another repl for Dirac Devtool ?
that’s a crazy tool !
you even have protocol it implements when you send a function
@darwin I’ve read that you only use figwheel for hot realoading purpose with cursive
I have to try it with react-native
see if it works
@baptiste-from-paris one REPL is enough for my needs, I picked Dirac’s 🙂
in perfect world you would like to evolve your REPL compilation environment with incremental code changes, this works out of the box with figwheel, does not with Dirac
still struggling with config to make it work with a lein template of figwheel
but you can configure Dirac to use Figwheel’s compiler environment, that’s pretty advanced setup tough
https://github.com/binaryage/dirac/blob/master/docs/about-repls.md#dirac--figwheel
reading it right now 😉
what tool did you use for diagrams on this github page ?
real nice ^^
@darwin: I thought you did those diagrams by hand! Less impressed by your ability to focus now.