Dan Grebb

Results 32 comments of Dan Grebb

I couldn't find a way to "assign" spaces on creation, but have resolved to moving them thereafter `yabai -m space 1 --display 2` etc. This is [covered in the docs](https://github.com/koekeishiya/yabai/wiki/Commands#move-spaces)....

@weeebdev this has been working for me a few months now — beware display order in the `setup_space()` function. Expand `_spaces.sh` ```bash #!/bin/bash # Space Mapper setup_space() { local idx="$1"...

@JPustkuchen thanks for putting together such a fantastic collection of details to start :) @rynodivino, @fastfedora yay for healthy discussion in a good direction! @janwagner, @AloisSeckar, @JPustkuchen, @garris Request For...

This is all CSP — no CORS issues. tl;dr — this came up for me the other day, and I'm working out a solution (and pull-request). I think the quick...

FWIW — there's some good history in this thread: [Page with CSP breaks puppeteer](https://github.com/puppeteer/puppeteer/issues/1229#issuecomment-380133332)

This worked for me in Playwright: ### `engine_scripts/playwright/onReadyCustom.js` ```javascript module.exports = async ( page, scenario, viewport, isReference, browserContext ) => { console.log('SCENARIO > ' + scenario.label); await require('./clickAndHoverHelper')(page, scenario); await...

Not positive @cojaco @evilru if either of you are using Playwright, but I just added support in #1493. Logs can be seen via a link in the scenario details: ![image](https://github.com/garris/BackstopJS/assets/445891/b8eec4cb-6ed4-4595-9706-6ee94d02b17c)

Reconfirmed with 4.20.2 and reproduced with `npm`. Full commands and system details follow. But the same applied to me: 1. `npx create-strapi-app@latest strapi-app` FAIL 2. `cd strapi-app && npm install`...

@WBTMagnum try [http://localhost:3000/backstop_data/html_report/index.html?remote](http://localhost:3000/backstop_data/html_report/index.html?remote)

@mizlan check out #1891 — I think this is a bug. ~~See if you get "opacity-follows-mouse" by opening two windows of the same application. That appears to remain functioning as...