Ian

Results 10 issues of Ian

I had this working with plain dompdf but had to set the base path ``` $dompdf->set_base_path(public_path().'/css/pdf/); ``` and it wouldn't work with {{ HTML::style('style.css') }} I had to manually put...

1. app/controllers/issues_controller.rb missing in def create ``` respond_with(@issue) ``` 1. app/assets/javascripts/app/views/project_details.js.coffee I think you used ``` @listenTo @model, "sync", @renderDetails ``` But in a later video I noticed it changed...

When trying to align something like ``` php protected $countries = [ "Western Sahara" => "eh", "Yemen" => "ye", "Serbia" => "yu", "Zambia" => "zm", "Zimbabwe" => "zw" ]; ```...

Hi, following the instructions here http://www.sublimetext.com/docs/2/vintage.html I enabled vintage mode but don't see "insert" in the status bar. Nothing changes and there are no errors or messages. If anything is...

Hi, cloning the repo, npm install, replace config keys and then nmp start I get this error. attaching image from chrome dev tools. ![undefined_id](https://f.cloud.github.com/assets/1780886/101396/f3c3deb4-68c2-11e2-8e5b-5df5a49b672d.png)

I have separate components. One for creating new markdown and another for viewing saved markdowns on a separate page. This is in a nextjs app but I don't think it's...

Both in the stackblitz in the course and on my local machine with the run exercise command, the tests pass but then type checking has the following error ``` Checking...

Hi bobthecow (love the user name). I installed this on win 7 64bit with php 5.4 and apache 2.2. It seems to be working great accept I was getting a...

feature

Hi, I started a new nodejs/express app and then used jam to set up a backbone app with require.js. Here is what I had in package.json. ``` { "name": "application-name",...

Hi, sorry this is not an actual issue but I'm trying to figure out if and how it is possible to use symfony's progressHelper with this. Right now I have...

enhancement