ee7
ee7
> Will it always fix it? To further expand on why the answer is "no" - see the top of [the README for bors](https://github.com/bors-ng/bors-ng/blob/e55799c79000/README.md#a-merge-bot-for-github-pull-requests), which explains the so-called "semantic merge...
Sure. I'd like for optional checks to be possible. We can probably find a workaround - there's probably few tracks with optional checks, so maybe an allow-list is feasible. >...
> I'm tentatively 👎 on 1 (as I'd rather get zeros back as a consumer, for example if plotting a chart) I suppose that can avoid an extra step when...
@ee7 wrote: > Could we omit data for which the `count` is zero? Doing so would generally reduce the response size by a lot (75%, as of a few days...
My take: I think it's fine to add a schema, to help people catch basic errors while editing. But I don't think `configlet lint` should use it, and people should...
Sounds good to me to improve docs regarding highlightjs and codemirror. Currently there's a little mention regarding highlightjs: https://github.com/exercism/docs/blob/10e57200961c71ff0256a6b202da098b3c9d0a61/building/tracks/new/prepare-for-launch.md#L54 However, I think Exercism staff usually handle this when launching a...
We currently try to disable color when stdout is not a tty: https://github.com/crashappsec/chalk/blob/b70a3faa3fc88669ef1ea7417acf5592d30fb9da/src/util.nim#L299-L300 I'll check if this needs to integrate better with the config, or e.g. the environment variables: -...
My understanding is that @ringabout was working on this in https://github.com/nim-lang/nightlies/pull/82. I agree it'd be great to have.