Evan Wallace

Results 542 comments of Evan Wallace

No I don't have any interest in this right now, sorry. I'm not using this library at the moment and I also have no need for WebGL2 features myself.

Figma does use it, we just don’t use WebGL2 since Figma needs to work everywhere and we could do without it.

I'm hitting this after upgrading to Xcode 14.3: ``` error[E0412]: cannot find type `_Tp` in this scope --> bindings.rs:89:27 | 89 | pub static std_value: _Tp; | ^^^ not found...

> It looks like Babel implements this as defined in the proposal It seems like perhaps Babel's implementation of `MakeAutoAccessorGetter` and `MakeAutoAccessorSetter` are incorrectly bound to the original class object...

I'm not sure what you're asking. Could you give examples or more information? Are those all related or separate? I am planning to do a package system at some point....

It looks like this is a bug with packer itself. I tried that example on http://dean.edwards.name/packer/ and it does indeed introduce a syntax error. You should probably file this bug...

The Skew compiler is an optimizing compiler and anything that's internal to your code is fair game for optimization. If you need to ensure that something is present because external...

I'm sorry but I can't seem to get this working. I think socket.io changed their API again so the library and tests are no longer valid. I'm glad you found...

Sure, I would be glad to know when you bring it up to date with the current socket.io API.

I'm closing this issue since I'm not planning on doing this (for the reasons described above).