Sebastián Zaffarano
Sebastián Zaffarano
When I try to run the latest version on Ubuntu Focal I get the following error ``` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x24...
I followed the [macOS instructions](https://github.com/vhakulinen/gnvim/#macos-without-webkit2gtk), but I'm not able to install `gnvim`: ```sh $ brew install gtk+3 librsvg ... $ make NOWEBKIT2GTK=1 ... $ make install install -d "/usr/local/bin" install...
Fixes #27
Given a list of products like: ```sh ⟩ curl localhost:9090/products | jq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed...
Fixes #9
Dependencies seem to be outdated. It could be interesting to bump them to newer ones.
I'm using [pkg](https://github.com/zeit/pkg/) to build my project, and I need that all the package.json files of my dependencies have a licensing attribute. Please, can you add a license entry in...
I think that a good enhancement could be to allow transparent editing like [gnupg vim plugin](https://www.vim.org/scripts/script.php?script_id=3645). If you open a file with either .gpg or .asc extension, then the plugin...
##### Summary I'm using `ansible-lint` as part of my [pre-commit](https://pre-commit.com/) hooks. Today I bumped the hooks versions (i.e. `pre-commit autoupdate`) and `ansible-lint` started to fail. - Pre commit config: ```yaml...
## Summary - Improve the telemetry logging by including execution context as structured arguments to facilitate searching by those fields. The `TelemetryLogger` now includes always by default some basic data...