-
Updated
Aug 11, 2021 - Go
performance
Here are 3,486 public repositories matching this topic...
-
Updated
Aug 9, 2021 - JavaScript
-
Updated
Jul 31, 2021 - Go
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
3.19.2
Plugin version
No response
Node.js version
14.15.1
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
11.4
Description
The following error is t
-
Updated
Aug 8, 2021 - JavaScript
-
Updated
Aug 10, 2021 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 1, 2021 - JavaScript
-
Updated
Aug 10, 2021 - Go
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" />
Feature Description
The setup data object that is returned by the setup callback is made available for use in VU functions and the teardown callback, but is not available in handleSummary. In our case, the use case is to be able to call an API during setup that returns an ID, and then use that ID to call another API with
-
Updated
Jul 20, 2021 - Shell
-
Updated
Aug 11, 2021 - C++
-
Updated
Aug 11, 2021 - Java
The Storybook API has changed quite a lot since Solid's Storybook docs were written in 2019. It would be really helpful (and I think go a loooong way toward helping drive adoption, long-term) if Solid could:
- Update the docs to reflect the latest Storybo
-
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
Aug 11, 2021 - Python
-
Updated
Mar 27, 2021 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
I currently have a very big hook, with dozens of useStates, lots of them have empty arrays which trigger unncesary re-renders. But I don't know which is the one doing it each time wdyr logs it's output. I get:
Re-rendered because of hook changes:
[hook useState result]
...diff
When would be very useful for me is:
Re-rendered because of hook changes:
[hook useState result]
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)">
The original issue was reported in dotnet/performance#1701:
// Benchmark Process Environment Information:
// Runtime=.NET 6.0.0 (6.0.21.11801), X64 RyuJIT
// GC=Concurrent Workstation
// Job: Job-AQTFSE(PowerPlanMode=00000000-0000-0000-0000-000000000000, IterationTime=250.0000 ms, MaxIterationCount=20, MinIterationCount=15, WarmupCount=1)
OverheadJitting
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-
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.
Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
error: Skipping analyzing "cython": found module but no type hints or library stubs
The same issue can be seen when using import Cython as cython
:
error: Skipping analyzing "Cython": found module but
-
Updated
Sep 25, 2019 - 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."
Similar to jpeg / jpg we would appreciate adding alternate
tif
delegating totiff
format in formats map which is used in toFormat method.https://github.com/lovell/sharp/blob/7467fa8b50d280780dfa9fe9a7248deaa499c7a1/lib/output.js#L14