Schmidt

Results 95 comments of Schmidt

Since `:` was used for named params before, this change requires a bigger effort and may introduce breaking changes. I would suggest that we use [Template Strings](https://github.com/lukehoban/es6features#template-strings) for named params....

Yes, we need to clean up the test matrix. What do you propose?

The internal format might be best [ewline-delimited JSON](http://jsonlines.org/).

What is a typescript definition file?

ok thanks, I'd accept a pull

Thanks for the good work! Looks like this [already has been implemented](https://github.com/stardazed/sd-streams/commit/f1817213bb1aafc6b373944b20aa33a999bd0fe9) - any chance to get it released? I'm using the unpkg hosted version at https://unpkg.com/@stardazed/streams-polyfill/dist/sd-streams-polyfill.min.js and there Blob...

Thanks for your response, @zenmumbler! I look forward to it, if something comes once :) I would like to compress blobs in this way: ```js blob.stream().pipeThrough(new CompressionStream('gzip')) ``` which is...

https://github.com/mozilla/application-services/pull/6626

Is there anything else I need to consider to get the following code to work in the JavaScript Login Storage Adapter? Or do I still need factory methods? And does...