Daniil Gentili
Daniil Gentili
This greatly improves performance (30x in gojekyll). It's a bit of a breaking change, so it's best to release a major for this one.
Based on #554, implements [Pyroscope](https://pyroscope.io) reporting directly inside py-spy.
* `strict_properties`: if true, treats property accesses in templates only as property accesses, without ever trying to invoke methods with the same name if the property does not exist (defaults...
Description =========== Running php-rdkafka/librdkafka with ASAN enabled in production revealed a frequent stack buffer overflow in https://github.com/confluentinc/librdkafka/blob/v1.8.0/src/rdkafka_broker.c#L5908, while populating the `nodename` buffer with the metadata broker's `host:port`. It seems really...
Reproducer Dockerfile: ``` FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive ENV CC=clang-16 ENV CXX=clang++-16 RUN true \ && apt update \ && apt install -y --no-install-recommends \ tzdata software-properties-common locales curl apt-utils gpg-agent...
#### Steps required to reproduce the problem ``` {% set first = true %} {% for part in content %} {% if not first %} {% else %} {% set...