François Violette

Results 7 issues of François Violette

Hello, I am trying to set up a workflow where product managers iterate on a release notes draft on Google Docs. When it's release time, I want to copy paste...

Follow-up to https://github.com/yuzutech/kroki/issues/1221. It is not possible to generate `erd` diagrams when using Docker on ARM. Image Tag [0.17.0-rc.5](https://hub.docker.com/layers/kroki/yuzutech/kroki/0.17.0-rc.5/images/sha256-69d31d632846abcc86f5c69a6f8413fe5efb013c5ef917a556ac269862899feb?context=explore). Trying with the sample syntax on https://kroki.io: ``` curl http://localhost:8000/erd/svg --data-binary...

:upside_down_face: upstream

When running vale in a cron job, the execution fails. My example includes a custom runner which works in other contexts (push, pr). ``` on: schedule: - cron: "0 0...

bug

Hello, I tried using astro-tabs within MDX but couldn't get it to work property. There seems to be an offset with tabs vs panels: https://stackblitz.com/edit/github-tp8cb8?file=src/pages/index.mdx It works in .astro files...

bug-fix
good first issue

Hello, Does an existing feature exist with Expressive Code to contain long code excepts within blocks such as step-by-step procedures? https://docs.stripe.com/get-started/development-environment?lang=node#setup-cli#:~:text=everything%20worked The collapsible section plugin syntax could be used for...

When using this feature: https://expressive-code.com/key-features/text-markers/#adding-long-labels-on-their-own-lines If I leave a blank line at the start for a custom label like in the following example: ```` ```dart {"1. Ensure JavaScript is enabled":...

I'd like to have hyperlinks on different fields of an API interface within a code block. These links direct to the ref doc explanation for each option but do not...