Timon Stampfli

Results 7 issues of Timon Stampfli

*Issue #, if available:* *Description of changes:* Adding support for the `--detect-cfn-lint` argument. This only lints files which contain the string `AWSTemplateFormatVersion`. After some internal tests, this check neither excludes...

*Issue #, if available:* *Description of changes:* Adjust the cli info string and the Readme to contain the actual behaviour and additionally the recommended usage of the `--ignore-bad-template` flag By...

### The purpose and use-cases of the new component The DNS query receiver is used to collect latency and error metrics about a DNS server. This receiver doesn't ingest observability...

Sponsor Needed

When loading any MIBs with this library, it's global state is modified. From what I understand, there is no (reasonable) way to have two different Gosmi instances which have the...

fixes https://github.com/sqlc-dev/sqlc/issues/4052 The generated QueryParams struct for the example from the issue is indeed: ```go type SearchFoodParams struct { Food string FoodType *FoodType } ``` I wrote [a minimal example](https://github.com/stampflit/sqlc-minimal-repro-playground)...

:wrench: golang
size:XS

This function looks up a node by oid and also returns the part of the oid that have not been used to look up the node. The usecase for this...

There are multiple types in the `models` package such as `TableNode`. There is no function that can be used to obtain them as far as I can see. `TableNode` looks...