speed
Here are 331 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
🐛 Bug Report
When a null value is expected to be an array it throws TypeError: Cannot read property 'length' of null.
This looks very similar to: fastify/fast-json-stringify#218
I love fast-json-stringify and fastify. Thanks a lot!
To Reproduce
const fastJson = require('fast-json-stringify');
fastJson({
type: 'object',
properties: {-
Updated
Oct 10, 2020 - Pascal
-
Updated
Oct 13, 2020
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jun 7, 2019 - Go
-
Updated
Feb 3, 2019 - JavaScript
-
Updated
Sep 30, 2020 - C#
-
Updated
Jun 2, 2020 - Ruby
-
Updated
Sep 11, 2020 - Shell
-
Updated
Feb 24, 2019 - C++
-
Updated
Oct 8, 2020
-
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."
I'm not sure if this is a bug or intended behavior (it is documented to some extent, but it seems like setting your own error handler should disable it), so apologies in advance if this should be a feature request versus a bug report.
Fastify's default error handling checks for properties like
status,statusCode, andheaders[1] on the error that is thrown and then uses