dan
dan
Can second this, `parseReqBody` was causing CloudFront 403 issues for us, disabling did the trick 👍
for anyone interested in investigating further, have narrowed the issue down to this conditional: `express-http-proxy/app/steps/sendProxyRequest.js:40-68` might be the "proxyReq.end()" on 64 causing troubles
> Hi @booi, No I didn't resolve this issue. I already switched and now I'm using raycast(.com) very powerful, sleek and free. macOS only, and closed source, so more like...
@perry-mitchell @msarig shot in the dark here, but this 200 limit might line up with the # of entries that crashes the app if exceeded in a single vault: https://github.com/buttercup/buttercup-mobile/blob/56573db7388e3c8f8ec15c007d7ca367608802ce/source/compat/crypto.js#L14
TypeScript error when axios instance is created from an import that uses `axios >=1.6.0`'s ESM types
> Any chance there is some sort of workaround to make this work until this is merged in? @yourinium as @evelynhathaway said a dirty "any" cast will keep it compiling...
the VSC team have come out with a new standard for defining prompt rules (aka "code instructions"): https://code.visualstudio.com/docs/copilot/copilot-customization#_use-instruction-files there's a fair bit in the docs, but in it they propose...
> I would like to migrate the build rig to use the cross-browser extension framework https://crxjs.dev/guide/installation/create-crxjs at some point > > I leave it to your judgement about whether it's...
> A framework definitely seems like a good idea! I probably should've considered that lol. > > After a quick google I found wxt.dev, which supports more browsers than CRXJS...
hey all, happy to report the migration effort to wxt is mostly done and looking pretty darn good 🎉 everything lints, compiles, and statically looks more or less correct, but...