Nikita Boldasov
Nikita Boldasov
Please add support for managing AUR votes likewise `yaourt` does that using `aurvote`. That's behavior is to ask whether package is needed to be voted or not, but once at...
Different approach to solve #5421. All the latin hotkeys are supported in non-latin layouts. In comparison with #5598, this PR isn't supposed to affect special character hotkeys.
The idea is to add new controls - MonthPicker and YearPicker. An example of MonthPicker (from [this native Android project](https://github.com/resengupta/Month-Year-Date-Picker)): 
### 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/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...
### 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/kratos/blob/master/CODE_OF_CONDUCT.md). -...
### 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/kratos/blob/master/CODE_OF_CONDUCT.md). -...
When using `@at ` expression, timezone is set twice. The first one is set in the expression itself, the second one is set in the job field. It'd be more...
For example: Every 3 days at 15:00:00.
**Describe the bug** The server returns the error message `Search parameter 'favorite-color' for resource type 'Patient' was not found.` after creating the search parameter from [the example](https://linuxforhealth.github.io/FHIR/guides/FHIRSearchConfiguration). **Environment** 4.11.1 **To...
Example: ```go package main import "fmt" type MapItem[K, V any] struct { Key K Value V } type SpecificMapValue struct { Field1 string Field2 int Field3 bool } func main()...