Gabriel Volpe
Gabriel Volpe
Take a look at this line --> https://github.com/debasishg/scala-redis/blob/master/src/main/scala/com/redis/RedisClient.scala#L95 You have a secret val for the connection password.
It would be great to have this, but it's just a feature request AFAIU. So closing for now.
Apologies for rekindling this discussion, but I am currently finishing writing a [Scala 3 book](https://leanpub.com/feda) focused on purely functional programming, and I was wondering if there were any plans for...
Experiencing the same issue when upgrading to v1.9.1: idle notifications get my CPU burning 🔥. I have reverted to v1.9.0 in the meantime, but I'll try to find out why...
Cool, no worries @davesmith00000 , thanks for looking into it! Here's the slightly different version that made it into my app: https://github.com/gvolpe/trading/blob/main/modules/ws-client/src/main/scala/trading/client/WebSocket.scala
@ellisonleao apologies for the poor description. I've made a video to demonstrate the issue: https://user-images.githubusercontent.com/443978/228772545-8c218c19-29cc-40a7-9e71-1d151831d443.mp4
@JMulder99 I can confirm `pager = false` fixes the issue. I have the mouse completely disabled on Neovim, so I never tried clicking.
@weilbith thanks a lot for your reply! No worries, raised the issue for awareness but you don't owe anyone anything, this is OSS :) I have never written any Lua,...
@jordanisaacs I deleted the `secrets` folder where the symlink is created, then updated `homeage` to the latest commit and rebuilt my configuration. The symlink is not created again, and restarting...
@BusyByte thanks! > I'm not sure if adding a private function to MkRedis is actually backwards compatible. Yeah I've no idea either. Ideally, we should use MiMa, if anyone volunteers...