-
Updated
Nov 13, 2020 - Go
performance
Here are 3,025 public repositories matching this topic...
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Nov 9, 2020 - Java
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 10, 2020 - 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
Oct 13, 2020 - Shell
-
Updated
Nov 13, 2020 - Java
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 12, 2020 - C++
-
Updated
Oct 28, 2020
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
loadimpact / k6
K6 http.post method isn't correctly encoding a list of values assigned to a key in an object.
const form_data = {
comment: "Hello world!",
topping: [
'onion',
'bacon',
'cheese'
]
};
The simplest way to see this is to run the sample at
https://github.com/loadimpact/k6/blob/master/samples/html_form_post.js and note that it fails.
-
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
Nov 13, 2020 - JavaScript
When I have a MsBuildArgument
whose value ends in a backslash, there is an error somewhere along the intermediate code generation that causes the generated program to receive malformed arguments, resulting in a parsing exception. Here's an example of such:
var summary = BenchmarkRunner.Run<MyBenchmark>(DefaultConfig.Instance
.AddJob(Job.Default
.WithArguments(new[]
-
Updated
Nov 13, 2020 - Python
-
Updated
Sep 25, 2019 - Java
The latest copy of the CPython grammar tests in test_grammar.py has several @skip
s and FIXME
s. Some of them seem easy to fix, e.g. some parser bugs or missing warnings that would be helpful, others are entire features. We should fix the easy ones and make sure there are tickets for the rest.
-
Updated
Nov 13, 2020 - Java
Describe the bug
It surprised me as well, but apparently NPM is case sensitive
https://www.npmjs.com/package/webStorage
https://www.npmjs.com/package/webstorage
To Reproduce
https://bundlephobia.com/result?p=webStorage
Expected behavior
I should be shown stats for webStorage
package, but I see webstorage
instead.
-
Updated
Oct 1, 2020 - JavaScript
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."