nmoreaud
nmoreaud
Yep, seems to be MangaPark
An easy way to handle that would be to have the possibility to disable response body validation on per route basis
This seem to work, though it is probably not future proof. ```python validator_map = { "response": MediaTypeDict( { 'application/jsonlines+json': StreamResponseBodyValidator } ), } class StreamResponseBodyValidator(AbstractResponseBodyValidator): def wrap_send(self, send): """Disable validation,...
Do you plan to do this? Otherwise I'll have to monkey patch it.
2025-02-17 11:24:31.890 [error] [Window] Cannot read properties of undefined (reading 'hasDynamicHeight'): TypeError: Cannot read properties of undefined (reading 'hasDynamicHeight') at ipi.Fb (vscode-file://vscode-app/.../Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:264:27625) at ipi.Eb (vscode-file://vscode-app/.../Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:264:26914) at ipi.layout (vscode-file://vscode-app/.../Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:264:16691) at fVi.layout...
I confirm this error is systematic and this is not the first time I have to launch chrome to display this map.
Alphanumeric sorting would be useful too
Still an issue with self contained zip on 170.0.94.3. I'm checking if the Nuget version also has these vulnerabilities, but it's not very handy to have to install a dotnet...
Nuget version still has one major vulnerability, and takes additional 100Mb compared with the self contained zip version: System.Formats.Asn1 │ https://github.com/advisories/GHSA-447r-wph3-92pm │ HIGH │ │ 5.0.0 │ 6.0.1, 8.0.1 │...