Rodrigo Leitão
Rodrigo Leitão
Shouldn't the feature just be disabled seeing as there are no ranks on The Pit?
I haven’t been able to update since v14.3.0 due to this issue. Can this be fixed asap please?
@RedGuy12 are you still maintaining this PR? Would be nice to have this fixed
Happened with both an ephemeral and a non ephemeral message
@JPBM135 so you fixed the issue or you didn't? If you fixed it, how did you fix it?
YES! The package from DefinitelyTyped had this as any but when 3.0 made the change to add type declarations they set it to unknown for reasons that were explained in...
TS types the result of .json() as Promise for browsers so if anything it should follow the types made by TS itself, and not make up stuff because you think...
> Some relevant discussions: > > * https://github.com/nodejs/undici/pull/911/files#r680432742 > * [Improved type definitions for JSON api responses microsoft/TypeScript#33037](https://github.com/microsoft/TypeScript/issues/33037) > > Personally, I feel that `unknown` provides the least amount of...
@ChromeQ that is all fine when the type that you get from the fetch method actually matters to you. Please refer to my message above, we shouldn’t be forced to...
> If the type doesn't matter to you then let it stay as unknown. But the fact remains, there is no way to be absolutely sure what the server returned...