Dave Abrahams

Results 204 issues of Dave Abrahams

In the C++ implementation, I think this should fail to compile: ``` fn f(fnty(Int x)) => 0; fn main -> Int { return 0 } ``` but it doesn't.

explorer

The unmerged files have changes in them that just need to be staged, but no conflict markers It's not terrible, but it's confusing, and it wastes time and energy in...

For example, after I resolve a merge conflict, if I run tests and find I need to make corrections, can I add new commits before `git imerge continue`ing or must...

imerge is awesome; thank you for this wonderful tool! I have a use-case that's not necessarily well-served, at least by easily findable documentation. I've been on several teams that had...

doing a `git bzr clone` from a `bzr clone` of bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk ``` % git bzr clone ~/.emacs.d/el-get/cedet ... 09:45:07 8000/8825 commits exported at 13417/minute fatal: Path semantic/ONEWS not in branch...

I placed an image in my slide using `style='position: absolute...'` and explicit `width` and `height` attributes but it didn't show up. Turns out markdown wrapped it in a ``, whose...

As you can see [here](https://github.com/stlab/adobe-reveal-theme#slide-layouts) I've got a system for creating slides with a selection of standard layouts. Examples in markdown are [here](https://github.com/stlab/adobe-reveal-theme/blob/gh-pages/index.md). The problem is that a bunch of...

I am thinking of building this plugin for my own slide decks anyway, but would be happy to contribute it upstream if you are interested. To go beyond the limitations...

This is doubtless a Safari bug of some kind and reveal just needs a workaround, but I have no idea what that might be. If you change the transition of...

I currently have ```js custom: [ // ... { title: 'Home', icon: '', content: 'course home' }, ] ``` In my menu config, but that will just display a link...