Oliver Albertini

Results 4 issues of Oliver Albertini

This works like :Buffers, but allows you to select multiple buffers for deletion. This is convenient when the listed buffers gets too high, and you'd like to get rid of...

This feature allows querying of different image formats (jpg, png, etc.) from external sources such as HDFS/HCFS into Greenplum as integer arrays. The user can specify how many images to...

I have an LSP that is returning markdown code blocks on Hover with no language specified, e.g. ```` ``` Foobar ``` ```` As a result, you get "```" in the...

I have an LSP ([pyre code-navigation](https://github.com/facebook/pyre-check)) returning code-fenced hover contents without a language specified, e.g. ``` "response": {"contents": "```\nFoobar\n```"} ``` Other LSPs may respond like this: ``` "response": {"contents": "```python\nFoobar\n```"}...

bug