hayk

Results 49 comments of hayk

Single precision tests also fail at test 11: ``` test 11 Start 11: METRICS::coord_trans 11: Test command: /home/runner/actions-runner/_work/entity/entity/build/metrics/tests/test-metrics-coord_trans.xc 11: Working Directory: /home/runner/actions-runner/_work/entity/entity/build/metrics/tests 11: Test timeout computed to be: 10000000 11:...

wow, thanks @Tissot11! this is actually very helpful. i'll have a look

```c++ Inline auto eta2r(const real_t& eta) const -> real_t{ real_t diff = TWO * math::sqrt(ONE - SQR(a)); real_t exp_m1 = std::expm1(eta * diff); return rh_m - diff / exp_m1; }...

@StaticObserver all your pushes will be published here automatically. no need for additional PR.

@LudwigBoess if you have time, could you test that this patch works?

@LudwigBoess no worries, let me know if it still persists, there is no rush about merging this.

I have the same problem with my Wacom tablet on Hyprland with `rnote` v0.11 and `gtk4` v4.14.4 (with `OpenTabletDriver` v0.6.4.0). `GSK_RENDERER=gl` doesn't seem to have any effect. For me, the...

same issue on Arch ``` /.nvm/versions/node/v20.15.0/lib/node_modules/@bitwarden/cli/build/bw.js:36644 state.accounts[userId].profile = diskAccount.profile; ^ TypeError: Cannot read properties of null (reading 'profile') at StateService. (/.nvm/versions/node/v20.15.0/lib/node_modules/@bitwarden/cli/build/bw.js:36644:62) at Generator.next () at /.nvm/versions/node/v20.15.0/lib/node_modules/@bitwarden/cli/build/bw.js:36552:71 at new Promise ()...

this might be related to #137, i'm planning to look into this after the 1.3.0 release.