Titus

Results 1016 comments of Titus

See my small reproduction above: https://github.com/micromark/micromark-extension-frontmatter/issues/5#issuecomment-1381972189. This issue exists for normal frontmatter. A **single** format. `---\n* a`. I think it’s going to get super complex: the engine does not really...

I’m very open to switching to postcss/terser. Only thing I worried about before is that it shouldn’t be a humongous code increase.

`starry-night` should work everywhere, and be similar enough to shikiji

No. It uses classes, so you can use any CSS you want. Or you can rewrite the AST to result in anything you want. The CSS it ships is the...

Did you actually run into this? What did you see, what did you expect? > If only one error is thrown, perhaps no AggregateError is needed. 🤔🤔🤔 Well, one error...

> It took me a minute to understand what’s going on with [github.com/orgs/remarkjs/discussions/1333](https://github.com/orgs/remarkjs/discussions/1333) Perhaps the tools between `load-plugin` and the user should throw a better error? Wrap it, and expose...

> Why aren’t all errors correct? This is a very low level tool. It can be called with `'gfm'` and `'remark'` and `'./path/to/folder'` and `'./path/to/cwd'` and `'./path/to/global/modules'` and `'./electron/baked/in/modules'`. Then...

> I don’t see why the user isn’t helped by showing all errors instead of just the last one. > Are you worried having 8 stack traces is overwhelming? Yes,...

There are many possible errors, not just errors for unfound packages. Your pseudocode is a fine idea for the “So, we could detect if all errors are about gfm/remark-gfm missing...

I’d love for you to try to solve this issue here inside your `node_modules` for 442, in 2 ways: one with just an aggregate error, and another with an improved...