Dave Abrahams

Results 218 issues of Dave Abrahams

When I visit https://rajgoel.github.io/reveal.js-demos/markdown-presenter.html I see ![image](https://user-images.githubusercontent.com/44065/134215366-eeaeb947-1684-4aed-853b-0aac2eb3a656.png) The "Choose File" button is almost impossible to click ("fork me on GitHub" seems to be catching the events) And when I succeed...

bug
help wanted

When I follow the README directions I can see jupyterlab at localhost:8888 but at localhost:3000 all I get is ```html Error // Cannot GET / ```

Great stuff! Would you consider building your Emacsen `--with-imagemagick`? Thanks

The highlighting is distracting when I am just trying to edit my project, and I'd like to be able to disable it, but even if I toggle overlays in individual...

When I stop typing, I often find that font lock changes faces incorrectly in text that follows the insertion point, as though it's reapplying the same styles at the old...

bug
font-lock

Even if you need to check it in somewhere else, just trying to quick-open a swift file, or do a global search, often leaves me in an .html file I...

We shouldn't be using classes to dispatch `AnyArrayBuffer` anymore. Those other facilities create one vtable per type per thread. Probably there's a once-init strategy that eliminates the per-thread thing.

`InsertionOrderedDictionary` has most of the same APIs as `Dictionary` and there are some common algorithms we can build upon that (currently in [PenguinExtensions.swift](https://github.com/borglab/SwiftFusion/blob/master/Sources/SwiftFusion/Inference/PenguinExtensions.swift#L735)). It's unclear how much is specific to...