Profpatsch

Results 462 comments of Profpatsch

https://github.com/bazelbuild/continuous-integration/issues/235

> Theoretically you could get all your attributes in one call by concatenating the `-A attrpath` on a single nix-instantiate. Can we assume the output is stable and is going...

> If I understand correctly you suggest saving the `.drv`s for the whole of nixpkgs at once Nope, that would stumble over packages marked as broken (run `nix-instantiate ''` to...

Does that mean emacs has ligature support now? What version of hasklig did you install?

It does indeed work for Emacs, with a little work. We first define a function that can work around [this problem](https://github.com/tonsky/FiraCode/issues/211#issuecomment-239082368) which caused the multi-column symbols to have a width...

@alexvorobiev I’ve basically given up on Emacs rendering. The two-space problem is a general Spacemacs problem that has existed for ages. No idea how it can be fixed.

@CeleritasCelery Yeah, that’s an improvement over the code, since the width is a bit off with the leading tab solution. The problem with too widely spaced italics is a different...

> can you specify where the code you provided above should be placed. In your Emacs configuration, that is `~/.emacs` if you use plain Emacs and `~/.spacemacs` if you use...

``` magit-insert-error-header 2.145e-06 magit-insert-diff-filter-header 0.007394417 magit-insert-head-branch-header 0.006269013 magit-insert-upstream-branch-header 1.054e-05 magit-insert-push-branch-header 9.621e-06 magit-insert-tags-header 0.014738266 ! magit-insert-status-headers 0.032404343 !! magit-insert-merge-log 0.002848184 magit-insert-rebase-sequence 2.420365681 !! magit-insert-am-sequence 0.000166788 magit-insert-sequencer-sequence 0.000218156 magit-insert-bisect-output 0.000103943 magit-insert-bisect-rest 2.768e-05...

Update: it’s not the record projection, this example works: ``` let foo = { sources = [] : List Text , name = "foo" , dependencies = [] : List...