Ian Denhardt

Results 430 comments of Ian Denhardt

My inclination is to make the switch without adding a bunch of knobs or complex logic, and if problems arise deal with them then.

Are you sure you're building the latest master? We were seeing this in CI, but #3576 and #3588 (merged less than a week ago) should have fixed it. Note that...

Hm. What happens if you run `./find-meteor-dev-bundle.sh`? It should print out a path to the meteor dev bundle, with node.h found under include/node within that. Quoting Cat Lee Ball (2021-11-28...

I am always in favor of making the build system more robust if it's easy enough, though I can't say I'm likely to prioritize hunting this down in the immediate...

I tried just patching out the bit at the beginning that upgrades a demo account, and instead logs in to a fresh dev account: ```diff diff --git a/tests/tests/account.js b/tests/tests/account.js index...

Re: stack traces, looking a bit more carefully, I noticed the number of actual function names that end up in the output does match the number of addresses I pass...

Is there any work on this actually happening? With the fingerprint-as-identity solution, I'm envisioning part of a sign-in page that looks something like: > Please run the command: > >...

Ok, yeah, wow. My immediate thought is "how many developers can I find in the wild who sign packages, git tags and emails with the same key?" "You need to...

Maybe the thing to do is just document that pitfall right on the login page itself; might actually raise some awareness of the issue. Perhaps as a mitigating measure we...

Question: How do email notifications work with github login? Observation: what you propose is basically just the existing email login except that the token emails are encrypted. I don't know...