Lukas Geiter
Lukas Geiter
I'm trying to use fastparse with a regex that contains backreferences. Here's a very simplified example: ``` ("|')foo\1 ``` However, since Fastparse joins all regexes of one state like `(regex1)|(regex2)|(("|')foo\1)`...
### Describe the bug I would like to use my own loading component at the root level. To do that I'm wrapping the `` in the root component with a...
> This still is not working for me. I have tried several variants and workarounds. > I have the files `.nav.yml` and `.nav.de.yml` in the `/docs` directory. Both of them...