-
Dependent on: https://github.com/microsoft/typespec/issues/1710
- [ ] Support 'csv', 'tsv', 'ssv', 'pipes', 'multi' formats for `@query` and `@header`
- [ ] Add tests including each format
-
We're experiencing a change in behavior regarding path variable expansion.
Consider the following Java code and output:
```java
public static void main(String[] args) {
Link l = Link.o…
-
We are using Wordpress + SiteHealth plugin and got an error in one of SiteHealth checks
```
Fatal error: Uncaught Error: Undefined class constant 'RETRY_HEADER_KEY'
in /workspace/vendor/google/cl…
-
I'm running into an issue with the spec.
https://github.com/swagger-api/validator-badge/issues/73
It seems that template paths are not allowed in the tokenUrl parameter of security definitions.
my …
-
Is there any plan to had [Linked Data Fragments](http://linkeddatafragments.org/) client?
-
The following will throw a `Malformed template` error:
```c#
var apiBase = "https://azure.search.windows.net/";
var apiPath = "{componentName}/{itemName}{?api-version}";
var template = new UriTe…
-
There is a standard for URI templates which can potentially replace our current `url_format_string`s.
We are looking for a Python implementation that allows us to validate the URI template, list th…
-
Target date: mid february 2024
Wanted:
- [x] python-3.12.2 with torch and numba
- [x] Operation Research packages refresh
- [x] a big clean-up in packages that still don't have a windows/3.12 wh…
-
Create a URI encoder and decoder that works with Codable types.
More details in this comment: https://github.com/apple/swift-openapi-generator/issues/182#issuecomment-1675870562
-
The official JSON API Schema (as described at http://jsonapi.org/schema) explicitly expects the ID field to be sent by clients when creating new resources. This conflicts with the following example (p…