Antonin Hildebrand

Results 134 comments of Antonin Hildebrand

I'm sorry. Look into sources. I don't really remember. Haven't touched the project for more than 2 years

Confirmed. This is clearly a limitation which can be easily fixed. Workaround: use `set-loggers!` directly.

@jaredly You've done some work on react-devtools, right? Well, if you have free hands for some fun work... This might be interesting for you. Maybe you could help me with...

@mike-thompson-day8 sounds cool, I think I will be able to support that quite easily. Javascript code generated by figwheel can be executed in the context of current breakpoint if I...

Yes, I agree that this could be fragile. Maybe someone could come up with a better solution. I don't like the env capturing in atom at all. Would be great...

@terjedahl is correct. Disabling hooks will stop writing `.lein-env`. It seems to work just because the old file stays in place until you start from scratch (e.g. clone the repo...

Just for record. Dirac 1.6.0 added support for REPL via `cljs_eval`: https://github.com/binaryage/dirac/releases/tag/v1.6.0 This might be good enough solution for now.

I'm not 100% sure but I would say that it is not intrinsic limitation. When page is stopped on a breakpoint dirac uses special debugger api for evaluating expressions in...

Good points. Let's move the discussion to [dirac issues](https://github.com/binaryage/dirac/issues/94).