Dan Arnfield

Results 38 comments of Dan Arnfield

I got it looking pretty decent with the following SCSS: ```scss .form-floating > input[type="file"].form-control { padding-top: 2.25rem; height: calc(3.875rem + calc(var(--bs-border-width) * 3)); &::file-selector-button { border-top: var(--bs-border-width) solid var(--bs-border-color); border-right:...

In case it's helpful, here are two more files that reproduce the issue, as well as one that doesn't for some reason (even though it's from the same source): [broken1.htm](https://github.com/user-attachments/files/23486577/broken1.htm)...

I ran the script using both the external domain and on my server using the internal IP:port and the results were the same both times: ```bash > % ./webdav-encoding-test.sh -U...

It seems like only HTML files specifically are affected. When I changed the script to write a `.txt` file with the same contents it passed. ~Edit: In case it's significant,...

This is making less sense all the time. I tried spinning up a new opencloud instance using the directions [here](https://docs.opencloud.eu/docs/admin/getting-started/container/docker) on my local machine -- passes the test script. Yet...

Here are debug logs from downloading one of the offending files: [download.log](https://github.com/user-attachments/files/23593386/download.log) The last two lines (copied below) are the most interesting because they show the content length changing between...

> However, we do not know what yet, and that does not feel good. Exactly how I feel! The actual issue isn't that big a deal and I could work...

I solved it by accident while experimenting with a second OpenCloud instance on my server. Apparently all I needed to do was add `--add-host external.domain.com:10.0.0.2` to the podman run command...