Carlos Eduardo

Results 246 comments of Carlos Eduardo

Same here, set policies to Unrestricted, remove the store installed terminal and still fails. ``` ❯ Get-ExecutionPolicy -Scope CurrentUser Unrestricted ❯ Get-ExecutionPolicy -Scope LocalMachine Unrestricted ❯ choco install microsoft-windows-terminal Chocolatey...

Hi, I will take a look if just changing the API path to v3 might work. I won't give you a date since I'm kinda busy at this moment but...

Until further investigation, version 0.5.1 will use self-hosted kube-rbac-proxy from `quay.io/carlosedp/kube-rbac-proxy:v0.15.0`.

Hi, any expected date to get this merged? Which metric is considered when accounting for the "Pending Popularity"? We have many uses under this case already as seen by doing...

The idea for the operator is to configure the load balancers in layer 4 mode so all configuration for the certificate termination could happen on the Kubernetes/OpenShift ingress. Currently this...

From my understanding, this should be added in https://github.com/smallrye/smallrye-open-api or in a new library that adds the Scala types to the smallrye openapi generator. Os course the scala 3 Quarkus...

About having your enum `ActivityType` class being shown as a String, you can annotate it like: ```scala @Schema(implementation = classOf[ActivityType]) enum ActivityType { case Login, JurisdictionChange, Bet, Deposit, Withdrawal }...

Nice, let's keep this open to track eventual workarounds or updates.

As I posted, the idea is to have a flat background that would override the terminal transparency/background for better visibility. That's why I've implemented some changes to draw the background...