Paulius Imbrasas
Paulius Imbrasas
``` Data\Bitstream\Lazy.hs:692:1: error: Rule "Lazy Bitstream unstreamChunks/streamChunks fusion": Illegal expression: unId in left-hand side: unId (unstreamChunks (streamChunks LHS must be of form (f e1 .. en) where f is not...
The README.md compares this library to Haskell's `newtype` and to Tagged types. However, more crucially, it doesn't mention how this is any different/better than simply using `case class Thing(value: String)...
https://github.com/permutive/fs2-google-pubsub/blob/d70fc53535e4eeaf3da2b83e9c08d664c9ce4b52/fs2-google-pubsub-http/src/main/scala/com/permutive/pubsub/http/oauth/GoogleOAuth.scala#L34 Allegedly the above URL is deprecated and we should use `https://oauth2.googleapis.com/token`. I can't find anything exact and all Google documentation regarding this endpoint have disappearing from the Cloud documentation....