AnyhowStep

Results 105 comments of AnyhowStep
trafficstars

Just ran into this problem. Such is life =/

> I got the same error too using window powershell. > But no error with git bash. This is really weird. I cannot believe this worked. PowerShell wasn't working. Git...

Actually, let me investigate this further.

I was experiencing other suspicious problems with this library and re-installed. It fixed those suspicious problems but this one remained.

I actually appreciate that you went long and technical. I understand that type checking is a beast, even more so with structural type systems! And even way more so when...

There have been proposals made to increase the limit. They've been rejected because it's seen as an "implementation detail" that should not be exposed. PR: https://github.com/microsoft/TypeScript/pull/29602 ----- Comment by @ahejlsberg...

Worth noting that if you're upgrading from TS 3.5, something about how `constraintDepth` works was changed that can cause the max depth error, for code that was previously working fine...

I also noticed that the following does not get me comments, ```ts interface MyInterface { /** * I am x */ x : number; /** * I am y */...