subhash
subhash
Fixes #557 This pull request updates the GRASS website news page to correctly support Bootstrap 5 and restores the collapse/expand behavior of yearly news sections. Summary of Changes Replaced old...
## Proposed changes Fix slugifyLikeString to properly sanitize strings before slugifying, preventing special characters from breaking functionality. ## Issue(s) No linked issue (or link the issue if one exists). ##...
#170 ### Fix incorrect typing for server.getMounts() `server.getMounts()` returns an object at runtime, but its TypeScript definition was declared as `Promise`. This PR updates the return type to `Promise` to...
Fixes #1431 I've updated the build command so it actually respects the --config-file argument. Previously, even if you passed a custom config, the CLI's internal "Gatekeeper" checks in utils.js were...