`noErrorTruncation: true` in a tsconfig.[1] It also affects hover and quickinfo truncation. Technically it will still truncate, just at a way higher limit, like a million characters.
If you have been wondering how much data a uri hash can store. Firefox can handle up to 1M characters, Chromium much more. I did not test Safari and mobile browsers though. This game is at 12k encoded and is far from hitting the limit. https://stackoverflow.com/questions/16247162/max-size-of-loc...
This is neat. Can someone explain why the generic types extending string need to default to any in all these cases, like:
`TDescription extends string = any` ?
So which one should now one study - TypeScript type system, RxJS operators, or the next generation of vomit produced by the Angular team? Together they compose extremely unfunny clusterfuck. For now my CVs all fall into a black hole, you better not fall off the employment train.
An interesting tidbit that I found in the source code is that it only accepts integers from 1 to 20. Perfectly sufficient for its use case, although not quite extendable as I would hope