Alec Haring
Alec Haring
I am trying to use a custom model I edited from the public model. I edited it without any problems but when I try and compile it with `sudo cmake...
If you compare the response header order of a request with and without the extension enabled, you'll notice it's different. **`GET http://httpbin.org/get` with extension**: **`GET http://httpbin.org/get` without extension**:
### Specification - pywebview version: 0eef180d6c9e76ef01729a082ee02ea4026a795e - operating system: macOS 14.2.1 - web renderer: WebKit ### Description Shortcuts such as `CMD + C`, `CMD + V`, `CMD + W`, etc.,...
If a response is too long (has too many lines), `RecursionError: maximum recursion depth exceeded` is raised. To fix this, I replaced the recursion inside `_handle_responses` with a loop.