Trending repository
-
Updated
Apr 4, 2022 - Python
Gamedev.js Jam celebrates web games! Build an HTML5 game within 13 days of the jam on a given theme, have fun, and possibly win prizes.
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.
Is your feature request related to a problem? Please describe.
It's cumbersome to create the same step twice.
Describe the solution you'd like
Add a button to duplicate a step in the pipeline editor.
Ideas
We could combine this with some other ideas in a context menu (right click).
Credit to Serhii Ostapchuk for contributing this on Slack.
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
In grafana/mimir#790 we've removed
metric.Metricin favour ofmodel.Metric. The next step could be just moving tolabels.LabelsinMetricsForLabelMatchers()instead ofmodel.Metric. This could also save some memory allocations due to type casting.