Ory Band

Results 90 comments of Ory Band

@vitalk 1. doesn't work for me on the following `#!/bin/sh` file, syntax is bash and doesn't change executing `:Shebang`: https://github.com/rounds/10M-Docker-Images/blob/d954b776ab1ce5d9a94564e36bd39eeb24636152/sensu/tmp/entrypoint.sh 2. I didn't know there was `:Shebang` command. Perhaps you...

My vim version: ``` bash VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Mar 23 2016 11:40:39) Included patches: 1-1639 Compiled by Arch Linux Huge version without GUI. Features...

@vitalk I get ``` vim E121: Undefined variable: b:is_sh E15: Invalid expression: b:is_sh ``` Trying `let b:is_sh` fails as well.

Also, please note you're probably using MacVim while I'm running "standard" Vim under Arch Linux.

Is there a way to configure conjure without modifying the code? I'm using babashka on a daily basis with large chunks of hashmaps and really missing formatting. It's hard to...

this basically comes down to providing some sort of circuit breaking, should probably be done with exponential backoff as well

I've tracked down where the fix should be: https://github.com/mattbaird/elastigo/blob/09363f92cd44e47b5034719cdef78da73190d847/lib/corebulk.go#L333 Items is an objects of elasticsearch methods (create, index, etc.), where each method is a list of objects, where each of...

Also not for ubuntu 22.10

> I don't understand the whitelist command. What is it for? @avi-kik it adds an address to the whitelist. It is meant to be run once per test as part...