charlyoleg2
charlyoleg2
I also get a corrupted image when using 'convertTransform'. I upload my files here to give you an other example of corruption: - abc_original.svg - abc_svgo_optimized_with_convertTransform.svg (corrupted! path30 is shifted...
I'm facing this issue with: - node 20.17.0 - typescript 5.5.4 - prompts 0.7.0
The hono's release 4.3.6 supports absolute path for serveStatic. Now node-server must forward the path without modifying it. This will enable the feature working in nodejs. The current release 1.13.1...
Would be great to update the dependency _npm-packlist_! I get 2 _warn depreciated_ and 3 _high vulnerabilities_ warnings because of that dependency.
I have create a more minimalist code base: https://github.com/charlyoleg2/link_issue npm run build npm run preview load the homepage, go to sub2, use the homepage link. You are in sub1, which...
After playing with svelte.config.js, I see that setting paths.relative to false makes things worse: On each page, the homepage-link points to the page itself. And 'npm run dev' has link...
With the two following changes, it works: 1- use a trailing slash in the url with base `home` 2- in svelte.config.js, set paths.relative to false Now the homepage-link works as...
To summarize, we have four cases: 1- paths.relative = false and url with trailing slash: No bug, it works 2- paths.relative = false and url without trailing slash: Buggy 3-...