PragmaticEd

Results 8 issues of PragmaticEd

![slider](https://user-images.githubusercontent.com/19263525/42168616-252f96ce-7e1a-11e8-9619-ef02cd017375.gif) Any ideas, how to best solve this?

You should really add a way to set default layout, not backup one..

Opening [https://erik.cat/](https://erik.cat/) gets this: ![image](https://user-images.githubusercontent.com/19263525/34343071-486655de-e9cc-11e7-883b-dea74639305a.png)

I'm using I'm using windows sub-system (bash - ubuntu 16.04 while i develop on windows 10 pc. I don't use windows ruby version. Instead everything is ran "inside" bash.. That...

Clicking on error link goes to show page, that returns error. I followed the tutorial: 1) `gem 'errdo'` 2) `bundle install` 3) `rails generate errdo:install` 4) `rails generate errdo ErrorReporting`...

Can't even select my music folder.. When clicking on add icon, and going to folder, I'm presented with list of songs.. But no way to actually select the folder.. Phone:...

Followed the example. 1) Installed: `npm install capture-screenshot --save` 2) Ran the example: ```javascript const capture = require('capture-screenshot'); const fs = require('fs'); capture({url: 'https://twitter.com/'}) .then(imgs => { fs.writeFileSync('chrome.png', imgs.chrome); fs.writeFileSync('electron.png',...