Jamie Dumont
Jamie Dumont
Ongoing issue for me too. Autofixer no longer works and produces the above error when enabled.
I thought I'd add my `++` for reference. I'm too having this issue, and can't find a way to resolve it.
Just wanting to add my +1 to this issue, despite it being old. I'm stuck between adding hashes to canonicals or not using the cache buster at the moment. Is...
Hey @bdkjones! I was using cache busting on HTML files for URIs to CSS and JS files, but was getting my canonical tag cache busted which made a mess of...
Sorry, I’ve somehow missed this! Thanks so much!
Solved my own issue. Worked out that my editor — Nova on macOS — is creating temporary files, which is failing the check `fn is_temp_file()` in file `/src/fs_utils.rs` at line...
Turns out that when Nova 11.10 is saving changes to an existing file, `notify_debouncer_full` is reporting the change as `EventKind::Modify(ModifyKind::Name(RenameMode::Any))` whereas other editors (Sublime in this case) create a `EventKind::Modify(ModifyKind::Data(DataChange::Content))`....
Opened a PR, and all checks passed. Let me know if you require any further changes.
> > Any particular reason why you don't want to use these? > > I miss opportunity to render different content "for print/pdf" and "for html". One example would be...