mix irving
mix irving
Documented here : https://github.com/holepunchto/hyperdrive#const-cleared--await-driveclearpath-options
I saw something weird when I got to this step : https://github.com/keepassxreboot/keepassxc-browser/wiki/Troubleshooting-guide#3-check-if-keepassxc-proxy-is-launched-and-running ``` [pid 161801] openat(AT_FDCWD, "/home/username/snap/firefox/common/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 160464] openat(AT_FDCWD, "/usr/lib/mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json",...
Thanks for the pointer. I was using the Ubuntu package which I notice is behind a minor version. Shifted to snap _EDIT: Lol spoke too soon, browsers installed by snap...
Very good feedback.
Node 18 failed - didn't download the data needed. Re-running to see if it passes
WIP - closest I've got is that there is something going wrong in Node 18 CI around download of sets - it _seems_ like malformed sets are being saved e.g....
I have a bad feeling there is an intermitently failing test. Oh yeah its a pack making function - not all packs are unique cards for some sets. I started...
Ok my bad there were some linting things with semi-colons :vomiting_face: But we still have an intermittently failing test on Pool creation for some sets. It's in `master`
arg... no idea why this is failing... 
This is a nice simple example. It's not a test per-se (as in we wouldn't run it as part of automated tests) I wonder if it could be converted into...