-
Updated
Feb 12, 2021 - Go
performance
Here are 3,174 public repositories matching this topic...
-
Updated
Jan 16, 2021 - JavaScript
I'm receiving error with JPG (uppercase of jpg) image extension. This extension should be supported right?
ERROR Error resizing: Error: Expected one of: heic, heif, jpeg, jpg, png, raw, tiff, webp for format but received JPG of type string
at Object.invalidParameterError (/var/task/node_modules/sharp/lib/is.js:101:10)
at Sharp.toFormat (/var/task/node_modules/sharp/lib/output.js:168:
-
Updated
Feb 13, 2021 - JavaScript
🚀 Feature Proposal
Currently request id:s default to an auto-incremented number, but that number is generated locally in each instance, meaning that if one run two or more instances of Fastify, or restarts a single Fastify instance, then the default generated id:s will be duplicated between between two or more requests:
https://github.com/fastify/fastify/blob/453028bbfbb34a240bddb146549d9
-
Updated
Feb 10, 2021 - Java
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 9, 2021 - JavaScript
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Jan 18, 2021 - Shell
-
Updated
Feb 13, 2021 - Go
I'm trying to execute steps to install k6 on Ubuntu but the repository where k6 lives is marked as non-trusted.
Environment
- k6 version: latest
- OS and version: Ubuntu 18.04, Ubuntu 20.10
- Do
-
Updated
Feb 13, 2021 - Java
-
Updated
Feb 13, 2021 - C++
-
Updated
Jan 8, 2021
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
Oct 9, 2020 - JavaScript
Validation W3C
Expected Behavior
Running validator https://validator.w3.org on basic <picture> elements as per setup config should not result in errors.
Current Behavior
Currently when running validator on:
<picture class="lozad" style="display: block; min-height: 1rem" data-iesrc="images/thumbs/04.jpg" data-alt="">
<source srcset="images/thumbs/04.jpg" media="(min-width: 1280px)">
There's a lot of place for improvement of the documentation.
- Update the Angular guide to use
ngx-build-plus - Improve the API documentation explaining the configuration properties
- Include a guide showing how to use Guess.js with JWT instead of OAuth
- Include Gatsby guide
The content of the documentation is in the GitHub page [repo](https://github.com/guess-js/guess-
-
Updated
Feb 13, 2021 - TypeScript
-
Updated
Feb 13, 2021 - Python
The Job and Toolchain columns are redundant, Runtime is all we need:
I see this very often when our users are presenting BDN results at conferences|meetups etc
The Job column should remain visible when the user has set the Job id in explicit way.
/cc @stephentoub
-
Updated
Sep 25, 2019 - Java
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
Describe the bug
When using an image URL like https://bundlephobia.com/api/stats-image?name=convert&version=1.0.1&wide=true for a version that isn't published the image returns a placeholder, but the placeholder gets cached. After the version is published the placeholder image stays cached.
To Reproduce
Visit an image URL for a version that didn't exist at image generation time.
-
Updated
Feb 14, 2021 - Java
Improve this page
Add a description, image, and links to the performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
During testing I expected
github.com/kataras/iris/v12/httptest.Response.Statusto fail the test immediately if a different status is received. Therefore on subsequent lines I performed some operations that could result in a panic if let's say the response code was not as expected. It turns that it does not fail fast, it simply f