Reece Daniels

Results 83 comments of Reece Daniels

For additional context: During the `mocha` test suite, at the beginning I run `upAll`; two global hooks, one to `setup`, and the other to `teardown` at the end. The `upAll`...

I've added the code back into my README & i'll monitor. Seemed to work fine on the first load so I'll keep monitoring https://github.com/rubengmurray

Hi @LordDashMe, I'm not sure what it is, whether it's a regional thing, browser based thing, or something else, but if it's not cached when I visit that page, I...

@paragbaxi - I've gone through a few old PRs & merged them into this repo as version `2.0.0`. Are you still using this package?

@paragbaxi bump. Did you fix this in your fork / is this still an issue?

What Node version? Seems OK to me running a very simplified version on Node `10.22.0`. `keytar` is only used in the context of `darwin`/mac in the codebase so it's redundant...

From the documentation I can find, `optionalDependencies` - if for some reason they fail to install - do not block the overall install pipeline and `npm` will carry on as...

I've created a draft PR for this here https://github.com/bertrandom/chrome-cookies-secure/pull/44#issue-1240593161 which should do the trick.

Turns out moving at least one of these (`win-dpapi`) to `dependencies` completely breaks the install on macOS. `npm i` complains that the required dependency does not fit the platform. I've...