Truong Ma Phi
Truong Ma Phi
the Promise.allSettled() implementation in bluebird seems to be different from spec https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled. ```javascript const promise1 = Promise.resolve('Resolved!'); const promise2 = Promise.reject('Rejected!'); const promise3 = Promise.resolve('Resolved!'); const promise4 = Promise.reject('Rejected!'); const...
@petkaantonov could you check the return value of `Promise.allSettled` in bluebird
@Barzou I'm using your MR to provide context user for my FileSystem implementation. Many thanks. @AdrienCastex, could you check and merge this PR?
@btimby, did the Authentication class run every request? Where did you implement cache, in Authentication, or FileSystem?
@btimby I far as I tested, I actually have to use https://github.com/OpenMarshal/npm-WebDAV-Server/pull/80 to get such as user info from context or did I miss something 😓.
Same issue. It eats up my hard drive.
I ran the nodec without and with --make-args=-j10. I still got make error on same line @pmq20, @zburgermeiszter ``` make: *** [node] Error 2 Makefile:76: recipe for target 'node' failed...
@thim81 it seems like allOf haven't been resolved too, https://github.com/postmanlabs/openapi-to-postman/issues/390. It's a bug in openapi-to-postman package
As working on BTP implementation, these are some of my thoughts about this IRC: * ICONDAO team currently avoids transaction size problem by limit each BTP message should contain a...
@dhlee-icon > In BMC implementation, when `handleFragment()` is called, there is no relay rotation, which means BMR doesn't rotate until BMC assembles all the parts of a message. and then...