Aankhen
Aankhen
I’d like to get notifications on Discord with argocd-notifications. I tried pointing the engine’s `slack` service at [the Slack-compatible webhook endpoint](https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook), but according to the trace-level logs, this returned a...
The pre-release versions of kubectl v1.23.0 include PowerShell completion, [which is provided under the hood by spf13/cobra](https://github.com/kubernetes/kubernetes/blob/9a75e7b0fd1b567f774a3373be640e19b33e7ef1/vendor/github.com/spf13/cobra/powershell_completions.go#L20). This works beautifully most of the time in conjunction with `Set-PSReadLineKeyHandler -Key Tab...
1. Operating system: Windows 10 (64-bit) 2. The way you installed OpenCV: `vcpkg` 3. OpenCV version: 4.5.1 4. rustc version (`rustc --version`): rustc 1.53.0-nightly (07e0e2ec2 2021-03-24) 5. Attach the full...
I’m guessing this is because of the manual release process, as mentioned in #517. It would be great to get v1.31.0.
### What is the issue? I have a working Linkerd installation in a kind-based Kubernetes v1.24.2 cluster. All Linkerd components are installed using the Helm chart via Argo CD. I...
I more or less duplicated the code and docs for `scss-stylelint'.
cc #4 This renames the current `getOrElse` to `getOr` and adds a new `getOrElse` that takes a function returning a value. In case it helps, this matches [Rust’s `Option.unwrap_or_else`](https://doc.rust-lang.org/std/option/enum.Option.html#method.unwrap_or_else) and...
I have a function that returns an `Option`. I run this on several values and then process them further. Since I’m using `map` et al I still have an `Option`...
On Windows: ``` [17:55:16] Starting 'fonts'... undefined:2 "fontSourceFile": "C:\Media\Work\website ^ SyntaxError: Unexpected token M at Object.parse (native) at C:\Media\Work\website\node_modules\otf2ttf\index.js:41:33 ``` This is because [otf2ttf.sh puts the unescaped path in its...
All this works fine under Linux (ignoring that I didn’t choose an option): ``` $ FZF_DEFAULT_OPTS='--height 10% --min-height 20 -e' $ fzf --ansi --no-preview 2>&1 | echo $ kubectx error:...