Divyam

Results 12 issues of 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...

enhancement

``` 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. ![image](https://github.com/Alex313031/thorium/assets/47589864/cc494ad2-9fa6-4c14-8a73-d3b758403afb)

String with `'` characters should be escaped to `''` currently syntax error is thrown for such strings.

![image](https://github.com/user-attachments/assets/a164a565-7556-443f-b96d-42344141ce1a) 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** ![image](https://github.com/user-attachments/assets/2e48b3e8-55b2-4982-84ce-a342a25b3b8c)

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...

![image](https://github.com/user-attachments/assets/b51fae5e-b056-4332-a7e8-cb80be744765) 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...

bug