Lambda functions at zeit/now v2 platform have default execution timeout 10s. Another limitation important to consider: – the process gets killed right after the response was sent. When you have a job to be done in the lambda, not required immediately to prepare HTTP response (e.g. writing log to the database) – it’s a good idea to send a response…
Category: Uncategorized

Show hidden part of truncated text on hover/touch
Here are three ways to show hidden part of truncated text on touch/hover without Javascript 1) overflow:visible Hover over or touch me to see the full version of this string. It looks like replaced by tooltip some other stuff Pros: No Javascript Good readability Small and simple cross-browser CSS code Easy to render. Contras: Need extra markup (inner span wrapper)…

Pan and Zoom in jsPlumb Community Edition with Dagre and jQueryUI Draggable
Chart with draggable HTML elements as nodes, connected by jsPlumb library.
“Pan&Zoom” feature missing in Comunity Edition implemented by using “jQuery Panzoom” plugin.
Nodes dragging implemented by jQueryUI Draggable, to compensate scale distortion.
Dagre layout library used for demonstration.