Aram Becker

Results 9 comments of Aram Becker

+1,000,000,000,000,000,000,000,000

@berstend Just judging by the NPM downloads of puppeteer, there seems to be a major amount of people hanging on the puppeteer@5 version (and puppeteer@1 for some reason). I'm one...

I don't think this is an issue topic for this repository, as it's more of a general question about headless browsers. Maybe it would be more fitting on StackOverflow (or...

Am I correct in the assumption, that this is already implemented using `ROUTER_BASE_PATH`, but doesn't get picked up by nuxtjs? (Whis is because nuxt has been compiled to [static](https://github.com/advplyr/audiobookshelf/blob/dadd41cb5c221c8c79f1a26a0bebd3d740b51539/client/nuxt.config.js#L6) files)...

Thats the best way to learn things, at least for me. Give me a few days to fiddle aroundwith it, haven't used nuxt in a while. Given the amount of...

Right. After a little fiddling and digging through nuxtjs changelogs, I have come to the following conclusion: - NuxtJS does [NOT natively support](https://github.com/nuxt/nuxt/pull/8520) a dynamic base path when using a...

In case anyone is still searching for this, mermaid supports [HTML Entity codes to escape characters](https://mermaid.js.org/syntax/flowchart.html#special-characters-that-break-syntax): ```mmd stateDiagram escaped:You can escape "#colon;", "#bsol;n" or "#period;" by using their entity codes...

This is due to [PEP 0497](https://www.python.org/dev/peps/pep-0479) that has been enabled since Python 3.7

Had the same issue using node `20.17.0` and npm `10.8.2` after upgrading some unrelated dependencies. Running `npm i -D ajv` "fixed" it for me, though `npm i -D [email protected]` (the...