Rémi Doreau

Results 13 comments of Rémi Doreau

I would love to work on it ! 🚀

I started working on the feature by analysing [Inspector API usage](https://source.chromium.org/chromium/chromium/src/+/master:v8/test/debugger/test-api.js;l=1?q=test-api&ss=chromium&originalUrl=https:%2F%2Fcs.chromium.org%2Fchromium%2Fsrc%2Fv8%2Ftest%2Fdebugger%2Ftest-api.js) and how Rome is using it. I made a schema to represent the process, to know if I was...

Another idea could be to keep track of loops with more than N iterations as @gaearon did [here](https://github.com/facebook/react/pull/11790). Maybe we could try a mix of both ideas ? I don't...

I've been stuck in my progress for a moment. This is where I am: - Initialize the inspector and connect a session to it. Then we can enable the Debugger....

Hi @jeysal ! No problem, it's been a long time since I looked at my code. I'll take a look at what I did and I'll make a Draft PR...

I don't know if the problem is solved, but it may help someone else. The `getColors` function get called when you don't provide any `colors` property. Providing a `colors` property...

@manekinekko Can I work on this ? 👍

@manekinekko What are your thoughts on this ? I did find some ressources on concurrency but nothing really helpful for this case. Do you have any idea where it could...