Michiel de Jong
Michiel de Jong
Thanks for working on a fix! As an end-user who just installed v1.19.5 from scratch, I was able to work around it with @pacham7 's suggestion from https://github.com/simplesamlphp/simplesamlphp/issues/1592#issuecomment-1059107819 - maybe...
Hm, is this for one single http roundtrip? When using generators this might be desirable, but when awaiting a result, 2 minutes seems like a lot. rdflib is used in...
Hm, but what about my comment in https://github.com/linkeddata/rdflib.js/issues/455#issuecomment-723077526 / https://gitter.im/solid/solidcommunity.net?at=5fa54c68c10273610aeca65a ?
I think most responses that take more than 30s are themselves waiting for some timer to time out? See also the contradictory situation here when for instance the rdflib code...
LGTM, can you resolve the conflict?
@megoth can you review this PR?
Awesome work! Trying to write down what you, @vinnl and I just discussed f2f: I do find it a bit scary that when you do: ```js var a = new...
Under src/ there are 5891 lines of JS and 7259 + 446 + 135 = 7840 lines of TS. Some things we'll definitely need: * src/blank-node.ts (101) * src/fetcher.ts (2124)...
Sorry, as @megoth pointed out I forgot about src/update-manager.ts, so then the estimate would be (7298 + 1142)/(5891 + 7840) = 61%. There may also be more parts we can...