kwasimensah
kwasimensah
I filed the the Typescript side of this at https://github.com/microsoft/TypeScript/issues/39387. "expect.eventually" returns a Chai.PromisedAssertion which doesn't warn when using await. Which means "await expect(myPromise).eventually.to.equal(arg)" will throw UnhandledPromiseRejectionWarning if the assertion...
### What is the problem this feature will solve? Currently the advice in https://v8.dev/docs/trace doesn't work with node i.e. `nvm run --preserve-symlinks --preserve-symlinks-main --track_gc_object_stats --noincremental-marking --trace-event-categories disabled-by-default-v8 script.js` does not...
I've been search for flakes in my test for weeks and I think the solution is around supertest's usage of ephemeral ports (binding to port 0). Full writeup at at...
Branching https://github.com/expressjs/serve-static/issues/136#issuecomment-661169863 since it's more general than express-static The use case I'm trying to catch is when the client aborts. I found in my unit testing it's actually hard to...
@types/pacote 11.1.5 (https://registry.npmjs.org/@types/pacote/11.1.5) depends on @types/node-fetch * (which the tool I'm working on interpreted as https://registry.npmjs.org/@types/node-fetch/3.0.3 **) Which doesn't actually export any types (it says you can get them directly...
Pull Request for https://github.com/expressjs/serve-static/issues/136#issuecomment-661186897. Not married to this, but showing a rough outline of what I'm asking for. Defaults to the current behavior of ending the request cycle if sending...
This was brought up in https://github.com/expressjs/serve-static/issues/68#issuecomment-231559148 but I was wondering if this could be revisited. We may want to have logging/other tasks done per request but not block on sending...
See https://github.com/rails/rails/issues/6862. Looks like the issue never made it over here and it's still a problem.
This dabblet ( http://dabblet.com/gist/7708654) properly shows the spinner animation. But I can't get the same code to work anywhere else (see http://jsfiddle.net/S2VPe/9/). Was going to post as bug on other...
I'm using a custom clang_format equivalent to `-style="{BasedOnStyle: google, ContinuationIndentWidth: 4, ColumnLimit: 100, DerivePointerAlignment: false, PointerAlignment: Right, UseTab: Never}"` Using ClangFormat-Xcode with the bundled clang-format turns ``` -(BOOL)reallyLongFunctionName012345678901234567890123456789012345678:(ReallyLongTypeName012345678901234 *)vc{return NO;}...