Robin Friedli

Results 47 comments of Robin Friedli

I have the same problem with JXL files containing HDR content created by Mirillis Action: ![image](https://user-images.githubusercontent.com/29976416/188317494-d20d2156-b55d-4967-b6e2-54086f50f408.png) (of course the right side looks a bit off / washed out in an...

The default volume can be set using the property command, this has been completed a while ago

Would likely have to update seed but since the webapp is barely a demo it's not a priority right now. When I do continue working on the webapp, which I...

routing.rs is not my code, it's from the seed framework. Simply updating the dependency would probably be enough to fix it, the webapp hasn't been touched in years. Howver, I'm...

Same here. In my case I'm using Tera, which uses globwalk to handle globs and I noticed that my application is practically unusable when running in a Docker container where...

Yeah I jumped the gun a bit here. It is not quite as simple unfortunately as the directory being part of the pattern also results in a Match::None. Maybe it...

I thought of that but do we actually want to yield those directories? I guess we could keep those globs separate and only use them to decide on whether to...

That does seem to work to some extent, at least all tests pass (except for the readme test) and it does seem to skip irrelevant directories. I can open a...

No problem 😄Pull request opened

Yeah any iterator provided by std::fs is probably not gonna to cut it, at least not without some hacky business. We might want to parse the glob ourselves and ignore...