Nicolas Stalder

Results 7 comments of Nicolas Stalder

Why not just release a version 0.1.0 of minimal-snowplow-tracker, and install it to `site-packages/minimal_snowplow_tracker`, instead of clobbering the real `site-packages/snowplow_tracker`? The current way breaks every other package that uses the...

At least in dbt-core, this is contained to [two lines](https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/tracking.py#L12-L13) in one file (a simpler fix than your https://github.com/dbt-labs/dbt-core/pull/9680). Is there telemetry in other massively used dbt packages? Personally I...

> It's already possible: > > ``` > target a *b: > echo {{ if b == '' { a } else { b } }} > ``` Good to...

Why does `linux/amd64/v2` not show up via `docker buildx ls` then? Do they have to be "activated" somehow? We definitely have builds that work with the Docker Desktop context, but...

Here: https://github.com/faultymajority/example

@kdrag0n does that repro for you?

This makes a lot of sense and HTTP message signatures (RFC 9421) would be amazing to have. That would need access to the request. It would output two or three...