-
https://github.com/prometheus/alertmanager/blob/58169c14126074bf45cce3e168641ede9eb23e47/config/config.go#L268
While working on an AST parser for Alertmanager to generate a Jsonnet library, I notic…
-
So currently if you want to do type introspection, you use the std::type_name::get() function to get a TypeName, then convert it into a string, and then parse that string to the type-name up into one …
-
When changes are made to struct fields(added/removed/**reordered**) in Go code, the order of fields is preserved in marshalled content. This causes issues when we want to compare marshalled content, f…
-
The change at https://code.google.com/p/go/source/detail?r=dfa149f4c2fc&repo=tools
may need to be updated after issue #7363 is resolved.
Marking Go1.4 to match issue #7363.
-
Introduced in #35, aeson allows for different encoding styles. We should support then for the languages where it makes sense. The styles are documented [here](https://hackage.haskell.org/package/aeson…
-
How can this be done? Is there anything we can steal from kubernetes? Is there a golang way of generating documentation from code like Python docstrings? Can we use godoc?
-
Has there been a discussion in `openapi3gen` to use comment markers instead of/ in addition to the struct tags for schema generation? An example of this approach is seen in kubebuilder (https://kubebu…
-
Repro steps:
- install pkl-gen-go's latest version
- `pkl-gen-go --version` shows `0.5.3`
- craft a `generator-settings.pkl` with the folllowing content
```
structTags {
["yaml"] = "%{name},…
-
Repro steps:
- install pkl-gen-go's latest version
- `pkl-gen-go --version` shows `0.5.3`
- craft a `generator-settings.pkl` with the folllowing content
```
structTags {
["yaml"] = "%{name},…
-
Description for the issue.
When publishing to Connect on a build prior to 2023.05.0, this error is thrown:
```
level=error msg="Internal Server Error: unexpected response from the server: 400 on …