Alex
Alex
I sure am, just needed some time to sort out a few personal matters. Expect an update to the playlist in the upcoming week. Thanks for tuning in :smile:
I'm planning to overhaul this repo in the next few months. Not sure about the videos though. Busy now because of relocation, also got a few other projects in progress....
Hi @quarhodron, and sorry for a late reply. I didn't see much benefit for this repo in using Passport. Also, one thing I didn't approve of is how `deserializeUser` is...
@audiBookning Sounds interesting, I didn't think about it. I like `graphql-custom-types` but I'm not sure if it plays nicely with Apollo. I'd wait to see if this pattern gets a...
Great suggestions, @audiBookning! I was definitely going to use `helmet` and `csurf` for security. But as far as sessions go, I'd prefer to keep them server-side, so I'd use `express-session`...
I'd gladly pass props directly through `style`; however, it's not always that easy because some spinners have multiple levels of children. If those props gets assigned to each child `div`,...
We found that if you manually run `cd ./demo; git status; cd ..` from the terminal, then change the main function to ```js async function main () { const dir...
Something else I noticed is if I run `vim ./demo/int.json` and save it using `wq` (without any modification, just open and save) - then when I re-run `node index.js` with...
Tried `import 'moment-holiday'`, it seems to work sparingly, depending on the webpack config. Any clues?
@kgrosvenor Fork the `.min` file to your project then, so you can fix the `require`s there.