Wesam Haddad

Results 2 issues of Wesam Haddad

My theme looks pretty good for everything except for the attachment text from bots. For example: Does anyone know what value to change to make the attachment text more readable?...

I have two case classes, one being recursive while the other references the recursive case class. ```scala case class InitFunction( id: String, timestamp: Long, tree: Function ) case class Function(...