James Wainwright

Results 30 comments of James Wainwright

Just adding this here - I found that this package throws an error if I use the RN version `0.59.4-0.59.9` (tested on these versions and when I tried to build...

Has something like this been added yet? I can see this issue is still open 🤔 If someone can point me in the right direction, I'm happy to try add...

@mickhansen - I actually found out that you can use your attributes in such queries (having, etc...). Notice that I've put 'distance' in the brackets, sequelize just prints this out...

I was running a similar query (making calculation in attribute, named it distance), the only way to reference that value in my having: clause was to put single quotes around...

Hey @RJPearson94 i am curious how you architect your production infrastructure such that you can easily handle multi az & perhaps even multi region? Do you have any examples you...

I am picturing that you may have multiple "stacks", let's assume I have a stack for my business Acme which manages: - open next implementation - Aurora db - etc......

This clears things up. I wasn't even aware of nextjs having this feature to begin with!! Appreciate it.

I am also seeing this issue using the following version: ``` "dependencies": { "@heroicons/react": "2.2.0", "next": "^15.1.7", "nextra": "^4.2.11", "nextra-theme-blog": "^4.2.11", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "autoprefixer": "10.4.20",...

I had to `rm -rf ./node_modules && pnpm cache delete && pnpm install`