Tim Düsterhus

Results 223 comments of Tim Düsterhus
trafficstars

This was now adjusted upstream with Dart Sass 1.54.4: ``` $ ./sass test.scss Error: $amount: Expected 100% to be within 0 and 1. ╷ 4 │ color: fade-out($test, 100%); │...

Please see: https://github.com/docker-library/faq#why-does-my-security-scanner-show-that-an-image-has-cves My understanding is that the issue only affects the Postgres server, not the client. Thus it does not apply to this image / is a false positive....

This might be related to: #1636

> [NOTICE] 257/140900 (1) : haproxy version is 2.3.20-2c8082e HAProxy 2.3 is EOL and you are not even using the latest version of the 2.3.x branch. I recommend to upgrade...

> preserve as good performance as possible on NUMA systems I've just assisted a user in IRC that was likely running into the NUMA issue. Is it possible to detect...

> Thanks Tim! For NUMA, since 2.4 we detect it and only bind to the node with the most allowed CPUs, and emit a warning mentioning it. However there are...

@SLoeuillet You can get debug symbols for the PPA by installing `haproxy-dbgsym`.

This is in `ha_panic()`. Do you have logs from immediately before the crash? HAProxy should emit some debugging information before aborting there.

Unrelated: I'm wondering why `abort()` is used there, instead of `ABORT_NOW()`/`ha_crash_now()`.