sideshowbarker
sideshowbarker
> Maybe look into using https://github.com/koalaman/shellcheck? Yeah we actually are already using shellcheck. So the discussion in this issue about an additional level of checking — more style checking (as...
#165 seems to at least partially address this
> I do wonder, what will happen if we pass a >255 character string? Silent or loud failure? I’ve pushed two more commits that update things a bit. The main...
> Would it be possible instead to just have an error when you try to Append() incorrectly? I opened #158 with a change that adds a Contributing section to the...
> @sideshowbarker, you've looked a lot at the ID code for MDN annotation stuff; any thoughts? I think what’s outlined in the issue description is doable in the Wattsi code...
As far as Maven goes, this project so far isn’t internally relying on Maven for anything. Maven and the Central Repository aren’t the sole way or even the primary way...
> it's been since 2012 since the last release Yeah, going for 8 years without a new release is a long time, so I agree it’s time we should strongly...
> Not to talk about potential additional work for those in the `validator-nu` branch, as they would need to adapt to the changes in `master` if they want to stay...
I’m seeing some possible regressions in the HTML checker as a result of this — ``` error: The encoding “utf-8” is not an IANA-registered encoding and did not use the...
d’oh — never mind my previous comment; I see now that I just neglected to negate the condition. Will push an update