foosinn
foosinn
Support for multiline logfiles (i.e. slow query logs) would be nice. I did not find anything in the documentation or existing issues. Thanks for this awesome tool.
### Pull Request Motivation Workaround for #3453 ### Kind bug ### Release Note ```release-note Support for manually setting the DNS Zone to be updated when using RFC2136 DNS-challenge. ```
Using a time based match rule would allow `payload-hash-*` secured hooks that are only valid for a configurable amount of time. Using those would prevent a captured hook call once...
Hey, is it possible to remap https://github.com/abo-abo/swiper/blob/master/ivy.el#L4544 I'm unable to overwrite it: ```el (define-key ivy-minibuffer-map (kbd "C-h") (kbd "DEL")) (define-key ivy-minibuffer-map (kbd "C-j") 'ivy-next-line) (define-key ivy-minibuffer-map (kbd "C-k") 'ivy-previous-line) (define-key...
Helm v3
Hey, are there already any plans to support Helm v3? Maybe as a new plugin (which prevents breaking existing deployments). Thanks for your awesome work!
This provides a Docker image for bepasty. Goals: * run as unprivileged user * no write access to config * tries to be simple * basic configuration via environment variables...
After setting up opencensus-php for a project i noticed segfaults of a specific url. After a bit of debugging it's seems to be partially related to call depth. I was...
This code makes the lexograghically order check of oids optional. Fixes #71 Someone may want to check if this code is sane, since i'm not experienced with c code. Thanks!
##### SUMMARY Add support for maintenance mode and software updates via Playbook ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME -- ##### ADDITIONAL INFORMATION We are running some very...
**Describe the bug**: We have delegated our _acme-challenge domains to a BIND dns server. Delegation records: ``` _acme-challenge.kube.example.com IN NS dnsle-01.example.com. _acme-challenge.kube.example.com IN NS dnsle-02.example.com. ``` Delegated Zone: ``` $ORIGIN...