Amarjeet Singh Rai
Amarjeet Singh Rai
This would be great
Upvoting
Would be great if the load function supported an optional expiration
@renom if I use `yaml.Marshal(&base)` (goccy) `paths` are empty. If I do: ```go b, err := json.Marshal(&base) if err != nil { return fmt.Errorf("marshalling base: %w", err) } b, err...
I can't use a map, I'm trying to convert an openapi type struct. e.g. ```go // T is the root of an OpenAPI v3 document // See https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#openapi-object type T...
Any updates on this?
@Janso123 did you manage to solve it? I have the same issue
@AttilaTheFun @tonimelisma have you guys been able to build a static go binary with libvips? ``` /usr/local/go/pkg/tool/linux_arm64/link: running gcc failed: exit status 1 /usr/lib/gcc/aarch64-alpine-linux-musl/12.2.1/../../../../aarch64-alpine-linux-musl/bin/ld: cannot find -lvips: No such file...
I've been unable to get it to repeat headers, using v2.1 of this lib. Any update? This might be related: https://github.com/ariya/phantomjs/issues/13324 https://github.com/ariya/phantomjs/issues/13524
Any updates on this @ernado ?