Steffen Schümann
Steffen Schümann
Thanks for the details, I need to setup some test env to check this, might take a bit of time, but I'll look into it.
Should be doable, Thanks for the report.
Thanks for the PR, but I would need to look into this more. I don't see those as macOS variants and they shouldn't be detected as such... I'll try to...
I stumbled across this and had a look: The problem is, that while `utf8spn`/`utf8cspn` are logically equivalent to `strspn`/`strcspn`, their results are codepoints not bytes, so they can not be...
The symlink detection was not good anyway and is changed in a way that the offending source line doesn't exist anymore.
Thank you for the nice solution, it is for sure better than the current state.
I decided to fix the exception for broken symlinks as that is driven by external factors, but keep the behavior for initializing a `directory_entry` with an empty or non existing...
Released with [v1.5.14](https://github.com/gulrak/filesystem/releases/tag/v1.5.14).
Released with [v1.5.14](https://github.com/gulrak/filesystem/releases/tag/v1.5.14).
* Display wait is typically implemented easiest by ending a frame when a draw opcode was used or only executing a draw if it is the first opcode of a...