Divyam
Divyam
### What is the feature you are proposing? ```js type ServeStaticOptions = { root?: string path?: string rewriteRequestPath?: (path: string) => string, isSPA?: boolean } ``` Options can be added...
``` ERROR: failed to solve: process "/bin/sh -c xx-apk add --no-cache gcc musl-dev vips-dev" did not complete successfully: exit code: 4 Error: buildx failed with: ERROR: failed to solve: process...
Aria2c doesn't support proxy hosts filter but it can easily be done through ui which asks for regex to include certain hosts for http proxy. https://github.com/divyam234/AriaNg/commit/4201ec0aa4302ec5f4c67702465fa80663ccc27d I have added this...
@mayswind PR related to discussion on https://github.com/mayswind/AriaNg/issues/751
**System Details** - OS: Windows 11 - Thorium Latest I am seeing awful red background in side panel. 
String with `'` characters should be escaped to `''` currently syntax error is thrown for such strings.
 I have this type of hierarchy for controllers. Swag init is not generating docs for this directory. ``swag init -d ./,./pkg/controller`` Using this command
**System Details** - OS: Win11 - Thorium Version: latest **Problem** Not able to add custom search engine.Brave search is also not there in latest version **Screenshots** 
Fix potential excessive memory allocation in Postgres matcher. Previously, the payload buffer size was determined directly from the length field read from the client connection. This could lead to allocating...
 Postgres matcher is taking very high memory even when I am not using it which eventually kills caddy due to OOM. During profiling I have called only imgproxy with...