Kidlike

Results 29 comments of Kidlike

@terence-sk same here... this link was referenced today in a hackernews thread :) It would be amazing to have this in spring-data. About a year ago in our company project,...

Here's the content of ~/.dircolors: https://github.com/Kidlike/dircolors-zenburn/blob/55c1dee1e532c7469ffea7c4fc9619fc8c555d89/dircolors _(It should work out of the box)_ I haven't changed any code. But I have a somewhat complicated setup: https://github.com/Kidlike/dotfiles#terminal > tilda -> tmux...

I think the TERM section is supported `TERM`s. Hm... possibly because of Font. I'm using `Source Code Pro`.

I see now that nerd-fonts supports `Source Code Pro` as well, so I will give it a go. :)

I think the alignment issue was related to the fonts. After switching to nerd-fonts the alignment looks correct. https://i.imgur.com/SyXwXqa.png

Any hope for `~/.dircolors` ? :)

cool, I was just wandering where this stands. cheers ! :)

I think all numbers in this file come from [ansi escape codes and colors](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors). The values are `;` separated, and usually look like this (although number of attributes and order...

After some investigation I found out that the `@CukesInjectableModule` annotation is only possible to be used in classes under the `lv.ctco.cukes` package. This should be **at least** configurable in `cukes.properties`,...