Liel Fridman
Liel Fridman
Hi, I'd like to work on that one if it's still available.
I have the issue on an Intel Mac as well. It seems to work ok on an ARM mac though
The reason for this is that pacman, by default, asks for confirmation. You can reproduce it using this Dockerfile (note that the archlinux base image doesn't support arm64, at least...
> > some external-facing methods still use either Path or PathBuf, please let me know if these should be changed as well > > My intuition is that these should...
> I would also love to see tests for std functions for path manipulation we replaced. which tests? I saw there are already some that cover parent and some other...
the force-push was a result of a rebase from upstream
regarding implementing our own `canonicalize`, does it also need to consider symlinks? are these even possible in AssetPath? I assume it does need to support `.` and `..`, and convert...
sorry for the delay. Regarding file_watcher, I tried to change `normalize_path` to be generic, like this: ```rust pub(crate) fn normalize_path Vec where P: Into
I tried to change the readers to use `AssetPath` instead of `Path`, but so far have not found a way out of lifetime hell
rebased from main again