Nikita Boldasov

Results 40 issues of 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...

Type: Feature Request
Status: Approved

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.

Enhancement
Input

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)): ![monthpicker](https://user-images.githubusercontent.com/4979122/38305422-7bf87110-3815-11e8-82e6-5d229f2f0af1.png)

### 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). -...

feat

### 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). -...

bug

### 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). -...

feat

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...

enhancement

For example: Every 3 days at 15:00:00.

enhancement

**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...

question

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()...

feature request