Tom Kaminski

Results 6 issues of Tom Kaminski

[fzf version 0.28.0](https://github.com/junegunn/fzf/releases/tag/0.28.0) introduced a new change where $SHELL is used instead of cmd.exe by default. For kubectx for windows, using msys2 bash.exe, the following error occurs: `[Command failed: C:\Programs\Bin\kubectx.exe]`...

Bug
wontfix
☁️Windows

I've configured the slack bot and when I try run the following slack command: `/argocd list-subscriptions` I get the following error from Slack: `operation_timeout` Our argocd install currently has 725...

bug

After spending the day configuring this project, here are some improvements that can be made to the docs: - On the [Slack bot](https://argocd-notifications.readthedocs.io/en/stable/bots/slack-bot/) page, include a note that the request...

enhancement

As per the [php docs](https://www.php.net/manual/en/intldateformatter.create.php), php 8.1 changed the dateType and timeType parameters to be optional. This change should be backward compatible with < php 8.1.

This fix improves the checking if a namespace appears in a className by ensuring that the namespace ends in a `\`. Prior to this fix, the following would occur: A...

Bug

I found that cortex-tool was generating a *lot* of errors in when analyzing our grafana instance with 300+ dashboards, where 75% of the dashboards had some parse error. We are...