David Otton
David Otton
I think serve-handler isn't implementing [RFC 5987](https://datatracker.ietf.org/doc/html/rfc5987) correctly. When I attempt to serve a file with the name `DALL·E 2024-01-17.png` (note the bullet point) I get the following error: ```bash...
```bash # Detect which `ls` flavor is in use if ls --color > /dev/null 2>&1; then # GNU `ls` colorflag="--color" export LS_COLORS=[...] else # macOS `ls` colorflag="-G" export LSCOLORS=[...] fi...
**Describe the bug** When Explorer is configured with: ```js Component.Explorer({ folderClickBehavior: "link", }) ``` and you attempt to move between two Folder pages in Explorer, the web browser does not...