jantari

Results 153 comments of jantari

So I found this PR (and related issues) after searching for why my Go backend didn't accept the form data that HTMX sends in a DELETE request. According to this...

Thank you for clarifying, I just misinterpreted the diff here. I implemented the config to mitigate the issue.

The [docs for `hx-vals`](https://htmx.org/attributes/hx-vals/) mention twice how "by default, the value of hx-vals must be valid JSON". Ok I understand this default, but I cannot find documentation anywhere on how...

PowerShell already has `$^` to access the last command, so `sudo $^` should work too.

It looks like `winuptp.exe -s -f` is also an option that has to be tested: https://forums.lenovo.com/t5/Enterprise-Client-Management/BIOS-Update-Shutdown-Command-T14-AMD-Gen-3-21CG/m-p/5173654?page=1

I am having the same issue. My usecase is that all files should be (re)named to their sha256 hash automatically after upload, so I configured a "After Upload" command runner...

Not stale, and won't be stale until it's fixed...

Yep, I reproduced with 0.25.1 as well. Here's a copy-paste repro without chocolatey, just using onboard windows stuff: ```powershell # Download windows_exporter 0.25.1 curl.exe -LO "https://github.com/prometheus-community/windows_exporter/releases/download/v0.25.1/windows_exporter-0.25.1-amd64.msi" # Install it cmd.exe...

I am experiencing this issue with the Thunderbird Flatpak. I'm using Ubuntu 24.04 with GNOME, language is "English (United States)" and formats are "Deutschland" (Germany). ``` ~ ❯ env |...