Robert Koch

Results 18 comments of Robert Koch

I've just had a similar issue with @vercel/og using edge functions. ``` RuntimeError: unreachable at (wasm://wasm/005420d6:1:1228433) at (wasm://wasm/005420d6:1:757213) at (wasm://wasm/005420d6:1:160563) at (wasm://wasm/005420d6:1:41072) at (wasm://wasm/005420d6:1:845084) at (wasm://wasm/005420d6:1:41479) at (wasm://wasm/005420d6:1:845084) at (wasm://wasm/005420d6:1:40925)...

~~For vibrancy on macos you need to have no background color in the div. Maybe double check that your div is transparent?~~ Nope, I get the above as well.

FWIW anybody who is trying to get unauthenticated identity pool access to use with an external provider if you enable `allowGuestAccess: true` in the amplify config `fetchAuthSession` will automatically return...

FWIW I've been able to solve this in testing bu adding the library to a client side component like below ```tsx "use client" export default function SMButton({ sm }: {...

Legit forgot about this. @gksander anything I can do to close this out? edit: I've just fixed the merge conflict.

That's a good idea @andywer, I'm not an expert with webpack so I've been troubleshooting the old fashioned way by commenting out lines. I've found that it seems to be...

So I've just made a small plugin for next to add this plugin to webpack (God help us). [link here](https://github.com/kochie/next-plugin-threads). Surprise, surprise, it doesn't work but at least it errors...

Hi all, I've forked the project and created a compatibility layer for go sdk v2. You can check it out [here](https://github.com/kochie/aws-dax-go). I've currently only written support for `query` and `putItem`....