Nico Braun

Results 70 comments of Nico Braun

I think returning makes also sense when dealing with default values and partial updates. For example you have a http patch request handler. The user sends only 1 column to...

Sections would be amazing. Preferable via tag to allow the user grouping themselves like @j-buczak suggests. The suggestion from OP is not optimal IMO, especially stripping the prefix. In the...

I did not miss it. That is exactly what I am referring to when I say > how this can be used in a real scenario rather than dispatching a...

I have a local script file that I want to import but I am getting the same error. I am not sure why it must be so difficult to import...

Hi, thanks for getting back. I just checked with v4.10.2, and it's the same.

@skabbes, I experimented with the JSON output. I think there are a couple infos missing in the generated json: - primary key indicatior - unique inidicator - foreign key contraints...

Hi @apparentlymart, fair enough. That's a good point. I just got swindled by another *decoder* that does exactly this: https://github.com/BurntSushi/toml/blob/573cad4c890c637c476cf9a795bfeef22cd04aab/decode.go#L141

how can terraform decode the terraform files? The structure is not known upfront so they cant create structs. I also want to parse a user provided hcl file where I...

Thanks ,@apparentlymart, I as a user can decide in which TF file I put which blocks, or not? I can make one full of variables and another one containing a...

I assume helm is only imported to get its funcmap. This also means you have to go with the version of sprig helm is using.