Oleg Butuzov

Results 29 issues of Oleg Butuzov

- Originally found as a bug in kubernetes/website#16640 - Originally found as a bug in Hugo gohugoio/hugo#6438 Tested v1 and v2. Both affected. ## Short Description Whitespace(s) or Tab before...

Become curious: should any number (within consition `2

* [ ] release pipeline doens't reacts on new tag that comes from github * [ ] automade docs publishig from `docs` to `@docs` * [ ] automate bew formula...

Chores

maybe it worth time to create github action for deadlinks?

Feature Request

While parsing habr got few links from script field. - Cutout script, code, textaea, style before runing parser.

Bug

need it.

Feature Request

This is draft of idea to have localization checked. Idea come true after founds at kubernetes.io ```bash deadlinks kubernetes.io/ko -n10 -s ignored | \ grep kubernetes.io/docs | \ awk '{print...

Feature Request

Pros: - It's sitemap full of URLs. Cons: - will require a better mechanism of starting URL for the app.

Feature Request

Current State * `PatternNameWithDone(done, ...)` * `PatternNameWithContext(ctx, ...)` ~~Maybe Option 1 - generic~~ > Impossible because we can't union interfaces and types * ~~`PatternName(Cancelable, ...) (chan T, error)` where Cancelable...

Implement waitable workerpool. ```go wp := harmony.WorkerPoolWithContext(ctx, ch, 10, func(n uint64) { if !isPrime(n) { return } primesCh