Daniele Dellafiore

Results 21 comments of Daniele Dellafiore

It can't work as notify-send has a bug (or a feature...) to ignore --expire-time parameter See here: https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/390508 In fact, `man notify-send` reports that: ``` -t, --expire-time=TIME The duration, in...

https://gtk-rs.org already supports GTK-4

Created the issue on the Sublime eslint package repo as well: https://github.com/polygonplanet/sublime-text-eslint/issues/31

@r-nl I've found a workaround. I added as devDeps both the new and the old npm package :) Then just this in `.eslintrc` ```js extends: [ // ... all other...

> Try setting environment variable `PWTEST_WATCH=1` and running your tests. It'll engage a different version of the watch mode that should look more like the traditional jest one. Tell us...

Closed my duplicate bug, here's the test repo: https://github.com/ildella/jest-watch-failures-behavior and the config ``` npx: installed 1 in 0.522s System: OS: Linux 5.11 Ubuntu 20.04.2 LTS (Focal Fossa) CPU: (8) x64...

@bunnymatic yes that's also another issue. If a test is failing in some particular way, it won't rerun in "only-failure" mode. Classic example: an error in the test suite is...

Probably related: in this scenario one can clearly see that NodeRequirer see as valid (green) che second one, which is not the right way to import it - and also...

Hi... I see this only now :( I'll find time to provide the manual auth steps.