dejvid
dejvid
IF you check the attached image, there is a problem when I move my mouse across the terminal. Shouldn't the input know its mouse move and just not show those...
I have constructed a simple empty project using just a few cross term functions. When I try to build it with the native image, it compiles. But when I run...
Hello, what is the easiest way to run the examples? Nothing is said in the readme. I opened the project with the IntelliJ idea, but nothing happened. Also, opening with...
I have a straightforward data structure to represent the value of a currency. ```scala case class CurrencyValue(value : Double, currency : CurrencyType) enum CurrencyType: case EUR case GDP case ......
I try to make a slick mapping table of a case class that has more than 22 fields. There should be no such limitation in Scala 3 anymore , but...
I followed the instructions and it cant find the dependencies. ``` % python3 scripts/process.py Traceback (most recent call last): File "/Users/technobug/Downloads/emojis-main/scripts/process.py", line 4, in from helpers.helpers import run File "/Users/technobug/Downloads/emojis-main/scripts/helpers/helpers.py",...