Jonas Chapuis

Results 32 comments of Jonas Chapuis

Looking forward to this one being released, thanks a lot @markvandertol

👋 is there anything holding up the merge at this point?

@jhusain thanks for your reply I have started porting the material over, with some adaptations. You can find the result here: https://www.codewars.com/collections/functional-programming-in-js-slash-ts I have added an attribution notice, with a...

Thanks for your answer! at present if I run e.g. GitLink.exe ../ -u https://bitbucket.fobar.com/ I get the following exception: GitLink.GitLinkException: Cannot determine git provider

Thanks! This is still not helping however, since hosted bitbucket (stash) uses a different url pattern, like this: http://host/projects/{project}/repos/{repo}/browse/path/to/file.ext?at=revision&raw There's a suggestion for something more standard (https://jira.atlassian.com/browse/BSERV-4036) but nothing ready...

thanks for the great workaround, on my end I had to add `check = false` for this to work otherwise `scala-requests 0.6.5` would throw ``` val existingResponse = requests.get( metadataLoc,...

Any chance this can get shipped in a new release? 😃 🙏 thanks!

Have you checked whether your cats-effect dependency gets evicted for the more recent 3.x series? I believe `Clock` lives in `cats.effect.kernel` now, and Monix isn't compatible with cats effect 3.x

Any news on this one? Keep-alive is a pretty important feature, would be nice to have first-order support for it or at least some doc entry?

Ok thanks 👍 . So this would make it possible to configure server-side keep-alive, correct? since on the client side, akka-grpc uses `io.grpc:grpc-netty-shaded` (which the snippet above illustrates) Also, since...