Tobias Bieniek
Tobias Bieniek
@Kerrick yes, putting it in `init` is usually better in these cases
hmm... `this.set()` is not a thing in glimmer components though, and importing the global `set()` just to please the lint rule seems a bit odd đ¤
FWIW this pushes us towards a vastly different way of writing testing code and if we want move into such a direction where test waiters are no longer a thing...
okay, that sounds reasonable. the rule was built to address issues with the current reality where the global `fetch` does not integrate with test waiters. if we have plans to...
@rwjblue do you happen to know the answer? I stumbled upon this question yesterday too and couldn't find an answer
could we make it an optional feature to use postId instead of post_id, or something like that?
FWIW we're seeing similar issues: ``` unexpectedly found "
I can't tell because the snippet is not mentioned in the logs, but it appears to be happening for almost all of our templates, judging by the amount of these...
> Are these actual errors or is it console output during template compilation? just console output during the build steps. > If it is just console output (still horrible, don't...
@rwjblue if you need a repro, the crates.io codebase is currently showing these warnings too :)