-
I need to implement a router similar to this one, but with different path matching semantics. Is there any plan to abstract the core logic into an engine module that other implementations can use?
-
I wanna use that browser as my main browser but my ISP blocked many websites for this reason i use a kernel module like GoodbyeDPI. It needs dns over https for surfing on internet without restriction.…
ghost updated
11 months ago
-
It would be nice to be able to do something like this:
```csharp
private static readonly UriTemplate _activationTemplate = new UriTemplate("license/activate/{licenseKey}");
public async Task Acti…
-
As discussed in https://github.com/json-schema-org/json-schema-vocabularies/issues/35#issuecomment-767624829 , in a context of using JSON Schema in an OpenAPI definition, I suggested the possibility t…
-
Currently the types are using `JSONSchema4` as the type for `schema`, which means TypeScript won't let you pass objects of type `JSONSchema7` due to type differences.
Specifically, `exclusiveMaxim…
-
Hi!
We define our Spring MVC APIs with `@RequestParam Optional something`.
It looks like Feign doesn't handle it well and uses "toString()" version so that Spring fails to convert String -> Opti…
-
In versions of Feign before 10.x, if the URI template looked like http://base/action/{arg1}/{arg2}, and null was passed as the value to arg1, the URI
http://base/action/{arg1}/somevalue
would…
-
Originating from https://github.com/opengeospatial/ogcapi-records/issues/13, the following link schemas:
https://github.com/opengeospatial/ogcapi-common/blob/master/core/openapi/schemas/link.yaml
…
-
As part of migrating from `Microsoft.Azure.ActiveDirectory.GraphClient` to `Microsoft.Graph` due to the deprecation of the old package and endpoints, my project ended up depending on `Microsoft.Kiota.…
-
It's surprising that `template::Expand` isn't just `types::RiString`. It might make sense not to expand directly to a `RiString`, but having a conversion directly from `Expand` to `RiString` would be …