Borja o'Cook

Results 57 comments of Borja o'Cook

> a) indenting the first few lines by a fixed amount and then b) layering the drop cap over the empty space Yes, I think this sounds right. From taking...

The only fancy thing is have an option for links that should open in a new tab: ```racket (define (l addr #:ext [external #f] . contents) (define attrs (if external...

I don't know about the bibtex part, but I've done that for my CV, it generates an html page and a pdf from the same source, using [quad](http://docs.racket-lang.org/quad) (I tried...

I can't get it to work on my machine — I think you're not adding it to the PATH correctly. Also, it'd be great if you follow the [template](https://github.com/adlawson/vagrantfiles#template) and add the...

The code currently compiles fine with the current release (0.39.1), but the resulting executable causes a segmentation fault: ``` ~/dev/ponyc @ main > lldb -- ./crash (lldb) target create "./crash"...