Hibariya
Hibariya
https://wiki.jenkins.io/display/JENKINS/Notification+Plugin
from: https://github.com/idobata/idobata-hooks/pull/80#discussion_r120040854 IMO the template is valid Haml. But `yarn run prepublish` fails. ``` ➤ cat lib/hooks/docker-hub/help.html.haml %dl %dt Usage %dd See Webhooks for automated builds | Docker Documentation. ➤...
https://developer.github.com/v3/activity/events/types/#projectevent https://developer.github.com/v3/activity/events/types/#projectcolumnevent https://developer.github.com/v3/activity/events/types/#projectcardevent
- Added an explicit `require 'logger'` to fix errors ([like this](https://github.com/esminc/activejob-google_cloud_tasks-http/actions/runs/14393570765/job/40365190233?pr=18)) in some older versions of ActiveJob - Added *a bit* older Ruby and ActiveJob to the test matrix -...
Fixes https://github.com/esminc/activejob-google_cloud_tasks-http/issues/15 As @koic suggested in the issue, I removed the fixed version parameter since it's doesn't make sense today and hard to maintain. I also confirmed enqueue is working...
Talked w/ @koic at RubyKaigi 2025. Since I'm no longer working for ESM while mostly I'm the maintainer of this repo, we concluded that it's more convenient for us if...
Hello. I added a new method `ReverseCoverage::Main.load_results`. This allows us to load multiple coverage result YAML files into the `@coverage_matrix`. This feature should be useful when running tests in parallel....