Bill Matlock

Results 7 issues of Bill Matlock

Hello, Having some difficulty getting imagetools to resize properly in dev mode. Works fine in prod mode (`npm run build`). At first I thought it may be browser caching, but...

Example: $expression = '.35 + .65'; $ast = $compiler->parse($expression); echo $visitor->visit($ast); Result: Uncaught Hoa\Compiler\Exception\UnrecognizedToken, code: 0 Message: Unrecognized token "." at line 1 and column 1: .35 + .65 ↑...

enhancement
in progress
difficulty: medium

I love your utility! I stumbled on this today, not sure if it is by design or not, but if you are building your tree from 'nodeInnerHTML' property, and you...

Love the tool! However, with large datasets, it becomes rather time consuming to discover a typo in a column name after several minutes of running, especially if it is towards...

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

unverified

`func (e *Email) msgHeaders()` is missing Bcc support so if creating email using `Bytes()`, `Bcc` values will be omitted. The workaround is to manually set the header.

We use vendoring. It would great if `templ generate` could have an exclude argument so we could ignore that directory.