nulltoken

Results 105 comments of nulltoken

@philipbjorge Not a Json schema expert, however, I believe this cannot work because allOf expects all subschemas to be be valid. IOW, nullable_ref should first be an `object` before even...

@m-mohr Interesting! Few thoughts (and fair warning: I'm far from being a `discriminator` guru :wink:): - https://github.com/OAI/OpenAPI-Specification/blob/b748a884fa4571ffb6dd6ed9a4d20e38e41a878c/versions/3.0.3.md#discriminator-object doco _seems_ to describe usage of the discriminator as a way to pick...

@cijothomas Unfortunately, this doesn't seem to work in all cases. Running this code in our corporate environment raises a 407 error. ![image](https://user-images.githubusercontent.com/92363/58064918-3fee6b80-7b84-11e9-8c82-3b03cd47d426.png) In our case, to make this pass, we...

> I do know C, but I don't know either the libgit codebase or the git codebase. Hey, that's great! We would be very pleased to help you work on...

Hmmm. Your approach looks sane. @carlosmn does the **[progress callback](https://github.com/libgit2/libgit2/blob/2d9291943c253e9e1520f87b13abb1e81cffdb29/include/git2/remote.h#L455-L460)** is also leveraged by push()? I can find traces in the smart protocol implementation, but I've never tested it.

@hectorhdzg We've just discovered that we've got "reproducible" duplicates. Would you be interested in taking a peek, we'd be happy to setup a screen share.

@hectorhdzg Just confirmed that the change fixed our duplicate issue as well. Tons of thanks ! :heart:

@Tratcher Thanks a lot for your feedback. >For path based routing we're limited to what's available in ASP.NET Core Routing As I was having a little bit of spare time...

>> How would you feel about exposing this tweak as a parameter rather than relying on an environment variable? This would definitely be a better fit. >> >>Something like ‘--issuer-url´...

@GOODLLEE As stated in the README, StackOverflow would be a far better fit for this. ![image](https://user-images.githubusercontent.com/92363/204858580-f46d5728-d804-42a4-972f-f25adddb8806.png)