Nicholas Lydon

Results 5 comments of Nicholas Lydon

I was struggling with this. You might want to take a look at https://github.com/matnel/react-maps and in particular https://github.com/matnel/react-maps/blob/master/src/map.js#L96

> I've just tested this on a brand new kali linux install within WSL. Trying to convert a brand new helloworld vb console app I got type load when it...

I've also come across this. The signature of the class is: `class HttpErrorResponse extends HttpResponseBase implements Error`, which I would assume to work.

I've never implemented a ts-lint rule or used the typescript compiler api, so forgive me if this is dumb. Error is defined as an interface: ```typescript interface Error { name:...

Thanks for the reply. If we're using ProduceAsync (albeit with concurrent calls to it) are we also getting the benefit of LingerMs? Or would we have to use Produce?