Ján Neščivera
Ján Neščivera
hmm, I dont see any banner (on that site or on root page) still havinng the .scss included in the package would make styling a lot easier and the scss...
ok, I opened the page in incognito and now i saw a small message in the corner about doc being for v0.11, but once you close it you never see...
it makes integration in projects that already use sass more inlined, you can go sass all the way it also allows to define your own series naming (and their corresponing...
isn't that exactly what rfc 8707 says that `resource` parameter should be used for? the resource server should always check the `aud` claim (intended audience) of a token to check...
I might be reading it wrong, but I dont see anywhere in the specification that `resource` should indicate a "sub-resource" within a resource server; quoting from spec: > When the...
My intention is not to replace `audience` parameter as that would be a breaking change to many clients. Instead I would like the `resource` parameter to be added (perhaps as...
I found out that what I want is achievable by specifying empty format on `CarSize` property: ```csharp public class InfoDto { public string Name { get; set; } [Query(Format =...
I just noticed that the above trick does not work if instead of DTO class the method consumes the values as individual arguments aka. if I change the method signature...
the latest version `3.0.0-beta.0` work fine with angular 11
bump to keep this from closing by stale-bot