Mark

Results 45 issues of Mark

This is more of a question rather than an "issue". But let's say I'm using the following to retrieve a `job` object from a build that has failed: ```js const...

We've made some small fixes in master that we should release with a new version. However, there are refactor commits on master that we don't want to be released. So...

After being routed to a component using a nested path (e.g. `/path/to/my/first/route`), clicking on a link with a hash ```html hashed link ``` Should scroll to the element with the...

bug

Vertical scroll is nice but what about horizontal scroll?

enhancement

Support `block` and `inline` as per spec's [`ScrollIntoViewOptions`](https://drafts.csswg.org/cssom-view/#dictdef-scrollintoviewoptions) ```js scrollIntoView(element, {block: "end", inline: "nearest"}); ```

Adds support for more events, per [MediaEvents](https://html.spec.whatwg.org/multipage/media.html#mediaevents) specification. [x] `seeking` [x] `ended` Also will be writing tests...

enhancement

This is more of a question than an issue. But it is very odd. There have been multiple times where I've mentioned something only in a text message in this...

Hello! Love bulldozer but having some trouble understanding something: Bulldozer seems to not wait for non-required checks to finish before merging. But the docs says that bulldozer will: > Wait...

## Issue report Operating system: Ubuntu 21.10 App version: 2021.6 ### Issue description While having MullvadVPN client on, logging out and logging in to another user does not disconnect the...

bug
Desktop frontend

When a project is set to be an [ES module](https://nodejs.org/docs/latest-v16.x/api/esm.html) (by setting `type` to `module` in package.json), adding a migration file that ends in `.js` extension in the migrations directory...

c: bug
has workaround
help wanted
p: 2-high
s: accepted
s: awaiting more info