malciin

Results 6 comments of malciin

I get exactly the same result, w=-4.2249994 b=78.485054

I think I managed a temporarily solution that should work also for translatable "All" label. It works by wrapping some of private methods and direct DOM manipulation. ```typescript const allValue...

I have the same issue with the same exception code. It's easily reproducible on my machine when I build the MSIX package with both `/p:PublishSelfContained=true` `/p:WindowsAppSDKSelfContained=true`. Our crucial requirement is...

After investigating it a little more using `v3` version rather than `v4` for both `actions/download-artifact` & `actions/upload-artifact` fixes it: ```yaml #... - uses: actions/upload-artifact@v3 with: name: a path: ./a if-no-files-found:...

It may be related to https://github.com/numpy/numpy/issues/28687. In that issue, `RuntimeWarning: invalid value encountered in matmul` is one of the warnings that can be easily reproduced.

A loose idea, but maybe it's because a random runner happened to have an M4 processor?