Saurabh Rawat
Saurabh Rawat
When I last used parrot I had a different password. Now when I started parrot it was stuck on a loading indicator in conversations window. I removed Library/Caches and Preferences...
Hi, I am following the example here: https://github.com/tpolecat/doobie/blob/series/0.5.x/modules/example/src/main/scala/example/Dynamic.scala ```scala type Headers = List[String] type Data = List[List[Object]] def connProg(query: String, params: List[Object]): IO[(Headers, Data)] = HC.prepareStatement(query)(prepareAndExec(params)).transact(xa) def prepareAndExec(params: List[Object]): PreparedStatementIO[(Headers,...
No matter what I do, I can't seem to make it work in a ScrollView. It doesn't show up except the dots part. I have tried all sorts of flex...
We need to provide autocomplete for mentioning users. @ -> hit tab -> get a suggestions list.
Although with leveldb the writes are async, the reading and loading data should still be moved off the ui thread for users sake 👅
Apply custom theming for classes in the html message, like for issues, mentions etc.
User can click on the issue and repo mentions and get to the resource in the browser.
Show user details on hover on the user name and photo. Provide option for starting chat.