Vitalie Spinu

Results 82 issues of Vitalie Spinu

I love this theme. The only problem is that the highlight is not dark enough. The highligh in the original theme is good, but I barely can distinguesh it in...

My jabber stopped connecting at some point and only after the step by step debugging I figured out that it was missing gnutls-cli executable (removed due to an update). `jabber-ssl-connect`...

Hi, Is there a way to mock interactive commands? ``` (mocklet ((test1 => (interactive) (message "test1"))) (call-interactively 'test1)) ```

I wonder if it would be easy to add the following alternative mode of navigation: 1. Invoke avy 2. Type anything -> avy highlights all matches as in isearch does,...

Usually grouping operators preserve the order of the groups. In this sense the behavior of sentiment_by is non-intuitive. Especially with data.table `by` would better have the same semantics as in...

I am opening this as a restart of #2353. Would be nice to have: 1. project level persistent REPL history customized directly by `cider-repl-history-file`. Some ideas on the implementation: -...

enhancement
good first issue

I have gone through all custom vars twice now and I still don't see the way to enable tooltip in the middle of the symbol. So if I am inside...

wishlist

For most of the project infrastructures completion from the project root is the one which is needed, not the one starting from the current file. Would you be interested in...

Thanks for this brilliant solution! I am getting the following issue when trying to start it on Ubuntu 18 with KDE. ``` $ s2cctl start 130 ↵ Starting Space2Ctrl... X...

Though not as frequently as piping first argument it's often needed to pipe the last argument. Would you mind adding the `%>>%` operator? ```R x %>>% append(y) # is equivalent...

feature