Jason Dreyzehner

Results 129 comments of Jason Dreyzehner

@novemberborn I'd be happy to try! Though I'll need help with testing the feature. I tried hacking something together initially, but I probably need a better understanding of the codebase....

@au-phiware thanks for sharing! I opened a related issue here (trying to provide both Node.js and browser implementations): https://github.com/rollup/rollup/issues/1308 I'd love to know what you think.

Running into the same issue, though downgrading to v2 doesn't seem to resolve it in my repo. [This comment](https://github.com/actions/cache/issues/1271#issuecomment-1858666008) helped me realize that the resolved `path` is different between the...

I could keep waiting to merge this until I have time to fix the e2e testing infrastructure, but it may be months before I get back to focusing on `bitauth-ide`,...

Related: we should continue to show the stack visualization for internal evaluations even if their parent script is failing to compile. (Often, the internal evaluation being incorrect is the root...

Also related: there was a regression between https://github.com/bitauth/bitauth-ide/commit/1846ad107812280575c6df5a314d4a38ba543006 ([deployed](https://bitauthide-h89l600x5.now.sh/)) and https://github.com/bitauth/bitauth-ide/commit/cd8c0a0288068199921b143263792a43d83a31e8 ([deployed](https://bitauthide-6guaswi3q.vercel.app/)) in which spacers for lines ending inside internal evaluation are no longer nested within the spacers of the...

@bacongobbler it looks like you've been merging some PRs today – I think https://github.com/helm/helm/pull/9653 would solve this issue, would you mind taking a look? As silly as it seems, this...

@bacongobbler earlier mentioned: > I'm concerned about adding "yet another value merge strategy flag" to Helm [...] I stumbled across this nice resource today: https://shipmight.com/blog/understanding-helm-upgrade-reset-reuse-values (thanks @codeclown) It includes some...

This would really improve our workflow 👍 Tested, and PR works as expected. Is there any additional work or review which needs to be done before this can be merged?

Hey Jim, really fantastic work, thank you! 🚀 On first review the code and interface look great, and code/comment style is excellent! Did you consider turning `pbkdf2HmacSha256` and `pbkdf2HmacSha512` into...