PawelJ-PL

Results 11 issues of PawelJ-PL

**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/Functional-Light-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line -- if you leave this line here, I'm going to assume you didn't actually read...

Hi, I've noticed that Scala Steward is trying to bump incorrect library. It generated MR in Gitlab with title `Update async-http-client-backend-cats, ... to 2.2.9` from branch `update/async-http-client-backend-cats-2.2.9`, so it means...

cat:heuristic

Hi, It looks, that WebSocket client is unable to handle SSL errors, when initial connection has been established. For example, when we connect to non-ssl host with wss:// protocol, client...

Hi, There are potential exception in KubeConfig case class constructor (https://github.com/joan38/kubernetes-client/blob/master/kubernetes-client/src/com/goyeau/kubernetes/client/KubeConfig.scala#L22). I've prepared two MRs with two different solutions: * https://github.com/joan38/kubernetes-client/pull/76 - constructor can be private and instance can be...

Could you please add Typescript support for the library?

Hi, I think it would be a significant improvement if `ValidationException` errors (or at least some of them) included additional attributes containing contextual information. For instance, in the case of...

**Version**: (e.g. 4.6.0.1`) **Module**: (e.g. `quill-jdbc`) **Database**: (e.g. `postgres`) I'm trying to use Protoquill as part of the ZIO service (https://zio.dev/reference/service-pattern/introduction/), just as I did with Quill for Scala 2....

I think it would be good if the `RichAttribute` trait was sealed. This would make it easier to pattern matching on it. I've prepared suitable PR: https://github.com/dacr/jajmx/pull/5