Results 11 issues of Tavin Cole

I've recently had to deal with a hardcoded tini command line in a 3rd party docker entrypoint. Instead of having to override the entrypoint to wedge `-e 143` in there,...

Please review this line of code: https://github.com/KaTeX/KaTeX/commit/e5333ad04d77b0d6affa277c98b1ac228e33d15d#diff-049c9fc9dd24dc9042e1a09353e50a767674dc5444423cbc1a824abf083a355bR60 attributes["data-" + keyVal[0].trim()] = keyVal[1].trim(); The second `trim()` should be removed, so that `\htmlData{key= value }` honors the spaces. I am experimenting with...

bug

This may just be a request for clarification, or else a bug/enhancement depending on the wisdom of jsonnet devs. Currently it's not allowed to do this: {} + { [if...

I'm trying to compile with `-DSQLITE_ENABLE_ICU=1` -- it doesn't work straight away due to issues with includes. Any ideas?

In a markdown preview, there should be vertical space between the titular H1 and the first sentence of text. The space has gone missing: ![image](https://github.com/executablebooks/jupyterlab-myst/assets/7685034/dd80a9cb-ee28-4a7f-b06b-abe76241652a) The regression can be traced...

bug

Dollar math displays (e.g. `$$ 1 + 1 $$`) are getting numbered automatically. It's possible to disable this with `numbering: equation: false` in the frontmatter. But for consistency with other...

bug

In the install docs, please mention the (possible) need to set `fluentd.persistence.storageClass`. If you didn't do it, and you needed to, it's a bit of a mess because you have...

bug

Note that we use `helmfile`; it runs `helm upgrade`. After an initial rollout I wasn't happy with the default for `fluentd.logs.containers.sourceCategoryReplaceDash` so I changed it (to a dash, apparently there's...

bug

Hi @rowanc1 as a followup of sorts to https://github.com/executablebooks/markdown-it-docutils/issues/48 and https://github.com/executablebooks/mystjs/issues/181, I'd like to propose adding something like this to mystjs. It's a first cut at what you said is...