Pavel Braginskiy

Results 7 issues of Pavel Braginskiy

A statement of the form ```python (a := b) ``` Currently requires a Python 3.8 target, but could be compiled to ```python a = b (a) ``` in order to...

compatibility

The build instructions in the README have instructions to install dependencies on CentOS 7. However, for me the build still failed until I installed the perl-IPC-Cmd package.

Source: https://github.com/optimasystems/apl-language-server VSCode extension: https://marketplace.visualstudio.com/items?itemName=OptimaSystems.vscode-apl-language-client

- Up and Down don't do anything by themselves, so why do I need to press ctrl - Pressing Down past the the most recent history entry should bring me...

bug