Todd Davis

Results 7 issues of Todd Davis

Add UDF and stored procedure documentation to the database. Some databases (eg. mysql) all a comment to `create procedure` that can be used. Others may need to look for comments...

enhancement
pull request wanted

### What happened `mssql: The function 'STRING_AGG' may not have a WITHIN GROUP clause.` ### What you expected to happened Document the database ### What stack trace or error message...

bug

I am attempting to test with a simple monorepo with two projects. A vue.js frontend and a golang backend. I've attempted to setup an action for each along with the...

type: docs
priority: p3

Since netbox 2.4+ adds tags to devices it would be helpful to have the inventory group by tags. This would allow tagging of servers by application / service which could...

If the cell contents are longer than the heading length of the column then the next column will overwrite the last part of the previous column. Column widths are determined...

bug

I'm trying to run validation tests against a spec that uses oneOf. I was getting this same error on the examples and wasn't sure what was going on, so I...

Changes the `include(...)` line to use `$IncludeConfig`. This eliminates the errors about include. eg. ``` action 'include' treated as ':omusrmsg:include' - please use ':omusrmsg:include' syntax instead, 'include' will not be...