-
I did some profiling with https://github.com/hyiltiz/vim-plugins-profile and found that vim-tomorrow-theme has a surprisingly high impact on vim's startup-time:
```
==================================…
-
came across (this very simple project)[https://github.com/apoorvaeternity/colory] posted on reddit
made me think that maybe, as a convenience method, we should allow setting of color using natural …
-
# Half-donut Chart Types
This can be broken down to two different chart types used throughout the project - a more robust one used for comparison, and a simpler one used for highlighting.
## Mul…
-
Would be nice to have the ability to use 16 million colors in themes, since most of the terminals supports it. See the summary taken from https://gist.github.com/XVilka/8346728
Colours in terminal
…
-
Thanks for your work on this package! Were you succesful getting it back on CRAN in the end? Would be nice to have it there...
Also one feature request perhaps - as I mentioned before I had been lo…
-
This issue also appears here: (https://github.com/ranger/ranger/issues/1407) with a nice example. It can be reproduced in docker as follows. Start a docker from the official fedora 30 image:
do…
-
Right now, the url color is defaulted as blue. Could be illegible if the user changes to blue, for example...
Couple of possible solutions:
- the system changes the url color automatically
- we …
-
Hello @LucaMarconato!
Thank you very much for this tool. I want to plot a part of morphology image acquired with xenium + multimodal segmentation kit. It is loaded into spatialdata and plotted withou…
-
prepare_sort function in mediancut.c:
```
qsort(channels, 4, sizeof(channels[0]), comparevariance);
....
// Only the first channel really matters. When trying median cut many …
-
We need to be able to generate a 3D visualization of many poses and the predicted grasp success values to determine if the results look reasonable.
Here is the model file to load for visualization:…