Shogun
Shogun
@prechewedpenguins delete `.config/spotify-tui/.spotify_token_cache.json` to generate a new token.
I'm not sure about the difference between postgresql and mysql in regards to the query generation, but what seems to be working is when all the parameter names are the...
With scala 3 this extension allows me to add date operators ``` extension (inline date: LocalDateTime) inline def >(inline other: LocalDateTime) = quote { sql"$date > $other".as[Boolean] } inline def
I've actually the 'flaky' situation, my test calls 3 different https endpoints and if I run the test multiple times it can either be succesfull, or any of the 3...
The cause of this issue was for me, that I had no IPv6 support on my router. ( I.e. setting -Djava.net.preferIPv4Stack=true fixed the issue ). It seems that the DnsNameResolver...
I've got the same issue, i3wm multi monitor setup as well. 🤔 As far as I can see this error is due to the workspaces in i3, it only occurs...