Juha Rantanen
Juha Rantanen
@burhanuday Well, we get most of the speed improvements since TS -> JS is handled by esbuild-loader. Also the minifier is replaced. Running babel-loader for example with the styled plugin...
Modified the method by @mattdesl to work with the latest version, sorry for ES syntax but you get the idea: ``` vec3.project = function (out, vector, projection) { let x...
I'm still getting this error with `[email protected]` and `[email protected]` / `0.42.0-rc.1`.
@zalmoxisus Yeah, Windows 10 and exactly the same error. Removed the devtools compose and the error is gone. Version `0.5.0` works.
The part of the path `...sctransport.j\\lib...` looks weird...
This used to work in [email protected]. After upgrading to 8.x, cannot check variables anymore from `mock.calls`.
Would be also useful for debugging large elements if we could have a print of the text only. Currently I'm relying on jquery: ```js $('[data-testid="my-component"]').text() ``` @jugglinmike Check if the...
Any idea yet when 0.2 will be ready? I'd really like this feature since I continuously find myself closing windows. And since there's no "close all windows" in sublime, I...
@Zeeker Any other features still in development for 0.2? Maybe I could help to get it released. :)
Noticed the same issue when added a heartbeat action that triggers every second. +1