Trending repository
-
Updated
Apr 2, 2022 - Go
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.
Open source projects built in or receiving significant contributions from Brazil :brazil:
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.
Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.
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.