Damir Vandic

Results 82 comments of Damir Vandic

Sure, no problem. Let's say I have `/assets/*` (css, images, etc.), `/uploads/*` (files uploaded by users) and `/api/*`. For the `/assets/*` group I don't care so much, because requests to...

Ah just to make sure I understand: I would use a 404 handler that only sets status code to 404 and then use (as last) a middleware on each group...

I encountered this issue as well: an upload form event was going to the liveview instead of the component. A workaround until this is fixed is to explicitly set the...

> I was drawn there though because it is the only place where we set `PHX_HAS_FOCUSED` to `true`, and if I'm reading it right, it will only occur if there...

@chrismccord I have found out what is causing this problem: Mac OS seems to be killing the binary after you update the version. This has to do with the signature...

> @chrismccord I have found out what is causing this problem: Mac OS seems to be killing the binary after you update the version. This has to do with the...

Is this something that is blocking the 0.18 release or will it be released afterwards?

I think having a warning and not generating any files is fine.