Maxim Ivanov

Results 38 issues of Maxim Ivanov

## Description With this SQL: ```sql CREATE EXTENSION hstore; CREATE OR REPLACE FUNCTION no_labels() RETURNS hstore AS $$ SELECT hstore(ARRAY[]::text[]) $$ language sql immutable; CREATE OR REPLACE FUNCTION labels() RETURNS...

bug
help wanted

Hi! I'm trying to set this up, with [LanguageClient-NeoVim](https://github.com/autozimu/LanguageClient-neovim/wiki/yaml-language-server) — and it doesn't work — and I don't know why. Any help? ``` $ yaml-language-server --help /usr/local/lib/node_modules/yaml-language-server/node_modules/vscode-languageserver/lib/main.js:700 throw new Error("Connection...

enhancement

The default keymap is both awkward and dull. For one, three-key combos like Ctrl-Alt-k are difficult enough to type "in-flow". Shortcuts supposed to be short! Next, Ctrl-Alt-T is used in...

Since this library doesn't define any gobjects, the generated `docs/xml/object_index.sgml` is always empty, and `docs/xml/tree_index.sgml` is altogether absent with gtk-doc 1.31+. Fix a possible doc build error by not including...

Custom operators starting with the `|` symbol seem to have a parsing/scoping issue. Spotted here: https://github.com/LorenzoPerticone/idris-NN/issues/1 # Steps to Reproduce ``` module Foo infixl 0 |?? (|??) : Num a...

There has been a considerable discussion on [globbing][] with excludes / negative matches; i.e. something like find images -mindepth 1 -maxdepth 1 -type f -a ! -name '*.jpg' or rm...

enhancement
RFC

Greetings @ticarpi ! I'm unshelving a bunch of fixes to the tool, please consider merging. Most important first: * **EC JWT verification fixed**. I'm sure you know, there are Elliptic...

Hi! While installing version 3.0.1 from PyPI, I've found that these packages need to be added to `requirements.txt` and `install_requires=[...]` in `setup.py`: * `python_jwt` * `gcloud` * `sseclient` * `requests_toolbelt`...

Hi! Take this JSON output for example: { "instruction": "EXPOSE", "count": 1, "level": "info", "message": "There is no 'EXPOSE' instruction", "description": "Without exposed ports how will the service of the...

I've noticed LanguageClient-neovim accumulates zombies on LSP-server restarts... :ghost: Classically, whenever that happens — it means the parent process doesn't respect its duty to at least read out the exit-code...