Alexander S.

Results 60 comments of Alexander S.

Interestingly, if setting `chromium.setGraphicsMode = true;` in 112.02, it then freezes 😀 So this setup only works with Node 18 and with graphics mode disabled: ```json { "dependencies": { "puppeteer-core":...

Another problem with truncation, while I understand the reason on large objects such as `Array` or `Hash`, doing this on AR instances like this ``` 2.7.6 :006 > site =...

Indeed, we use this approach often but in this case, the lock will interfere with other processes and impact the performance. Plus locks are available within transactions, which brings other...

Received this same error in our Chrome extension. Also solved my manually triggering the blur.

We had the same issue with the `cypress-teamcity-reporter`. The problem was resolved by adding that package to `nohoist` array of the global `package.json`: ```json { "workspaces": { "packages": [ "packages/*"...

For those having issues with dbus (dbus not started), follow this guide here https://formulae.brew.sh/formula/dbus ``` To load dbus at startup... ``` With that differences: 1. Don't use `sudo`. 2. The...

My findings: 1. Use `authorized?` instead of `can?`, which uses the proper ability class. 2. Use `accessible_by` instead of `batch_action_collection `. Here's a working example ```ruby batch_action :publish, confirm: "Are...

There might be a parsing error, too. But the error itself doesn't tell us any details, and after examining multiple examples of the failed to parse bodies, they all appeared...

It seems OOBE\BYPASSNRO no longer exists.

@oranagra any chance to have this merged?