Diego Fernando Carrión

Results 5 comments of Diego Fernando Carrión

So now that we've merged the JSON-Schema definitions, I've been looking at ways we might leverage it. I think @kenfinnigan is correct in [their comment](https://github.com/OpenSLO/OpenSLO/pull/129#issuecomment-1155657495). Some decision should be finalized...

For those curious, this error happens when the archive has Symlinks. Which the unarr library does not support. https://github.com/selmf/unarr/blob/31ab60c88305d8c5315e0ec817ed25e3407b04ae/tar/tar.h#L17

Here's a tip on how to do that with Automator: 1. Create a 'Service' Workflow 2. Add 'Launch Application' and select 'XEasyMotion.app' 3. Save 4. In System Preferences, under Keyboard...

This appears to be the same bug I just reported here: https://github.com/mikefarah/yq/issues/2147 The issue appears to be specific to the whitespace preceding the newline. The work-around described in my issue...

I manged to silence the `ModuleNotFoundError: No module named 'pyls'` error by navigating to the venv and pip installing `python-language-server[all]` like so: ```bash cd $HOME/.local/share/nvim/mason/packages/python-lsp-server/venv bin/pip install --upgrade python-language-server[all] ```...