Bill Matlock

Results 4 comments of 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...