Aaron Huggins

Results 29 comments of Aaron Huggins

Started work on this: https://github.com/aaronhuggins/cbor-redux/commit/5adf15e04d33f9eae480ce9d57d11751693ff87a I'm also going to provide an `options` API somehow, so that you can choose to use Map or Object as your dictionary for `decode`; this...

@dumbmatter Thanks for writing this library. I'm looking at getting this ported over to Deno, updating the WPT, and adding optional persistence via sqlite WASM binding. Super helpful discussion of...

@dumbmatter There's some genuine complexity in all the test harnessing you've written/converted with a pretty tight dependency on Node/Jest/PhantomJS. That would be the biggest hold-up to making this completely isomorphic...

I've had better luck recently with targeting Deno and transpiling for Node ESM by modifying the imports before transpiling and packaging for Node. That said, persistence for Node would add...

Relevant TypeScript compiler doc for using `this` parameter definition. https://www.typescriptlang.org/docs/handbook/2/functions.html#declaring-this-in-a-function

@rogerwang I'm interested in work on this. I am developing two cross-platform apps and `nw.js` is part of the ecosystem I'm using. As part of development, I'm porting Sauce Labs...

Hey @jeff-v and @OliverBrotchie I'll open a PR for this as I've done an NPM workflow in many of my Deno repos for portability. Examples (`nice_threads` is overly complex due...

@OliverBrotchie Excited! Looking to introduce this into my employer's codebase over the next month or two. Definitely going to switch my private deno projects from their current implementation.

Thanks for getting back to me! I appreciate the positive response and feedback, that's cool. _Convenience helpers_ * Hard agree on this point; one reason I had for suggesting an...

Oh! I was literally planning on opening the PR and contributing my existing code. :laughing: I'll get you my code samples or get you another PR if you want.