Thomas Fini Hansen

Results 38 issues of Thomas Fini Hansen

While trying to track down my "somehow c-basic-indent is always 2 per default in non-Drupal php buffers", I notice we fiddle with c-default-style: https://github.com/arnested/drupal-mode/blob/develop/drupal-mode.el#L351 The side effect of this is...

As a new user, I found the default coloring confusing. red/green for not-covered/covered makes sense, but red for much covered and green for not so much? I do like the...

It would be nice if one could edit comments in gfm-mode (provided by markdown-mode). Then you could leverage markdown-modes support for Github Flavoured Markup. As multiple modes in the same...

**Describe the bug** Using the `focus-monitor-(left|right)` shortcuts doesn't focus any window on the new monitor, as I would expect. It does move the mouse-pointer to the center of the screen,...

Whenever I pull straight, I get this: ![selection_222](https://user-images.githubusercontent.com/229422/36432095-97c43fd8-1659-11e8-8ea2-a89e60e04d98.png) Not hard to fix manually, but a bit annoying. Does look like straight doesn't play too well with submodules?

bug
repository management
ux
submodules
interactive
vc

Add phpspec 5 and fix up some typehints. Got a feeling that travis will fail this.

I discovered this repository while trying to dockerize my language servers for lsp-mode. Sadly it doesn't support the ones I use. But I have some thoughts/findings/suggestions. First off, from my...

enhancement
help wanted

GitHub allows for requesting review from an organization team, which is a way to ask for review from anyone in a group. We have a bot that picks up on...

enhancement
area: github

We're exited about Probo, but one worry is that it only builds PRs. We're used to every branch being build on push, as is common. Any plans for branch building?...

enhancement

(Apologies if this has already been filed, but it's difficult to search for) The parser does not like block arguments on the `var[]` syntax. Example: ```crystal class Test def [](key,...

kind:feature
topic:compiler:parser