Bill Matlock
Bill Matlock
Hi. The problem I'm having is that I am using your library (which I love, btw) to safely parse expressions entered by end users so I have no real control...
For now, I'm passing user entered expressions to the following function to "clean" them first. So far, so good, but I'm guessing you would have better ways of achieving this...
I just experienced a similar problem. I set up a `finished_jobs_log` table and tweaked it a bit. However, my INSERT query in `finishedJobsLog` introduced an SQL error, so the `j.tx.Commit()`...
I just wanted to add that I too am experiencing the same problem in a form dialog - when only 1 field passes validation, the confirm button is enabled. `fyne.io/fyne/v2...
It's causing errors for me and I can't use the --watch flag because of it. ```json { "Status": "internal server error", "Message": "templ: failed to get watched strings for \"/Users/me/projects/my/project/vendor/github.com/indaco/goaster/components/css/colors_templ.go\":...
Well looky there..... That error message `templ: failed to get watched strings for` comes from `runtime.WriteString()` Is is possible that templ is still trying to access to the vendor dir?...
Actually, goaster works fine when launching the server directly (go run .) so I don't think that's the issue.
I cloned the repo and removed the `name == "vendor"` and added logging. I expected to see `/vendor` get scanned but it didn't. In fact it wasn't even considered. I...