Pavel 'Strajk' Dolecek
Pavel 'Strajk' Dolecek
## Motivation We would prefer displaying MRs & Issues in plain data table with features like sorting, filtering... How listing looks now: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests How smart table could look: https://akveo.github.io/ng2-smart-table/#/
## Motivation Prevent merging by accident
I am really interested in results! :)
Hey, first of all, thx for amazing work on this plugin π Cypress changed `before:browser:launch` hook in v4, this will make it work https://github.com/cypress-io/cypress/pull/6293
π¨ π¨ π¨ I admit that I'm not sure this is correct, but it works for me π¨ π¨ π¨ 
#### What? When passing `Error` through Message Passing, they become empty objects #### Why? Messages are serialized and deserialized, and errors by default serialize to empty objects. #### Demo In...
something like π©πΆππ€ should do the job!
Makes in harder to tell if u have max model πΈ enabled or not
## Summary Adds a `mouseModifiers` parameter to the `setupLocatorUI()` function, allowing users to configure custom keyboard shortcuts when using Locator without the browser extension. ## Changes - Added `mouseModifiers?: string`...
TLDR: ``` npm install locatorjs-nextjs-experimental --save-dev import type { NextConfig } from 'next' const nextConfig: NextConfig = { turbopack: { rules: locatorJSPlugin.turbopack(), ``` ## Summary This PR adds full support...