Manuel

Results 242 comments of Manuel

The value of the seconds part is way too high. The maximum allowed value of the Timestamp is `9999-12-31T23:59:59.999999999Z`, while your value would be somewhere in the year 54110. It...

We like the idea of defining custom template functions per project to allow reuse and plan to implement this in the future. Support for UUIDv4 will hopefully be added to...

Kreya 1.3.0 (released just now) ships the newest version of Scriban, which supports the `math.uuid` function: https://github.com/scriban/scriban/blob/master/doc/builtins.md#mathuuid

This is a bug in one of our dependencies, see https://github.com/protobuf-net/protobuf-net/issues/833. We have to wait until that bug is resolved. As a workaround, you could modify `proto/r4/core/datatypes.proto` by either removing...

Another workaround would be to use the new [filedescriptor set importer](https://kreya.app/docs/importers/#import-via-file-descriptor-sets)

Path variables can currently only be edited via URL, but we are currently working on improving this.

Thanks for your request, we plan to implement this and added it to our backlog.

We see the use case to automate this manual step. However, importing proto files from remote URLs can be quite difficult, especially when dealing with multiple proto files which may...

I cannot reproduce this: ![grafik](https://user-images.githubusercontent.com/8035999/157207275-11e157a5-957d-40a1-885a-3dbda70b16be.png) Could you try calling your API via `http://127.0.0.1:8080` and `http://[::1]:8080`? I suspect IPv6 issues when resolving `localhost`, where Kreya tries to connect to the "IPv6...

Ok, then that's the workaround for now... As for improving this, we are blocked until https://github.com/dotnet/runtime/issues/26177 has been implemented into the .NET "gRPC infrastructure" (mainly HttpClient/SocketsHttpHandler).