Mitar

Results 620 issues of Mitar

I know that custom equality for watch has been brought up few times in the past and the general consensus is that it should just be done inside watch callback....

Currently `filecontent` requires a field to be `[]byte`. I would propose that it also allows `string` field in which case file contents is simply converted with `string(...)` in Go. It...

### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md). -...

feat

TLDR: I think it would be useful to write somewhere that if you find this extension installed on your computer and you didn't install it, you probably have malware installed....

I would suggest an option to keep metadata around in decrypted version of the YAML file so that file can be re-encrypted with same settings, without having to have `.sops.yml`...

Console output is meant to be human-readable, but durations are shown as floats (e.g., in seconds or milliseconds) which is far from human-readable for non-simple durations. I know that the...

Sometimes I want to return from a function a read-only `Set` backed by mapset's `Set`. It would be great if this package would define a read-only sub-set of `Set` interface...

Is this still maintained? I would guess that since 3 years ago when was the last change new language models have been made which could be used here? Do people...

``` pkg:golang/golang.org/x/[email protected] 1 known vulnerabilities affecting installed version ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ [CVE-2025-4673] CWE-200: Information Exposure ┃ ┣━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫ ┃ Description ┃ Proxy-Authorization and Proxy-Authenticate headers persisted on ┃ ┃ ┃ cross-origin redirects...

We use Axe-core to check [accessibility violations during our Playwright tests](https://playwright.dev/docs/accessibility-testing). At the end of all tests we use this great tool to generate a HTML report. But the issue...