Oli Evans

Results 266 comments of Oli Evans

Do you really really need it? asciify loads a file off disk to get the font, so making that sync would tie up the event loop while the disk IO...

@amitjindal did you see https://github.com/olizilla/grunt-asciify it sets a property with the asciified text when it's available: https://github.com/olizilla/grunt-asciify/blob/master/tasks/asciify.js#L25 ...and grunt handles the async issue by providing a `done` callback function, so...

If you're awesome like @Matt-B you get pi's to tell the office what's on Radio 6 in JUMBOTRON. ![img_20141211_085648342](https://cloud.githubusercontent.com/assets/58871/5392195/a8e3bfae-811b-11e4-9e91-2cc94d82be4e.jpg) See: https://github.com/Matt-B/cli-6music-now-playing

If that sounds reasonable I can PR an update here. I've got a branch that I'm using to try out cluster on DO droplet, over here https://github.com/hsanjuan/ansible-ipfs-cluster/compare/master...tableflip:example-with-secrets with the changes...

This module cleans up code from https://github.com/maxogden/menubar and https://github.com/pixtron/electron-traywindow-positioner of note, menubar uses https://github.com/jenslind/electron-positioner rather than electron-traywindow-positioner, and that dep has been updated more recently, perhaps a fix for this...

I'd like to improve the stability of what we have first. I think 0.7 is a good release, but I know we can make it better. We're a small team...

To clarify, does 2 refer to the "Share" menu, or the "Open with" menu or the top menu itself? My preference is strongly for the top menu, as in th...

@voltagex thanks for this detailed report! I'll take a look. Thanks for the note about the issue template too. The advanced menu is only accessible on linux flavours that show...

IPFS updates over IPFS! This issue shows how to pull the logic for fetching the update zip into our code, and then just pass the electron / squirrel update framework...

@lidel i think this ties in with discussion around infra for the share app. https://github.com/ipfs/infra/issues/461#issuecomment-446685774 We could do more preloading, but I think we need to start with an agreement...