speed
Here are 333 public repositories matching this topic...
Feedback from @surma:
I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.
So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b
-
Updated
Sep 25, 2020 - PHP
You have already researched for similiar issues?
Yes, and mine is somewhat similar to this one : fastify/fast-json-stringify#175
What are you trying to achieve or the steps to reproduce?
Context:
I am using fastify with default options.
I am using a schema to validate and serialize the output of my API endpoint.
This schema includes a oneOf betwe
Runkit Example
-
Updated
Oct 24, 2020 - Pascal
-
Updated
Oct 18, 2020
-
Updated
Oct 19, 2020 - Python
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jun 7, 2019 - Go
-
Updated
Feb 3, 2019 - JavaScript
-
Updated
Sep 30, 2020 - C#
-
Updated
Oct 22, 2020 - Ruby
-
Updated
Oct 22, 2020
-
Updated
Sep 11, 2020 - Shell
-
Updated
Feb 24, 2019 - C++
-
Updated
Aug 19, 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