Daniele Orlando
Daniele Orlando
Sorry for the wrong handling of this ticket. 😓 FluidXML uses DOMDocument which in turn uses libxml for parsing XML. It's 100% an error due to the default limits of...
I was wondering whether to include or not this feature in a future release but I don't know any real usecase in which this feature could be really helpful. Can...
Thanks for reporting and the hint on the solution. I'll try to resolve the warning in the next version.
Same issue, with linked packages.
Same here. `graphql/utilities/coerceValue:coerceValue()` is exhausting the entire server memory on large inputs, leading to a Node server crash. This is really embarrassing, there should be a reasonable limit to the...
@IvanGoncharov Thanks for your efforts and for your time, and of all maintainers of the graphql-js project.
``` VITE v4.0.4 ready in 633 ms ➜ Local: http://localhost:8000/ ➜ Network: http://192.168.1.6:8000/ ➜ press h to show help node:internal/event_target:1013 process.nextTick(() => { throw err; }); ^ Error: start <...
I confirm the issue on Puppeteer `21.4.1` on _MacOS 14_ with ``` {waitUntil: 'networkidle0'} ``` ~~It was working perfectly until version 21.3, but on `21.4.1` it goes on timeout error.~~...
@OrKoN I found the source of the timeout in my case. Even if there was no network activity, I had a JS task running for a long time in background....