Sebastian Davids

Results 106 issues of Sebastian Davids

Maybe I am blind, but I could not find information on what happens to Tailwind 3.x. Due to Tailwind 4's [CSS @property](https://web.dev/blog/at-property-baseline) requirement it is effectively [Baseline 2024](https://web.dev/baseline/2024)—baseline widely available...

### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...

kind/enhancement
area/bake

### Setup ```console $ mkdir /tmp/test && cd "$_" $ npm init -y $ npm i -D @playwright/[email protected] [email protected] [email protected] $ jq '.scripts += {"lint":"eslint ."}' package.json >.tmp && mv...

### Describe the bug `nano-staged` should not pick up random binaries named "git". ### Reproduction ```console $ pnpm exec nano-staged Unexpected error attempting to determine if executable file exists '/Library/TeX/texbin/git':...

**Is your feature request related to a problem? Please describe.** I think there should be documentation providing reasons for why one would choose the MVC over the WebFlux variant or...

waiting-for-triage

```console $ docker run --rm -it asciidoctor/docker-asciidoctor:1.89 find /usr/bin -xtype l -exec test ! -e {} \; -print /usr/bin/jar /usr/bin/autoinst /usr/bin/javac /usr/bin/convertgls2bib /usr/bin/lily-image-commands /usr/bin/pmxchords /usr/bin/vpl2ovp /usr/bin/jinfo /usr/bin/eolang /usr/bin/bib2gls /usr/bin/diadia /usr/bin/urlbst...

```console $ mkdir -p /tmp/test && cd "$_" $ mkdir src build $ cat src/test.adoc [plantuml] ---- @startuml label Test @enduml ---- EOF $ docker run \ --rm \ -u...

https://github.com/graalvm/container/pkgs/container/native-image-community/396059890?tag=24.0.1-muslib-ol9-20250415 --- ```console $ sw_vers ProductName: macOS ProductVersion: 12.7.6 BuildVersion: 21H1320 $ uname -m x86_64 $ java --version openjdk 24.0.1 2025-04-15 OpenJDK Runtime Environment GraalVM CE 24.0.1+9.1 (build 24.0.1+9-jvmci-b01) OpenJDK...

Please support [SOURCE_DATE_EPOCH](https://reproducible-builds.org/specs/source-date-epoch) for reproducible builds. https://github.com/jbaubree/sitemap-ts?tab=readme-ov-file#lastmod > Default: new Date() ⇓ ```javascript const epoch = Number(process.env["SOURCE_DATE_EPOCH"]); const lastmod = Number.isInteger(epoch) ? new Date(epoch * 1000) : new Date(); ```