Lorin Halpert
Lorin Halpert
Thanks @lambirou, I tested it out a bit and submitted some issues... although it should have been marked as a fork of this project or at least reference the original...
Does it already function via WSL2?
How would I output something like that when using LH via Chrome DevTools?
Thanks so much for the repro Adam! Connor if I clicked it open all that shows up are duplicate copies of the same notification - not useful I'm afraid.
Just tried this program and was the first issue I noticed, would be good to have a general toggle across all browser frames for these sort of render params.
Well, it's not something that has to be done often so this could be a manual operation by generating flamegraphs and attempting to optimize the functions that 'waste' the most...
Chrome DevTools via "Performance" tab recordings
Safari also has some interesting tooling but DevTools should be sufficient. You can roll your own perf using the [Performance API](https://developer.mozilla.org/en-US/docs/Web/API/Performance) however it of course may add a few precious...
Brilliant research - do the majority of these use regex? My vague hypothesis is that some regexes could be optimized to reduce the number of steps needed for matching. Using...
Wish I had the time! My personal priority is taking Marked (and other renderers such as highlight.js) out of the client critical path in my upcoming library by caching results...