Noah
Noah
I think I discovered the simplest solution with the most power: Add a recipe attribute `[cached]` that only reruns when the content of the recipe changes, **where the content is...
@tgross35 You're absolutely right :sweat_smile:; they're practically the same. I had apparently only skimmed your solution not fully understanding it (sub-conscience plagiarism?) I think the main difference between yours and...
> A builtin glob+hash `cache_key("**/*.c")` function to make purpose obvious Instead of a whole new function, I was thinking of expanding `sha256_file`/`blake3_file` to allow directory names for recursive checks and/or...
> I was loosely thinking that a specific cache_key function could be used to explicitly append something to the cache key, rather than implicitly adding all interpolations I see. I...
I'm sorry for those that have their workflow adversely affected. I think I'm just not gonna implement this myself mostly because I personally have no use for it (I just...
@nervenes Could you clarify what you mean by "this is already happening when you format the document". I'm pressing `ctrl+shift+I` and still have unused imports. Yes, selecting the imports and...
Also, `.nvmrc` can just list the major version (e.g. `18`), but this package doesn't support just being given the major version. Unless that's a limitation of `asdf` itself, but I...
Can confirm this issue in an empty vscode profile (no extensions except `astro-build.astro-vscode` installed). This also fails in a code-insiders build in the same way. Importing a `.ts` or `.astro`...