Paulius Putna

Results 6 issues of Paulius Putna

Hey, I am fixing our remote bazel cache for our monorepos and I inherited monitoring dashboards which had incorrect way of checking hit/miss ratio: `sum(bazel_remote_disk_cache_hits + bazel_remote_http_cache_hits) / sum(bazel_remote_disk_cache_hits +...

### Describe the Bug It looks like record type with constructor is a cause for performance degradation, which can be worked around by using `OmitAutoProperties()` or by customizing each property...

bug

### Describe the bug I was looking for a way to securely give my api key to avante and came about macos `security` command. After I set up the command,...

bug

### Description I have configured openap-ts to transform date fields and transformers are genereated and even supplied to SDK clients, however I am unable to observe the transformers being called....

bug 🔥

**Describe the PR** Adding 0Auth config values **Relation issue** https://github.com/swaggo/swag/issues/1874 Based on [echo-swagger PR](https://github.com/swaggo/echo-swagger/pull/25) **Additional context** Current workaround is to add AfterScript that basically does the same thing, would be...