Eli Grey

Results 128 comments of Eli Grey

This seems best solved with [Module Blocks](https://twitter.com/DasSurma/status/1353831156098150400).

What browser(s) are you experiencing this error on?

@coreyward The reason that importing penumbra is a little more involved than other packages is because we include a required web worker module. This web worker module is not currently...

@coreyward Also your specific error appears to be related to `window.webpackJsonp` being a truthy non-array value in your environment. I noticed this in our generated code from Webpack: As for...

Typed arrays are much faster in every browser that supports them now. This issue should be a priority.

This will change our implementation and also add an additional API surface to for API consumers to input an AbortController (probably during conflux.Writer instantiation).

It doesn't seem like it's actually necessary to expose an explicit AbortController in Conflux with Penumbra's wrapper.

We should also support 'no compression' as an option for users who are exporting files that don't compress well (or where performance is a concern).

I ended up using this type declaration for Conflux in Penumbra: ```ts declare module '@transcend-io/conflux' { // TypeScript isn't aware of TransformStream /* eslint-disable no-undef */ /** Conflux Zip Writer...

Cool, this seems like a nice gist or npm module. Not sure if we'd want this in conflux unless we have a need for it.