Tyler Brown
Tyler Brown
@jtnelson when I used `long` Intellij warned that it could produce a null pointer exception, as `long`s can't be null. Is this something that should be ignored? I figured it...
I'll add a javadoc because that's what we've been doing, but in my view self documenting code is always superior. For example, take this method header: ```Java /** * Insert...
That's a good point, however I think if a method is doing so much that its name isn't clearly documenting what it's suppose to do, then it should be split...
I don't believe that Javadocs are functional in the current version of Gradle + Java 11. The issue is detailed in the following spots: - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020 (maven) - https://bugs.openjdk.java.net/browse/JDK-8212233 (maven)...
I get this as well after installing all the dependencies.
Figured it out, even though I copy pasted the command, the wrong version of telethon was downloaded. I had to use pip3 to uninstall and reinstall the proper version (specified...
For me disabling the webGLRenderer does bring back ligatures, but has a significant impact on performance. I'm not able to do things that were possible before. I noticed this after...
@fjvallarino hey, thanks for taking a look, the packag I'm using is this one https://hackage.haskell.org/package/sleep-0.1.0.1/docs/System-Sleep.html