Matt Zeunert

Results 18 comments of Matt Zeunert

From what I've found the only change that needs to be made is replacing `instanceOf Immutable.Record`. Everything else already uses the sentinels under the hood, so you can include the...

Seems like [leveldown](https://github.com/Level/leveldown) only supports 64 bit system. I might look into adding support for storing the result data in memory. That'll be faster too, but will require a few...

Hey Pham! The underlying issue [is with this proxy](https://github.com/joeferner/node-http-mitm-proxy/issues/165), and I don't know the underlying Node logic well enough to fix this myself. There are other options too, like using...

Hey Samuel, thanks for reporting! I don't have much time to work on this right now, but feel free to open a PR [here](https://github.com/andrewdavey/immutable-devtools) and I'll update the extension.

Been looking into this a bit and there are probably multiple causes, but I think a big one is getting all the elements in the document on mount for each...

Yeah we use observed throttling for DebugBear. When CrUX added the TTFB metric to the API we decided to surface an equivalent "Full TTFB" value including redirects, directly based on...

Hi @allaniftrue, did you end up finding a workaround for this? We're running into the same issue.

Tweaked description a bit. Could do with some extra screenshots.

That sounds useful. I've thought about adding this. My only concern is that it might be confusing with breakpoints that were created from the console, because they have access to...