Goran
Goran
## rehype-extract-meta ([npm](https://www.npmjs.com/package/rehype-extract-meta)) Also fails with same error on rehype-extract-article ([npm](https://www.npmjs.com/package/rehype-extract-article)) ### Entire (stringified) error that I see in my browser console ``` { "error": { "code": "BuildError", "message": "Failed...
In order to make path animations, we need to know the lengths of the paths. This can be done in browser at runtime using native APIs, but a better implementation...
Certain texts can contain abbreviations that are not captured by the [regex tests](https://github.com/wooorm/parse-latin/blob/main/lib/plugin/merge-prefix-exceptions.js#L6-L22). I'm curious if this might be worth adding as an option on the constructor - instead of...
### Steps to reproduce In a fresh copy of [feathers-chat](https://github.com/feathersjs/feathers-chat), paste the following snippet at the end of the [`app.ts`](https://github.com/feathersjs/feathers-chat/blob/b99214a17cca3f9386b3b336238bc057ae03fab7/feathers-chat-ts/src/app.ts#L56) file: ```ts (async () => { const query: any =...
### UnoCSS version latest (0.60.0) ### Describe the bug Using @unocss/cli, [extractor-pug](https://github.com/unocss/unocss/tree/main/packages/extractor-pug) is unable to reach the compile step due to `ctx.id` being `undefined`. In the repro (linked below), there...