Ryan Block

Results 137 comments of Ryan Block

I think a friendlier solution would be to have options (i.e. `remove-script`, `remove-style`, default to `true` so as not to break anyone) that would allow these tags to simply be...

@olssonm your Node.js workflow is quite nice, and very tidy. Well done! 👏🏼👏🏼👏🏼

I also ran into this issue, but specifically because `pkg` mutates `child_process` calls, overwriting `node` with its own execution path: https://github.com/vercel/pkg/blob/main/prelude/bootstrap.js#L1874-L1894 (specifically L1880). Our app needs to execute Node, not...

I'd be fine with an env var or cli flag, whatever works for y'all.

@brianunlam that's a nice workaround, did the trick for me. It's super brittle for obvious reasons, @jesec @leerob any reason not to incorporate this into the `codesign` call permanently so...

To further @spencermountain’s point, the entire reason we created Spacetime at @smallwins was because date/time libraries with full historical databases were too large and slow and clunky. So this suggestion...

👋🏻 @scottcorgan is this package being maintained? Seems like maybe not. Would be happy to lend a hand if you'd like, I use this thing quite a bit in our...

I hate to be that guy but: we could no longer wait for a response that doesn’t seem to be coming, so we forked and (I hope) significantly improved upon...

Hey there, it's not something `sandbox` supports (yet). First I'll explain why, then maybe you can tell me a little more about how you think something like that ought to...