Sindre Røkenes Myren

Results 196 comments of Sindre Røkenes Myren

We are using: ``` github.com/semrush/zenrpc/v2 v2.1.0 h1:a6jKcimSTS2u/FkAg8qXkAcplBC9vEAInl7aQY47u7g= github.com/semrush/zenrpc/v2 v2.1.0/go.mod h1:+o94fyVC+TvYuT5ULLyBmql+ezicEFKtsieIXSeWBqg= ``` Macbook Pro with SSD and CPU: ``` % sysctl -n machdep.cpu.brand_string Intel(R) Core(TM) i7-6567U CPU @ 3.30GHz ``` Generating...

Hi, sorry for the late reply. Unfortunately we do not have a reproduce code we can share for the 15 services example. At the moment, I also do not have...

FYI, we do got a work-around that we find acceptable, which is to define a new language on the fly, with each function added tot the language only if there...

I haven't tried to implement authentication/authorization with rest-layer yet, but I would agree with @ei-grad that the example is confusing. I will just copy in some code, so that I...

Does it makes sense if the example is changed so that the schema hook is the only hook responsible for populating the field if it's not set, and that the...

I have actually gotten to think about this a bit more. Quote from [RFC7240](https://tools.ietf.org/html/rfc7240#page-8): > The determination of what constitutes an appropriate minimal response is solely at the discretion of...

I get the use-case, but I am not sure we should prioritize it, and if we do, not considering _field-selection_ doesn't really give a _accurate_ solution. > I don't think...

Good point. The RFC states the following: > Typically, such responses would utilize the 204 (No Content) status, but other codes MAY be used as appropriate, such as a 200...

@Dragomir-Ivanov, have you heard about anyone using `Prefer return=minimal` in the way you propose? The solution code looks interesting, but I am still not convinced about the use-case. I still...

Maybe we should just try your solution, and get a feel for how it works in practice. Would you be willing to try it out before we do a PR,...