Todd Davis

Results 8 comments of Todd Davis

- MariaDB is a fork of MySQL, so it should be the same - Amazon Redshift is based on PostgreSQL, so it should be the same - Snowflake has UDFs...

The stored procedures and functions do appear now, but the presentation only works for very simple procedures. Here's what one of my current databases looks like. ## Stored procedures and...

Thank you for looking into it. Here's an example .md and the corresponding pdf. [DevReport_0611.md](https://github.com/stephenafamo/goldmark-pdf/files/6671442/DevReport_0611.md) [rpt.pdf](https://github.com/stephenafamo/goldmark-pdf/files/6671443/rpt.pdf)

I for one would like to see this reconsidered. Getting my developers to create and update documentation pages is enough of a struggle, but getting the navigation updated is even...

@maciejmatczak when you say `mkdocs-source.yml` I'm assuming you mean the `mkdocs.yml` in the source repos (since I don't see mkdocs-source.yml referenced anywhere in the docs). What you propose is an...

I've been attempting to use the lgtm-distributed chart to get everything running on AKS. The installation goes fine and everything is up and running. Where I'm having trouble is getting...

@Nikhil-Devisetti I created a values file from https://github.com/grafana/helm-charts/blob/main/charts/lgtm-distributed/values.yaml and installed by calling helm with `-f values.yml`. My values configures Azure blob storage as the backend and uses OAuth for authentication....

@fenollp I just realized there's another schema object that is missing from the above code, and that is the `Trunkgroup`, which is where the oneOf occurs: ```yaml Trunkgroup: oneOf: -...