jacksonmowry

Results 5 comments of jacksonmowry

It looks like the error has since been updated to now say `error: can only insert variables`, where the datatype of `tasks_model[0]` is an expression. Should the orm support inserting...

Oh no, I was just working through some of the issues in the backlog seeing which ones we can close. It looks likes the original error you had has at...

I would like to work on this. According to the path parsing code in vweb/parse.v paths are converted to lower case for case-insensitive comparisons. So when getting the path from...

```v module main import vweb struct App { vweb.Context } fn main() { mut app := &App{} vweb.run(app, 8080) } ['/Index'] pub fn (mut app App) index() vweb.Result { return...

I am unable to reproduce this on RHEL 7 through distrobox, but adding the -lm flag probably wouldn't hurt to improve compatibility.