Eduardo Pereira

Results 73 comments of Eduardo Pereira

More one request i'd like to see addGroup back

Looks like the threads input text aren't following the theme. https://cl.ly/37210F1b0E3U

User local time isn't appearing correctly ![image](https://user-images.githubusercontent.com/582516/43405617-a039a008-93f0-11e8-8e49-25586c955d98.png)

the Nokiro repo `https://github.com/Nockiro/slack-black-theme` is working on Mac, no White background

Flash cards as Tinycards app

I was search for something like that, but now I'm using the viewRender event ``` $scope.uiConfig = { calendar: { viewRender: function (view, element) { // do your code here...

Same here, when passing objects like: ``` $scope.eventSources = []; $timeout(function() { $scope.eventSources.push({ color: '#f0f', events: [] }) }, 1000); $timeout(function() { $scope.eventSources[0].events.push({ title: 'foo', start: new Date(), end: new...

But if have one event at least it works: ``` $timeout(function() { $scope.eventSources.push({ color: '#f0f', events: [] }) }, 1000); $timeout(function() { $scope.eventSources[0].events.push({ title: 'foo', start: new Date(), end: new...

Awesome idea, something like a `rollback` would be cool as well. Maybe we can use a target name for a rollback. ``` yaml networks: production: host: - 192.168.0.1 commands: fetch:...

@stengaard indeed my idea added some complexity, `on-error` looks good as well, my major concern is to clean up the deploy when something goes wrong. @pkieltyka the list looks good...