Alex Booker

Results 22 comments of Alex Booker

I came here to request the same thing :+1: I like me some double quotes but all these snippets use single quotes which causes my linter to moan!

@lanoxx Please do!

@mozfreddyb, Are you sure? I cannot find _any_ Node modules for Argon2, let alone a one that is tried and true like [**node.bcrypt.js**](https://github.com/ncb000gt/node.bcrypt.js/).

@mjhea0 I could never find a solution - I ended up writing my migrations by hand. It's not ideal but it's not so bad either.

I don't have time to look into it right this minute, but I seem to remember that [sequelize-cmd](https://github.com/origin1tech/sequelize-cmd) has some command-line arguments for defining additional model attributes. Maybe it'll provide...

Hey @smblee, thanks for sharing. I shared this internally to bring some attention to it. As I mentioned on X, I hope someone knows the answer quick. If not, they...

Hello, I am working on a tutorial I'm aiming to publish this week and keep getting this error. Can it safely be ignored or am I doing something wrong?

For the benefit of anyone else with this issue, I am including my solution below, which is to turn `ssr` off for the component. Team Ably, I'm not a React...

Ah, interesting! You're right, something like this works well: ``` const client = new Ably.Realtime({ authUrl: '/api/ably', autoConnect: typeof window !== 'undefined' }) ```