Torstein Bjørnstad

Results 7 comments of Torstein Bjørnstad

Unfortunately that won't help me much. The information I want to look up is also referenced by other applications, and is looked up by the user's username. Unless I can...

https://github.com/nodejs/undici/pull/2481 was just merged, which adds the PerformanceTiming API entries needed for this library. So we're getting closer to getting this working in node.

Looks like it was merged into Node two days ago, https://github.com/nodejs/node/commit/05f81721889571f615e36bf70fac759f4d118513, so it shouldn't be too long.

Very cool! I am curious to see if the Node speedtest results are comparable to the browser results. I would assume the fetch-implementations in browsers are tuned to the extreme.....

I got the same problem, in my case it was caused by npm installing `@electron-forge/plugin-base` inside both `@electron-forge/plugin-fuses` and `@electron-forge/core` instead of hoisting it, which caused problems with how electron...

I'm also affected by the same issue. I initially call getAccounts which returns one or more accounts, and short after I call getAccounts again in order to get an access...

I encountered a similar case with UNC paths, where it seems like the deduplication of forward slashes also break UNC paths in a similar way. It works the first time,...