Jim Cummins
Jim Cummins
``` .display2 { color: 'red'; } .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.1; } ``` These seem to generate the same class name in JS: ``` export const display2...
At the moment this line https://github.com/ariporad/pirates/blob/master/src/index.js#L76 allows you to change code but it does not let you return both newCode and a newFilename. Pirates should allow authors to return either...
Can we string a couple diffs of the screenshots together to get vnc like functionality?
This is being looked into here: https://github.com/rackt/redux/issues/560 If it looks like they will integrate, we can use Rob Wormald's ng2-redux plunk: http://plnkr.co/edit/wj4lRtAwNMry8ToNzLrm?p=info
Use an Rx observable and the rx pipe as in Rob Wormald's http://embed.plnkr.co/wj4lRtAwNMry8ToNzLrm/preview
I pinged @gdi2290 on Twitter to see if he has any insight into whether it is possible to get access in Angular2's pipes to get both the last and next...