Felipe Lema

Results 37 issues of Felipe Lema

### Description When standing on non-HEAD master branch, display of git branch (say `my-branch`) will be broken. There are some occasions where it works (separate branch off `HEAD`), but problem...

Hello, there Is `async-send` officially part of the `async` API? I tried running `async-test-5` that uses `async-send` in child process and I'm not getting the `Got hello from child process`...

Hey, there I don't know if I'm misunderstanding what the _intention_ of `async-let` is. If I understand correctly, it's missing an implicit feature from `let*` in that every binding inherits...

# Checklist - [x] I followed the [troubleshooting guide](https://github.com/astahlman/ob-async#troubleshooting) and it did not address my issue - [x] I've included a link to a Github Gist with the full contents...

Compiled gccemacs against [b8d3ae78](http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=feature/native-comp&id=b8d3ae78c54db7c7bb65d367a80f9be3d8744c48) I can see the Tab Line of company-box (see the picture below). Since you're reading this: thank y'all for maintaining such a useful and stable package

When using `at` style I need to be aware (alert, even) of when a path is going to be done. This visual hint will help me (and hopefully other people)...

Oni Version: 0.3.9 Operating System: Windows 10 Issue: Can't assign spacebar as leader key. Tried `let mapleader = " "` and `const LEADER_KEY = " "` per [this comment](https://github.com/onivim/oni/issues/2134#issuecomment-399146371). Expected...

### Expected behavior I'd like linters errors collected from neomake reported using [`vim.diagnostic` API](https://neovim.io/doc/user/diagnostic.html). Personally, I'd wish it be a switch to either report using *only* `vim.diagnostic` or report them...

fixes https://github.com/neomake/neomake/issues/2429 picked up from https://github.com/neomake/neomake/commit/baa32269d1873f7beea4b3592717f7a624a557c4

From what I've read in several places (eg [here](https://github.com/tree-sitter/tree-sitter/issues/240#issuecomment-442184073), [here](https://github.com/tree-sitter/tree-sitter-julia/pull/14#issuecomment-689143890)) tree-sitter-{lang} repos are meant to provide generated source code (like src/parse.c, src/grammar.json) for other people to consume for their own...

enhancement