Casey Rodarmor
Casey Rodarmor
Which explorers use a different formatting? I think maybe we should just specify that the canonical encoding is lowercase with no leading zeros in the index. I'm not sure if...
@jpeeler I believe that the `Prepended http:// to` message can be avoided. If you have an empty variable which is unquoted, then it won't be passed as an argument at...
Yup, that's correct. The website is served on GitHub pages, which gets updated on new releases.
I keep coming back to this. I have these worries: - I worry about delegating glob parsing to a dependency we don't control, and thus may not understand the syntax....
@neunenak What are you thinking about this? I think we should do this, and I think the combination of both making it unstable, and opting into explicitly for each import...
Is the formatting off in that error message? It looks misaligned.
Tentatively, I think this looks good. This will be a *massive* change though, because there are so many tests which check error messages. I think the easiest way to do...
> Yeah. You have to do this in the kinda-silly way of defining `ReportKind::Custom("error", Color::Red)`, and using that in place of `ReportKind::Error` when building the ariadne `Report`, but that works...
An idea that might make this easier: Can we style the adriane errors so that they look the same as `just` errors, which would let us merge this with minimal...
There isn't a good way to do this, but it could be supported with a recipe attribute that kept going if there was a failure. LIke ``` [continue] foo: ```...