speed
Here are 372 public repositories matching this topic...
Describe the bug
The markup version of the readme that is displayed in the main page for this repo contains the following links:
Status code [404:NotFound] - Link: https://keyword-2-ecd7b.firebaseapp.com/
Status code [404:NotFound] - Link: https://github.com/GoogleChromeLabs/quicklink/blob/master/#custom-ignore-patterns
(The links in the readme’s markdown may appear different to the link
-
Updated
Feb 24, 2021 - PHP
🐛 Bug Report
oneOf/anyOf doesn't seem to work with objects.
To Reproduce
The following schema models a union type, i.e. in TypeScript terms:
type Foo = { foo: string, baz: string };
type Bar = { bar: string, baz: string };
type FooBar = Foo | Bar;const fastJson = require("fast-json-stringify");
const schemaFoo = {
properties: {
foo: { type: "st-
Updated
Mar 4, 2021 - Pascal
-
Updated
Mar 4, 2021
-
Updated
Feb 16, 2021
-
Updated
Feb 24, 2021 - Nim
-
Updated
Feb 5, 2021 - TypeScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jun 7, 2019 - Go
-
Updated
Feb 3, 2019 - JavaScript
-
Updated
Jan 30, 2021 - JavaScript
-
Updated
Feb 25, 2021 - Ruby
-
Updated
Jan 6, 2021 - C#
-
Updated
Jan 23, 2021 - Shell
-
Updated
Dec 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the speed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the speed topic, visit your repo's landing page and select "manage topics."
Could it be possible to support an optional case insentive option for query parameters? Adding the option
caseSensitive: falsedoes not seems to impact query parametersMotivation
For backward compatibilitites you sometime need to support multiple casing
Example
With that code