Manuele
Manuele
Considering the fix has already been merged, how long will it take for this to be released? It's been months now since the fix.
Still a problem. Makes sense you can't get all in one request. But it still makes sense to know what the total actually is, and that pagination would work like...
I do already miss being able to select the page size, having the option to see everything on one page and use the browser search was neat. Maybe create a...
 Still don't understand what the point is of "originOverride", when I can just provide it with server.origin on Line 85 with a config Vite already provides. Been using server.origin...
@lhapaipai maybe some additional context to how we use it in the company. we have the symfony app and the vite runtime in the same Docker container, but additionally they...
@matijs this is mine from today (14.06.2024) https://github.com/D3strukt0r/weleda-webcenter-text-export/pull/53
@matijs my current setting for this is https://github.com/D3strukt0r/weleda-webcenter-text-export/blob/master/.github/dependabot.yml ```yaml - package-ecosystem: "npm" directory: "/pwa" target-branch: "develop" labels: - "dependabot :robot:" reviewers: - "D3strukt0r" schedule: interval: "daily" groups: pwa-dependencies: applies-to: version-updates...
I agree, adding packageManager also worked for me. Would be great if it also worked without it though. Like, dependabot could certainly read the version, and if it can't it...