surilindur
surilindur
Hi and apologies for the massive delay! I finally got around to testing this, but instead of the to-do app I used the [jQuery Widget](https://github.com/comunica/jQuery-Widget.js) as you suggested. There appears...
Oh, I meant that I replaced it with `JSON.stringify` to have something that sort of does similar things. But there are some cases where the stringify function can (and will)...
I have no idea why that fails in the CI, it works locally... will try to figure it out. :expressionless:
Awesome, thank you! The fixed sparql-benchmark-runner.js library should also fix the loading of queries, so I will restore the Node version used in here to 18.
> so I will restore the Node version used in here to 18. I did this, I forgot to mention it, I just removed the commit that bumped it to...
Just to provide some background for this issue: it seems the browser tests in the CI currently use a Webpack config that has nothing to do with the Webpack config...
To add some background notes: this issue seems to (usually) occur when a server cuts off the response (body) stream halfway through, after first responding with 'ok' but then running...