Alexander Hoekje List

Results 5 comments of Alexander Hoekje List

Also if you never activate Windows, GitHub desktop always pops-up in the Edge browser, which might not be where you've signed-in to GitHub.

I'm also confused by this. When are you emitting these warnings? I added getSession to every call in middleware per @adamjmcgrath 's advice and I'm still getting it: https://github.com/auth0/nextjs-auth0/issues/1552#issuecomment-1808521687

Also, my recent PR applies to this issue https://github.com/auth0/nextjs-auth0/pull/1750

Well, if I'm wanting to do async file-io, parse a .md file into html elements and include them in the dom, async rendering might be useful. However, it's important to...

In the future, we might enjoy a plugin that allowed async data to be populated down an already-rendered template via socket-io. Meteor seems to be doing it.