Rodrigo Kassick

Results 13 issues of Rodrigo Kassick

Helm+esw -- Find a file or buffer and then choose where to display it using esw

Couple of fixes: ### call `evilem--compute-inclusivity` with the name of the function: fixes several evilem motions not respecting the inclusive/exclusive rules of the evil movement During the macro expantion of...

After upgrading to Fedora 35, I've noticed that after suspension or long periods with the screen locked, the extension would not reload properly -- no device would show in the...

Some markdown files such as [failure-1.md](https://github.com/ikatyang/tree-sitter-markdown/files/12641087/README.1.md) and [failure-2-minimal.md](https://github.com/ikatyang/tree-sitter-markdown/files/12641088/README.md) cause the tree-sitter-markdown parser crash with a `nl_dlm.sym() == SYM_EXT_AUT_LNK_BGN || inl_dlm.sym() == SYM_EXT_AUT_LNK_CTN”` assertion error. ``` emacs: src/./tree_sitter_markdown/inline_delimiter.cc:240: void tree_sitter_markdown::InlineDelimiterList::transfer_to(tree_sitter_markdown::MinimizedInlineDelimiterList&): Assertiva...

Hi, I added epydoc type annotations to the docstrings and fixed other missing methods (i.e. **init** , new\* and virtual-method's)

Use current region, if any, when running helm-pydoc

This PR provides a command to display the cummulative sum of distance and elevation. I've added the command to help me study how many KMs I had in my bikes...

Commit 1ce1b0ea21c2e1e68b0037329941c316b4dfef2e introduced a bug due to incorrect usage of define-advice. This commit refactors the change by: - Extracting the advices to named functions spacemacs/window-purpose-{save,restore}-dedicated-windows - Using advice-add globally instead...

Calling (lsp--find-workspaces-for '(:method "workspace/executeCommand" :params (:command "arbitrary-command"))) would return *any* workspace that had the :executeCommandProvider capability registered. This would result in a given command being forwarded for several active workspaces...