Mauro Bieg

Results 271 comments of Mauro Bieg

This. Running `typeof window === "object"` through dnt, it's converted to `typeof s.dntGlobalThis == "object"`, which when run in deno evaluates to `true`, which is not at all what is...

I'll throw [Mastro](https://mastrojs.github.io/)'s hat in the ring. Would be happy to help migrating the site.

@joeljuca Generally all true, but the JS community is not a monolithic. Look at 11ty's track record (e.g. [this blog post](https://www.bejon.com/blog/2025-02-14-eleventy-v3/)). And what I can say in favour of Mastro...

btw. PDF/A was already brought up once, and implemented using the context writer, see https://github.com/jgm/pandoc/issues/3215

@klpn Any downsides when using your gist? If not, would you like to make a pull request? For context: the `pdfa` tempalte variable was added in https://github.com/jgm/pandoc/commit/46f4238a2a40b5542612bc745e63ce503ce12a32

@klpn I've created a new issue about the ConTeXt output: https://github.com/jgm/pandoc/issues/5608 Let's continue the discussion there in order to not spam this issue (which is about LaTeX output).

When I put `echo $PATH` in that scripts tag and run it with `pnpm run start`, I see that compared to my normal PATH, somehow the following entries were added...

Oh, this seems to be a variation on https://github.com/volta-cli/volta/issues/1562 If I `volta uninstall pnpm` and reinstall, then it has that version. Feel free to close as duplicate.

@jgm good point! some of the darker colors of the default syntax highlighting theme are a bit hard to read: but in my opinion not really harder than the output...

I see three solutions to this: 1. lighten up `.sourceCode` background in dark mode (the question is to what? something that's almost white or something that's almost black) 2. inject...