Jens Rantil

Results 132 issues of Jens Rantil

``` $ make debian rm -rf debian/rangerepair rm -rf debian/rangerepair.debhelper.log rm -rf debian/rangerepair.substvars rm -rf debian/rangerepair.postinst.debhelper find ../ -maxdepth 1 -iname 'rangerepair_*_amd64.changes' -exec rm -f {} + find ../ -maxdepth...

**Usecase:** This is what I'd like to log: ``` Retrying yet another time because we failed last time... ``` What I could do is use a `RetryListener` and log as...

**Annoyance:** This is a small annoyance; A `RetryListener` is not only called on a retry. It is called on each _attempt_. That includes the first call. **Proposed fix:** Rename -...

**Context:** Just read some code and stumble across this. Let's say I do this: ``` java RetryerBuilder myBuilder = RetryerBuilder . newBuilder() .withRetryListener(myFirstListener) Retryer firstRetryer = myBuilder.build(); myBuilder.withRetryListener(mySecondListener); Retryer secondRetryer...

I notice that post headers are `` ([example](http://jensrantil.github.io/post/how-to-partially-declassify-nsa-docs/)) which makes me think all headers in a post should be ``, but AFAIK it doesn't have any style at all. Thoughts?

A title like this is not fully syntax highlighted: ``` ========= My header ========= ``` The first `=========` is not highlighted.

``` bash-3.2$ go test ./... --- FAIL: ExampleDiffEvo (0.00s) got: Found minimum of 0.00137 in [0.00044201296938241373 0.00019592462513264675] want: Found minimum of 0.00137 in [0.0004420129693826938 0.000195924625132926] --- FAIL: ExampleOES (0.00s) got:...

For example, https://pkg.go.dev/github.com/MaxHalford/eaopt#CrossERX states > CrossERX (Edge Recombination Crossover). I don't know what that means. Would be nice with an example or link to somewhere on the Internet that explains...

I notice https://github.com/robburger/terraform-pr-commenter/pull/25 has 18 thumbs ups and no source code changes have been made during entire 2022.

### Troubleshooting Before submitting a bug report please read the [Troubleshooting doc](https://github.com/docker/build-push-action/blob/master/TROUBLESHOOTING.md). ✅ ### Behaviour I have a Github actions workflow that previously has been using `build-push-action@v4` without `setup-buildx-action` and...

status/needs-more-info