Oliver Ford
Oliver Ford
I suppose `fluid_ounce` being US (vs. `fluid_ounce_imperial` not) is fair enough, I might be inclined to do the opposite being British. In the case of `teaspoon` & `tablespoon` though I...
It'd be handy to show a motivational side-by-side with `diff-highlight` (on the same diff) in the readme.
```console $ echo -e 'declare -x FOO="B\nA\nR\n"' > test $ bass source ./test $ echo "$FOO" B\nA\nR\n $ set -x FOO 'B A R ' $ echo "$FOO" B A...
I'm hesitant to even open this, because I really don't understand what or how is happening, but it's really repeatable and badly affects my terminal start time: With a `time...
For example, with this large (2126 LoC at time of writing) `$file`: https://github.com/ryanoasis/nerd-fonts/blob/master/bin/scripts/lib/i_material.sh ```sh bass -- set -o allexport \; "$file" ``` hangs longer than I care to wait -...
For use-cases where the data is already available, it would be convenient to have a `data` prop or similar rather than `url`, which necessitates constructing something like `data:mimetype;charset=utf-8,` to pass...
```python Model.objects.annotate(composite=Func(1, 2, 3, function="construct_composite", output_field=CompositeField())) ``` results in ```python model.composite == '(1,2,3)' ``` i.e. a `str` rather than the expected (hoped for) `CompositeType`.
## Describe the bug If the current buffer isn't saved, and not open in another split, `LanguageClient#textDocument_definition()` is unable to load the file with the definition - which I suppose...
- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. `languageclient 0.1.161` - (Neovim...