Jay Phelps

Results 17 issues of Jay Phelps

It doesn't appear that binaryen's AST has a way to include [reloc sections](https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md#relocation-sections). What's everyone doing today with binaryen? (not using LLVM) Didn't see any discussions around a desire to...

Hey folks! Since you have a Storybook I figured you might want to have some visual regression testing against it, so Applitools was kind enough to sponsor me to help...

When there's a protocol violation it invokes the optionally registered error handler (eventually `on_internal_error`) however it's provided with `undefined` as the error rather than an Error object. This appears to...

While getting accustomed to the code I noticed an oddity. I'm unsure why, if it's checked as a function, fn/setup/teardown is then inlined and wrapped in a try/catch, with the...

change

What are your thoughts on Flowable's API compared to the _latest_ RxJS? (v6 as of this writing, v4 API used to be very similar to Flowable) The biggest differences off...

question

I think in its current form it might be a good idea to clarify at the top that this doesn't prevent _all_ ways you can mutate? Alternatively.. all the additional...

_The cause of this issue is very likely somewhere lower-level (libuv and/or OS X itself) but I'm documenting here because it's how I reproduced it and how I worked around...

I have a compiler written in TypeScript to aid in potential community maintainability that uses binaryen.js. It's going to rely on the GC instructions, but since historically they were still...

Latest spec was just approved to stage 2: http://tc39.github.io/proposal-decorators/ Babel may or may not start supporting this spec. It's a non-trivial change and compared to most specs to date, fairly...