LawyZheng
LawyZheng
Hi, Thanks for the contributions. I just follow the `Sample Code` to start olric by the embedded way, However, I find it listens to the 3320 port, only binding to...
When the XSRF enabled, some create requests, such as project namespace, will fail to handle responding 422 status code. Although it could be fixed by set XSRF disabled, still required...
Gzip will compress the compressed body again when I use third-party handlers to handle gin context, like `httputil.ReverseProxy`, `promhttp`. It seems if the target HTTP server returns a gzip-compressed body,...
1. `orgs.name` created in `secrets.toml` is `Skyvern`, not consistent with orgs.name in database 2. updating LLM provider will re-init my local dev env. So I depart `setup.sh` into three parts:...
If I update the LLM provider now, my whole env will be re-setup again, including poetry install, database install, playwright install... As the PR https://github.com/Skyvern-AI/skyvern/pull/102 said, I simply split the...
#47 try to fix the double gzip
### AdGuard version 版本 2.11.0.1292 release ### Browser version Chrome ### OS version 13.4.1 (22F82) ### What filters do you have enabled? _No response_ ### What Stealth Mode options do...
Although `chromium-headless` and `chromium-heaful` are registered into BrowserContextFactory, we can only choose one for all tasks(workflows) because we create the type by reading the config in env. https://github.com/Skyvern-AI/skyvern/blob/d2735100ddd38b9272e7f02ab2635493ccf9f425/skyvern/webeye/browser_factory.py#L86 Is it...