Simon Hänisch

Results 142 comments of Simon Hänisch

This change is problematic imo and it actually broke our tooling, because the stdout even with the `--json` flag now also contains the stdout of the pre/post hooks. With `--json`...

> So it seems `prettier-plugin-organize-imports` has side-effects that effect the parsers, but I don't understand how yet. Yeah it does, it's mentioned in the [readme](https://github.com/simonhaenisch/prettier-plugin-organize-imports#readme) ("Caveat" section). The plugin imports...

This is a bit of a blocker for me to use Bruno which I otherwise like quite a lot. I have a different use case than the usual staging vs...

Closing in favor of #129.

> We can't run the babel processor against every JS file. It will take too long. But I only write ES6+ code... this would only be an issue with vendor...

I think it's basically this: #228. With a `.js` config file you can already use extensions IIRC, via the `marked_extensions` config option, but I don't remember how it works exactly...

Ok i'm planning to upgrade Marked though, would that solve the compatibility problem?

Hey sure why not, can we base it on the one from https://pptr.dev/guides/docker? ```dockerfile FROM ghcr.io/puppeteer/puppeteer:latest RUN npm install --global md-to-pdf CMD [md-to-pdf] ``` sth like this?

``` google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-khmeros fonts-kacst fonts-freefont-ttf libxss1 dbus dbus-x11 ``` this is the list of packages it installs ([source](https://github.com/puppeteer/puppeteer/blob/f2b9e886d8cd5b3344925a7374db8b358f452655/docker/Dockerfile#L14C27-L14C168)), what would you omit? Or would you not base...