dfilipovic39

Results 4 issues of dfilipovic39

Hi, there seems to be a problem when you modify go code, and makefile tries to rebuild server. If there is any compile time error the makefile recipe crashes. Possible...

enhancement

I wonder why is date/date-time input a simple text input? Shouldn't it be a proper input type so the browser can handle the input format? Aside from that what would...

The issue https://github.com/labstack/echo/issues/1127 made a good point about sessions. Why not update session package using 'Before' callback: https://sourcegraph.com/github.com/labstack/echo/-/blob/response.go#L40 so the session writes automatically?

hi, could it be possible to add support for watching other file extensions other than *.go? i have for instance HTML templates that are read at application startup and i...