Angelo Kontaxis

Results 25 comments of Angelo Kontaxis

When hovering over an annotation it seems all other annotation's text color changed: ![image](https://user-images.githubusercontent.com/39768508/120085779-e7d39380-c0d2-11eb-9f83-8f1190026c88.png)

@Flam3z The private key wouldnt be stored on the server, so no.

> * Pig Latin > * pig > * 🐖 > * Igpay Atinlay (Pig Latin) > :D Pig Latin already exists in revolt.

hey you can run the source and i got it working (linux mint, but still should work)

also you can run `linux.js` but you have to change the user name to your username

Upload limits are controlled via the `Autumn.toml` file, https://github.com/revoltchat/autumn/blob/master/Autumn.toml

I have no experience with typeguards in typescripts so if this is carried over from typescript i would like to know why and maybe potential ways around this or a...

I see this as a non-issue, If you want to check the value of the int in your typeguarded function then the typeguard's value should also reflect that, in this...

While i can see the issue now, there are definitely ways to fix these issues, the one that comes to my mind is to introduce an Intersection type (https://github.com/python/typing/issues/213) and...

While I understand intersection types are complex, this is still another reason for adding them. People have been asking for an intersection type for quite a while and the more...