Nico
Nico
Edit: I'm encountering the same issue.
## Remaining issues with running the project outside of the gopath: - `make bootstrap` won't work - but it is also not required, as go modules will make sure all...
If I understand correctly, dotter currently understands two fundamental file types - symbolic links and utf-8 templates. The current heuristic in `crate::filesystem::is_template` is to check if the file can be...
Consequently, if the initial check in `crate::filesystem::is_template` (which should then probably be renamed) supports reliably determining a file is neither a utf-8 string nor a template, it could handle these...
@ozabalaferrera Could this be the same issue as the one described in this SO response? https://stackoverflow.com/a/77816211 i.e. FromRequest signature has changed from `FromRequest` to `FromRequest` Linking the references shared in...