Johan Lindell

Results 96 comments of Johan Lindell

Thanks, @bstuff for the clear example. It does indeed seem to be a bug with multiple barcodes and margins (but not other options). I will make sure this gets fixed...

If you are willing to, you can create a PR with the CODE11 type implemented. Here are all the implemented barcodes for reference. https://github.com/lindell/JsBarcode/tree/master/src/barcodes

What browser are you using. Please provide a clear way to reproduce this problem

Hello @timja and thanks for the bug report. It would indeed be good if multi-gitter could be aware of the rate limit. The previous fix you referred to (#207) was...

You are right, this is another example of the secondary limit. The documentation is unclear on how often you can make request / should wait for requests if they are...

A PR for this retry with backoff has been creates #280 Could you install and try it with: ``` go install github.com/lindell/multi-gitter@retry-tmp ```

Have you had the time to test this out yet @timja?

Same [here](https://goreportcard.com/report/github.com/lindell/multi-gitter): ![image](https://user-images.githubusercontent.com/284868/157861590-fa7446dc-84e8-4eb7-98ac-fd37846085a8.png) But works fine using the cli no matter how many times I run it: ![image](https://user-images.githubusercontent.com/284868/157861803-20a39f60-dc0b-456c-a1e4-87f6e1ac53d1.png)

I totally agree that it would be best to include the author of each change in the release notes if possible! But the notes are actually generated by release-please (it...