Michael Siebert

Results 12 comments of Michael Siebert

shouldn't it be `https://github.com/timols/jenkins-gitlab-merge-request-builder-plugin`?

I also just stumbled over this problem when watching. My initial thought was that there is no SIGINT handler defined (Ctrl-C), but there is. Then I checked a bit more,...

Hey Russell, First of all: thanks for looking into that issue! I aggree with your thinking that one should be able to express friday the 13th, but the spec itself...

@flobz thanks for quickly fixing this. Would it be possible to also follow up with a new version of the home assistant add-on? Thanks!

the ? character is non-standard, but patches for all missing notations are welcome. parse-cron works for what i need, so i most likely won't implement anything else myself (until i...

Since it works for all my use cases, i wont add any more code / tests / fixes. you can fork, write a test, fix it, create a pull request...

same problem here. on my "main" repository, with 3 year's work, multiple remotes and some (~20) local branches, i'd have to wait like 1 minute for the repo to open

maybe the "problem" is that it loads all commits when in history view?

Since puma 3.0, there's [plugins](https://github.com/puma/puma/blob/master/docs/plugins.md) which can provide that hook. We might get this done with a simple plugin: ```ruby Puma::Plugin.create do def start require 'prometheus_exporter/instrumentation' PrometheusExporter::Instrumentation::Puma.start end end ```...