Feiko Nanninga
Feiko Nanninga
Would it be helpful to monitor some values over time? Some of the values coming out of sysfs already, even? I am already collecting some stuff from bcachefs into a...
One example where this bug hits hard is a git-annex repo where not all files are locally available. Those files are then represented as dangling symlinks. Normally you could do...
std::mem::take() is only stable since Rust 1.40.0, so you might just have to get the currently newest stable Rust version. https://doc.rust-lang.org/std/mem/fn.take.html
Do i understand correctly that a resource with the requested label will be selected at random? In my use case, i have generic and specialized resources, and when a generic...
In a declarative pipeline, you can lock a single stage: ```groovy pipeline { agent any stages { stage('Task A') { steps { echo 'do sth for 27min' echo 'foo is...
Keep getting the same problem, though also sometimes with this error: ``` Detail: During secondary validation: DNS problem: SERVFAIL looking up CAA for www.example.com - the domain's nameservers may be...
@cmasterdelphi No problems, recent renewals have been fine.
This is caused by a 404 at `https://sponsor.ajay.app/database.db`, which has this message: > Sqlite database has been replaced with csv exports at https://sponsor.ajay.app/database. Sqlite exports might come back soon, but...
You can get rid of this error by setting `local_database = false` in the `sponsorblock.lua`.
Notably Gitlab community edition (the free self-hosted tier) also has this limitation. At my org we just do approvals on a trust basis (which gerritlab can't act upon).