Jacob Rask
Jacob Rask
Would be very useful for libraries that accept media query features. https://developer.mozilla.org/en-US/docs/Web/CSS/@media#Media_features
## Is your feature request related to a problem? Please describe. Would a plugin to use Github Artifacts for storage instead of external services make sense? ## Describe the solution...
## What does this change? Allows setting a branch name in the config, enabling something like ``` "reg-notify-github-plugin": { "branchName": "$GIT_BRANCH_NAME" } ``` This enables a GitHub workflow where there...
Returns the current fullscreen state, and a toggle function if fullscreen is available and enabled in the browser. ``` import { useEffect, useState } from 'react'; const doc = document;...
I want to replace the context menu with something more touch-friendly and better looking. I made a very rough draft with what I'm suggesting. Please ignore the work in progress...
If there is a way to translage e.g. the `title` of a `` with react-globalize it would be helpful if that was documented. If you're expected to fall back to...
I wanted to do something about the topbar design, one thing led to another, and I ended up with some more concept sketches and suggestions. I think that some important...
When displaying review descriptions in the new frontend without ``, I've noticed that people already use basic formatting in descriptions, like lists. The same syntax for bulleted and ordered lists...
Either `/commits/COMMIT_SHA1` or `/commits?sha1=COMMIT_SHA1` without the `repository` query being required.
It should work like the `describe` method on the `Repository` class, so given a commit SHA-1 sum and a repository ID, look for suitable tags and significant branches. Perhaps it...