Trending repository
-
Updated
Apr 3, 2022 - Python
Ludum Dare is an online event where games are made from scratch in a weekend. It’s the perfect excuse to build your first game or experiment with a new language / game engine.
Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.
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.
Repography allows you to create graphical dashboards you can embed in your README.md, and also to turn your project into a beautiful data visualization posters for your home or office.
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.