Alex Errant
Alex Errant
I'm on Windows but _not_ using wsl2 and got the same error. Running `serverless dynamodb start` in one terminal then `serverless offline` in another worked for me. No idea why.
@panzerdp did you ever find a solution to decorator pattern with DI containers in Javascript? I've looked at 5 different DI containers now, and all but one don't support it......
I build on this PR here https://github.com/nextauthjs/next-auth/pull/7234
https://github.com/natemoo-re/micromorph looks like a possible alternative. Also https://github.com/bigskysoftware/idiomorph or https://github.com/choojs/nanomorph
Looks like `getToken` on main no longer uses `process.env`
Perhaps out of scope and outside your comfort area, but I wonder if wasm offers any worthy advantage. Might be that the interop cost isn't worth it for like, 512...
Sorry for going further off-topic, but doesn't that argument also apply to minfied JS? Devs typically inspect source code, not compiled/transpiled output. Also, you don't have to ship opaque binaries...
Ah derp you're right. I got lost in Rust land for the past few days and lost (or gained) some brain cells. Now that I think about it... its kinda...
Firefox can do some basic edits to pdf https://www.mozilla.org/en-US/firefox/features/pdf-editor/ including * Add text * Add drawings (or your signature) * Add image
> I'd love to be able to configure that somehow after creating a self-signed, trusted certificate with mkcert locally for development. You mostly can. First, `mkcert -key-file key.pem -cert-file`. Then...