Antonin Hildebrand

Results 134 comments of Antonin Hildebrand

Thanks for the report. I'm going revisit Cyphernode in a week or two. Will look into this.

Hi, I very much doubt it could work this way. According to my past experience the browser engine shipped with Electron is usually several months older than current Chrome Canary....

I'm sorry. I cannot help here. I use leiningen.

I can confirm this. It is caused by the way ClojureScript generates Javascript code and how default DevTools select local variables for display. I believe if you break the code...

If I remember well, ClojureScript generated Javascript similar to this one: ```js if (condition) { var v = exp1; ... // breakpoint here } else { var v = exp2;...

Investigated this issue a bit today. Scratch my previous comment. Javascript scope variables work as expected. The problem is in case with source maps. DevTools tries to map real variable...

@aslushnikov sure, will do (probably at the end of this week).

I was able to implement a fix but it will need deeper changes to resolve all remaining issues. New observations: 1. `SDK.TextSourceMap.findEntry` method was wrong in some cases 2. the...

@mtruyens please test it again with [v1.1.2](https://github.com/binaryage/dirac/releases/tag/v1.1.2) release and report back.

The changes in 1.1.2 release were not enough to fix everything :-( Found pretty nasty bug in adba5772a7f9969ba70f3707c89afc624a52da24.