Sorin Sbarnea

Results 500 issues of Sorin Sbarnea

We need to run ASL testing under WSL (preferably WSL2) on github actions. Please keep in mind that this is not the same thing as running tests under Windows. While...

After investigation made with @webknjaz yesterday, we concluded that use of `showInformationMessage()` or `showErrorMessage()` inside the language server is wrong as this would prevent use of the language-server on other...

bug
enhancement
portability

Virtualenv CI should product build artifacts for each change made to master branch. There is no need to overload PyPi with pre-releases and because we use Azure Pipelines it should...

enhancement

[selinux](https://github.com/pycontribs/selinux) python bindings are kinda special and they are needed by a huge number of python packages. I think that the selinux bindings should be copied even if the virtualenv...

enhancement
help-wanted

`.ansibullbot` folder is a cache folder so it should be stored in XDG cache location, `~/.cache` and avoid polluting user home directory. If needed, please consult https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

It is not clear from the REAME if this library supports `**` in matching patterns. That feature is extremely important for some use cases because `foo/*/*.yml` is expected to match...

In https://github.com/ansible-community/vscode-ansible/issues/58#issuecomment-821214548 @aliusmiles reported a discovery he made related to this extention. It causes huge CPU usage because it does open all yaml files inside a repository, which is triggering...

I observed that there is no JSON schema that would help users edit nyc config file (json and yaml) and it would be very useful to have one, so editors...

Most python packages that so install scripts can also be called as python modules. This is an important feature because it avoids the need to assure that the script is...

Brillian idea as I found Google Docs as an optimal editing medium for the same reasons you mentioned. The missing link was generating a static blog from google-docs, preferably with...