Stephen Weber
Stephen Weber
I'd also appreciate this. It looks like a pretty straightforward (if several-step) process to sign releases: https://wiki.debian.org/Creating%20signed%20GitHub%20releases
@fusiondog comprehensive PR attached -- in addition to unit tests, I've also used a local instance to try out variations on set/unset values. I'm up for any adjustments to better...
@nh2 the way the underlying [gopherduty](https://github.com/darkcrux/gopherduty) client is written, it cannot be retried indefinitely. However, you _can_ set a high # for `max-retries` and a reasonable `retry-base-interval` that will exponentially...
@fusiondog @darkcrux there is also a PR against the [gopherduty](https://github.com/darkcrux/gopherduty/) library that will allow 403 (Rate limit response) to be treated as a retry-able error: https://github.com/darkcrux/gopherduty/pull/3
There is not one provided in this repo, but this is what we did to build an image to run Referee next to our Kayenta container: https://gist.github.com/StephenWeber/7f24bb22b6448959bf0ec36ac7bcf3c2 I can update...
I may submit a PR, but to document what I'm seeing in code: [StatusBar.ts#L167](https://github.com/lukeleppan/better-word-count/blob/master/src/status/StatusBar.ts#L167) is where the Daily Page Count is pulled in. Lots of other values pulled from `statsManager`...
Can you confirm which version of Better Word Count this is? And any settings you've changed?
I like this approach, as it centralizes the formatting and does it consistently. I also 100% love that it uses the local number formats, sad I didn't think about that....
Just checking in here, I made a PR against this PR's branch https://github.com/DrYoshiyahu/better-word-count/pull/1 and I've been using that version of BWC for a few months now and am happy with...
Saw your [post on Medium](https://blog.elpassion.com/simple-and-terrifying-encryption-story-c1f1d6707c07) on the issue, and I'm of two minds. First off, the documented use of the library is to use the keys that the library generates...