Steve Ognibene

Results 109 comments of Steve Ognibene

Why is it trying to connect to 10.10.34.34 ?

Let's see if it's actually related to tsd. I suspect it is your network setup. From your command line, create a new folder. Go in there and type `npm init`....

The documentation for lodash indicates that `\\` can be used to escape the open and close angle brackets. https://lodash.com/docs#template so for example: ``` javascript replacements: [{ from: 'something', to: ''...

Yes I think the suggested message here is much clearer. I have used this library for a while and I think one of the reasons I was getting confused is...

And to answer the other question - I did think the NotSupportedException was from FluentAssertions, however I thought it was referring to something else about the code I was using...

I like that. I will work on a PR when I get some time soon. Many thanks for being open to considering improving this error message.

We have used enums in the past which basically boils down to number. This would intuitively be more memory efficient than a string but I have no measurements to back...

This is definitely something I have been meaning to look into. We do still need to support legacy TypeScript versions, but perhaps if rootDir is specified, we can skip the...

I've never fully understood this feature and there's no tests written around it, so I'll have to think about this a bit. If you feel confident that this solution will...