Jordan Last

Results 175 comments of Jordan Last

Also where is the zlib work happening and what needs to be done to move that along?

Also it seems the table in the OP is not complete at least according to Deno's compatibility webpage. Could somehow update it with the missing modules from https://docs.deno.com/runtime/manual/node/compatibility

Honestly I've done the bare minimum to get my tools to work, and I'm still a little confused with the old system. I can take a look at the new...

It looks like the `render` attribute is rendering the `html`, but it displays the plain rendered version above the prettified non-rendered version. That's almost exactly what I want, but I...

I'm going to close this pull request in response to the comments.

I posted this in the Discord on ` November 11, 2022`, I think it will be useful for this issue: I just finished independently running the benchmarks myself, let me...

I can setup the benchmarking CI using the benchmarking framework I shared if that's what we'd like to do. It should be relatively simple and would at least get us...

I'm suggesting using the V8 benchmarks, are you suggesting combining those benchmarks with `jsvu` so that we run the benchmarks against various engines in CI? Or are you suggesting another...

This is all done with the V8 benchmarks: https://bellard.org/quickjs/bench.html Everything I have shared so far has been using the V8 benchmarks.

It looks like this is an issue with `iron-icon`, see here: https://github.com/PolymerElements/iron-icon/issues/122 I am able to get around it by manually importing `@polymer/iron-meta` before `wysiwyg-e`.