Milan Raj

Results 128 comments of Milan Raj

Is there a workaround to disable the cert check temporarily until this is resolved or to make the `Allow certificate temporarily` button behave well? Tried servo again today on an...

> I think running with `--pref network_enforce_tls_enabled=false` should avoid that. Thanks for the reply! I'm on Windows and launching with the flag from cli, ie. `"C:\Program Files\Mozilla Research\Servo Tech Demo\servo.exe"...

> Oh, try using `--ignore-certificate-errors` instead. That did it! Can load servo.org without the index finger workout :)

Are there recordings of the presentations available?

Couple related observations: - Looks like Array Reading is also generating quite a bit of output 323578 bytes - I'm guessing the syntax highlighting or something is slowing down the...

Maybe a [custom font with built-in syntax highlighting ](https://blog.glyphdrawing.club/font-with-built-in-syntax-highlighting/)will help with rendering large output a bit. 🤯 Need more [porffor wasm in my fonts](https://github.com/harfbuzz/harfbuzz-wasm-examples). 🔥

Today the fibonacci example is 313 bytes! Amazing progress (generally) and porffor is still WIP so no particular reason to keep this issue open. Excited to see where it all...

+1 I'd love a `patch-submodule` type project for that same exact workflow

The Zed editor folks go into a lot of detail on leveraging WebAssembly and the WASM Component Model for their plugin / extension system on their dev blog post: [Life...

Particularly interested in AJV's [standalone](https://ajv.js.org/standalone.html) dependency-free and strict Content Security Policy safe generation mode.