Ory Band
Ory Band
Consider the declaration of the single error defined in this library: https://github.com/carlescere/goback/blob/master/goback.go#L36 When you return it, as a result of calling `Wait()`, there is no way to check for this...
The single example for this library is to short and undetailed. I would add further examples, using all public methods available. In addition, maybe also add an example showing how...
First of all, great project! It's a much simpler way of doing things compared to https://github.com/eapache/go-resiliency. :+1: I'm getting this compilation error when using `JitterBackoff`: ``` go cannot use b...
I wanted to do `highlight link Folded Comment` with jellybeans, but was first to actually do this instead, because there isn't such option: ``` let g:jellybeans_overrides = { \ 'Folded':...
If my laptop locks itself (using [i3lock-color](https://github.com/Raymo111/i3lock-color)) while using a profile (e.g. laptop monitor only) and then wakes up when another profile is available (external monitor), autorandr will execute on...
Let's say I have two profiles: `usb-c`, `laptop`, plus a `default` profile which is symlinked to `laptop`: ``` usb-c (detected) (1st match) laptop (detected) (2nd match) (current) default (detected) (3rd...
These three games are free and don't show in my library: https://oryband.itch.io/
Hi! Great plugin, I just switched from scm_breeze and am having a breeze (ha!) One thing I'm still missing from breeze is the `git branch` support: Breeze enumerates `git branch`...
``` python import unittest, httpretty, requests class MyTest(unittest.TestCase): @httpretty.activate def test_httpretty(self): httpretty.register_uri(httpretty.POST, 'xxx', status=202, body='{"status":"accepted"}', content_type="application/json") requests.post('http://localhost') # this passes, meaning a request was made to 'xxx' uri self.assertTrue(httpretty.has_request()) ```...
I'd like to manage binaries using zplug. For example HashiCorp Nomad has binaries ready to use. It's not managed via Git or any other VCS. It's just [here](https://www.nomadproject.io/downloads.html). Please add...