Miguel Leon

Results 17 comments of Miguel Leon

How to use it no grunt, no config and installed globally? what is the jsdoc-like command?

Hi, thanks for the comment! I realize now that I didn't specify whether I meant "extending interceptors" as in enlarging the main set of interceptors or as in having different...

Hello, it's been a while since I opened this issue as a feature request. I've seen some interactions, among them, `HttpHandler` level proposed implementation, and even calling it a bug...

It contained a lot of unnecessary information, because it wasn't a new empty project. I took the path it is trying to locate `...dist/models/src/index.js` from that output, that's how I...

I had done ```ts function do_find _ is any>(predicate: P) ``` to make it clear that `P` IS a predicate, and the result is even worse.

@bgenia I also had tried something similar to your solution but it didn't work. ```ts function do_find(predicate: (t: T) => t is R) { return arr.find(predicate); // error } ```...

@Andarist You provided the same solution, `El = (typeof arr)[number]`. The original point was that the whole type of the parameter was generic under `P` and maybe it's assumed that...

> The answers are based on the examples you provided. Sorry, I'm not looking for answers or workarounds. I'm just making a report of how the type that is completely...

> boolean functions are not predicate functions ehr, I don't think that's how `extends` clauses in the type parameter work, like I mentioned before, they only determine the "upper bound"...

Thanks for trying to explain this is something that's not supported. I don't understand you guys insisting that "trying to do something". The issue was simple "`typeof has_foo` had information...