Gavin Carr
Gavin Carr
The error handling in `examples/main.go`, which seems to be the only (non-panic) example I can find, seems broken to me: ``` func main() { if _, err := parser.Parse(); err...
Hey @lupomontero, I'm enjoying using psl - thanks for your work on it! One extra I'd like is the ability to load the rules from an external data file rather...
Hi Jamis, I've got a use case in which I want to be able to run N commands in parallel on the same server, but that seems to be currently...
### Version 1.27.0 ### What happened? sqlc fails to parse [UPDATE statements](https://www.sqlite.org/lang_update.html#optional_limit_and_order_by_clauses) that include both RETURNING and ORDER BY / LIMIT clauses. ### Relevant log output ```shell line 53:13 no...
Hi Tyler, thanks for your work on this library! Would you consider it in-scope to include a function to generate a set of valid final checksum words given a partial...