speed
Here are 295 public repositories matching this topic...
Update shepherd.js
I believe this is the config we need:
{
"name": "shepherd.js",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
"tour",
"tutorial",
"shepherd"
],
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
"Zack Bloom <zackbloom@gmail.com>"
],
"maintainers": [
"Robert Wagner <rwwagner90@gFeedback 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
Apr 24, 2020 - PHP
🐛 Bug Report
For types array the items key is not mandatory by the standard, but it is needed by fast-json-stringify.
We should set a default instead
To Reproduce
var fastJsonStringify = require("fast-json-stringify")
const str = fastJsonStringify({
"type": "object",
"properties": {
"foo": {
"type": "array"
// , items: { type: 'string' } // uncoRunkit Example
According to the configuration of speed-measure-webpack-plugin, all the plugins are wrapped, but if you use webpack-chain, can you not use this plugin?
Currently to add attributes to a layer with clustering you need to add a PROCESSING command e.g:
PROCESSING "ITEMS=Field1,Field2,Field3"
See supported processing options.
In order to reuse the same layer as a WFS it would be useful to have an option to set all fields automatically e.g.
`PROCESSING "ITEMS=*"
-
Updated
Sep 6, 2018
http://wiki.freepascal.org/pas2js
Razor style scripting using pascal would be a nice addition.
Hello, world!
The time on the server is @DateTime.Now
The ability pass a model the page, interop with javascript, dom, etc..
-
Updated
Apr 20, 2020 - TypeScript
Is there a sample app or code snippet somewhere that illustrates how to set up something like a QListView with a model and proper signal handling?
-
Updated
Apr 7, 2020 - Python
-
Updated
Jun 7, 2019 - Go
Codepen demo
Good job! @justinribeiro
I just made a demo in Codepen for newbies or quick viewers.
https://codepen.io/anon/pen/mvwarQ
Sometimes I think to dig source codes (via yarn / npm) is too much.
Also, prevent Github issues like build issues!
-
Updated
Apr 11, 2020 - JavaScript
-
Updated
May 1, 2020 - C#
-
Updated
Apr 17, 2020 - Ruby
-
Updated
Feb 24, 2019 - C++
Hello,
README is not rendered correctly on pypi
See https://pypi.org/project/windrose/
I thought pypi was supporting now Markdown?
pypa/warehouse#869
Any idea what is going wrong?
Kind regards
Suggestion:
Pressing anywhere on the top two thirds of the screen would make a bicycle bell sound, or user selected mp3/ogg file.
Reason: so you don't have to put a bicycle bell on your bike/scooter/electric scooter.
Thanks.
-
Updated
May 1, 2020 - TypeScript
-
Updated
Apr 28, 2020 - Shell
-
Updated
Sep 24, 2019 - Jupyter Notebook
-
Updated
Feb 26, 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."

Upgrade all core fastify plugins to v3
Upgrade info
There are a number of breaking changes which can be found here:
https://github.com/fastify/fastify/blob/899382d682846b07bb706346a1a3f1165d87e369/docs/Migration-Guide-V3.md
Ensure you use latest version of fastify-plugin to get correct types:
While upgrading a plugin ensure that: