Keith Hughitt
Keith Hughitt
Same issue here. Causes a problem with the [limelight.vim](https://github.com/junegunn/limelight.vim) plugin: https://github.com/junegunn/limelight.vim/issues/11 I took a quick look at the hemisu code but also didn't notice anything strange. Best bet might be...
I'll let you know if I come across anything. Splitting sounds like a pretty reasonable idea though and might make maintenance simpler. Thanks for the great theme!
Hi @Sentimentron, Thanks for taking the time to respond, and for the clarifications! It seems like my system is indeed configured properly then, but for some reason, the source code...
Good catch! That indeed appears to be the issue.. I'm not sure why `t_Co` is set to "16" (in my nvim config, I check to make sure `$TERM != "linux"`,...
Tested this and it works great for me! Thanks @tyru :+1:
Looks like this has been added in recent versions: ``` soundcli me activities ```
Some other possible methods to consider: - Sparse PCA - [sparsepca](https://cran.r-project.org/web/packages/sparsepca/index.html) - [nsprcomp](https://cran.r-project.org/web/packages/nsprcomp/nsprcomp.pdf) - Robust PCA - [FastHCS](https://cran.r-project.org/web/packages/FastHCS/FastHCS.pdf) - Robust Sparse PCA - [rospca](https://cran.r-project.org/web/packages/rospca/index.html) - [rpca](https://cran.r-project.org/web/packages/rpca/index.html) - Other - [whitening](https://cran.r-project.org/web/packages/whitening/index.html)...
@vasturiano I'm not sure how compatible this is with your current approach, but I was thinking about this recently and came across this example of selective bloom post-processing in three.js:...
Same issue here. When attempting to create a template with entries using syntax along the lines of `{color5.red}`, I get an error: ``` AttributeError: 'Color' object has no attribute 'red'...
@Shougo Any suggestions for examples of other custom sources of a similar nature that one might use as a template / to get some insights into interfacing with deoplete?