stemd

Results 8 comments of stemd

Although I use "`convert *.tif img.pdf`" (Linux OS) if time is short, two things could be done: 1. `convert` can be added as extra depency and new button added; 2....

You can fix it yourself, follow the steps: 1. click the red icon in status tray named "Incompatible ..." something 2. When new tab opens with above msg ([email protected] –...

I'm confirming bug, same (buggy) behavior, different environment: **Steps to reproduce:** 1. Open a remote file via remote-edit. 2. Close Atom. 3. Open Atom. (Throws error) 4. Close Atom. 5....

Just updated to new version of Atom: **Atom version:** 1.6.0 Error still present. Just to let you know, recent Atom changes broke also some other packages, which give almost the...

In Atom 1.7.2 if you leave open remote file on closing Atom, on next open you'll see only main menu of Atom window and everything inside it is black. If...

My CoffeeScript debugging skills suck, but I got following: 1. Cannot read property 'alias' of undefined is referencing following line (in file host.coffee): toReturn = "#{toReturn} #{@alias}" if searchKeySettings["alias"] which...

**Workaround**: I changed in file .atom/packages/remote-edit/lib/model/host.coffee in line 17 method `atom.config.observe` for `atom.config.get` and now atom is opening fine, after you closed it with open remote files. As `observe` method...

I managed to get Python3 working on my setup, idea was to test that on all platforms (Linux, Mac, Windows) before merging. Also there was an idea to detect Python2...