Robin Franken
Robin Franken
Lettuce allows you to use relative urls in your features so it doesn't matter what the server address is (e.g. "/hello_world/"). You can then use ``` python from lettuce.django import...
It doesn't seem to be possible to have multiple heatmaps on one page?
I've updated SortableElement to inject the `isDragging` prop into the WrappedComponent. I've also changed the SortableContainer to allow the SortableElement to re-render before making a clone by making a clone...
Currently it seems to export a full on React.Component. What about React.PureComponent, and just returning a const with a render function, e.g.: ```jsx import React from 'react'; export default ({title})...
If you have a Control node and use it to register whether the TV was turned on, and you do only deploy the Modified Flows in Node Red, it will...
**Is your feature request related to a problem? Please describe.** I want to be able to set the start of the week regardless of which locale I use. I have...
Added new documentation to describe the various runtime request handlers that the client uses. More request handlers can be added in the future by other teams.
Updated the Content Security Policy documentation to explain about the changes coming in the future. The header can now be configured using a custom runtime setting which offers more flexibility...