Shay Yaakov

Results 5 comments of Shay Yaakov

> Absolutely! We added it to greenlet in only a few bytes, the same solution should work reasonably well here. It would only auto-detect transferables passed directly as arguments, not...

My use case is quite different from your fiddle. I'm using twgl.js from within an iframe (twgl.js is loaded on the parent, not inside the iframe) That's because I'm using...

I just want to update with the actual use case I'm using just to be clear: Take a look at: https://jsfiddle.net/b702mehc/11/ and the frame at: https://jsfiddle.net/1dr0ckft/11/ So twgl.js is basically...

Now in 1.10.0 due to https://github.com/iamkun/dayjs/issues/313 These imports don't work anymore since ESM is used by default: ``` import * as dayjs from 'dayjs/esm'; import 'dayjs/esm/locale/en-gb'; import * as customParseFormat...

I'm looking into implementing this (specifically circle-translate) but I was wondering how to support per feature translation? From the codebase my understanding is that the `layoutVertexArray` in `CircleBucket` is created...