Axel Wagner

Results 34 issues of Axel Wagner

I propose relaxing the constraints on `BinarySearchFunc` to allow using two different types: ```go func BinarySearchFunc[E, T any](x []E, target T, cmp func(E, T) int) (int, bool) ``` As it...

Proposal

Say I want, for example - Developing a frontend and a backend as separate logical services, but deploy them in one binary. For traditional systems, having both run in a...

P2
Type: Feature

It would be cool if this would come with a json file for a Grafana dashboard :)

enhancement
help wanted
hacktoberfest

### What version of Vim/Gvim are you using? Vim/Gvim version $ vim --version VIM - Vi IMproved 8.1 (2018 May 18, compiled Oct 22 2019 11:41:03) Included patches: 1-2198 Modified...

bug
needs investigation