Stefano
Stefano
Hi, I am testing rover which seems to be great, but when I start it, it says there're errors. Cannot find any logfile - how to debug them? Thanks LM
Made some upgrades: 1. Moved the version in `package.json` to `1.0.0` so it follow semver 2. Upgraded all dependencies, `pmap` and `trash` are now ESM only packages. I added a...
# Bug report I have noticed there's a difference in the format of the bundle between 5.21.2 and 5.22.0+. I am making a change to a small loader which today...
I am facing this need. I want to create a dynamic route using the page router in Next.JS while building a website based on Nextra. The dynamic route can be...
Node 18 used by the `Dockerfile` contains some vulnerabilities (136). The current LTS is node 20.
The management of releases for voyager is actually flaky. The version of the package does not follow commits merged into `main` and the publishing of the releases is not aligned...
I am working on NextJS 13 with App route and next-mdx-remote. I import Shiki as remark plugin as ```js import remarkShikiTwoslash from 'remark-shiki-twoslash ``` Then, when I call the mdx...
I am making few tests using the [playground](https://visjs.github.io/vis-network/examples/network/data/dotLanguage/dotPlayground.html#) for DOT language. All works, but how about [this example](https://graphviz.org/Gallery/directed/datastruct.html) for data structures coming directly from GraphVIZ? I would expect it works,...
Current HTTP client is old, any appetite @pioug if I help moving to axios maybe?
Wondering if this happens to me only... tests are failing with the current version in `master` ``` > [email protected] test > npm run lint && ./bin/cli.js || echo Exit Status:...