Dominik Menke

Results 27 issues of Dominik Menke

With InfluxDB 1.0 on the horizon, I'd like to push this forward, too. There are a few construction sites and ideas, I'd like to clear beforehand: ### Ruby 1.9 support?...

enhancement
need-feedback

Curently, go-uci is a "best effort" parser and does not strictly follow the rules imposed on UCI files. This is mainly due to the fact, that the parser function in...

feature
help wanted

Just FYI, some kind soul mentioned your bot on [this Reddit comment](https://www.reddit.com/r/programming/comments/x3ph21/github_is_removing_the_trending_repositories_page/imrdgm6/?context=3): ![image](https://user-images.githubusercontent.com/327411/188166007-c0f7dc3f-0b66-4bbe-832a-d51fd3e2a689.png) - https://github.com/community/community/discussions/31644

Note to self: add some basic tests before 0.2.0 release.

todo

Currently, there are just lowercase letters (+ digits/special chars) involved. I should also insert uppercase letters...

bug

When using negative queries like `instance!=server1` or `instance!~^server\d\d$`, Karma currently shows the number of matching alerts: https://demo.karma-dashboard.io/?q=%40cluster%3DHA&q=%40receiver%3Dby-cluster-service&q=instance%21~%5Eserver%5Cd%5B234%5D%5Cd%3F%24 ![image](https://user-images.githubusercontent.com/327411/219060172-55d3782f-c2d1-4283-94d8-5919a69788a7.png) It would be nice however, if the label could show the difference...

### Is your feature request related to a problem? Please describe... If the option list for `` elements (i.e. ``) becomes long, users cannot easily find what they want to...

Priority: Medium
Type: Feature request

*(This is a continuation of #2.)* Hey, whilst using this more, I found I needed a more conveniant interface. The first part in this commit series will introduce a `sendmail.Option`...

I've observed a bunch of test failures after deleting VCR cassettes. It turned out, that the JSON request doesn't include the API key, which means my test client fell into...

### Describe the problem On my machine, the screen blanks (and actually locks) after 5min of inactivity (i.e. no mouse or keyboard input). For company policy reasons, I cannot disable...

enhancement