Blake Williams

Results 54 comments of Blake Williams

I agree with @krzkrzkrz, _csrf_token shouldn't be regenerated or should at least have an option to persist it.

It's been forever since I've used Sorcery in a project, but I hit some issue where it wiping out all parts of the session caused some crazy bugs. It was...

I ran into this issue again and was hoping that there was an easy way to get parcel to bundle into a single file. Sadly, I don't think that's the...

@jlfwong I totally understand, 400kb is a lot. 😄 I took another peek last night and got this working last night by adding conditionals that require the file via `require`...

The inconsistency of it from the rest of the app just makes it not feel as polished as it could be is all.

I personally lean towards no, but I don't feel super strongly about it.

Not documentation, but the best place to look at the moment is `web/views/api` for what payloads will return, and `web/router.ex` to see the routes. If you want to jump into...

Super excited to see TSX on this list! Really looking forward to trying it. :)

Nice! Really excited to start using this soon. I have a few snippets of JSX that I know other syntaxes have trouble with. Mostly around JSX inside of `{}` and...

@casperisfine 👋 I was looking at this the other day (sorry for the late reply btw) and ended up pairing with @camertron on a ViewComponent change that led us down...