Tom McIntyre

Results 8 comments of Tom McIntyre

Could someone who has come up with a workaround kindly post more details of their approach? Would really appreciate it!

Actually I may have found one - adding `ELECTRON_EXTRA_LAUNCH_ARGS=--disable-color-correct-rendering` as an environment variable both locally and in CI seems to fix it (diff % went from ~25% to 0.1% for...

I saw the issue with both [hard-source-webpack-plugin](https://github.com/mzgoddard/hard-source-webpack-plugin) and [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin)

Hi Is that the full error message? I would expect there to be a method name after 'java/lang/Double'. What os are you running on?

Thanks What's the exact version of java7 you are using? The error is correct that there is no implementation of java/lang/Double.longBitsToDouble - the reason for this is that it simply...

Agree that this would be very cool, although slight preference to not provide the `of()` method - since this resolves to a noop at runtime it feels unnecessary. Users could...

Also wouldn't say no to `Foo.of(Bar... bars)`

Any updates on when https://github.com/TanStack/router/pull/2316 will merge? Will this also fix HMR when using SWC?