Results 31 comments of konsolebox

Thanks for the reply. I utilize Jekyll to generate pages with highlighting enabled. Tabs in highlighted code become displayed in browsers with a width of 8 spaces but I want...

I somehow understand why it's difficult to merge this implementation. Personally I think it would be better to have a more generic approach which allows multiple root locations that doesn't...

You probably can create your own hook script in `/etc/rbenv.d/exec/` that checks if GEM_HOME is set but please don't do any of this in rbenv itself. GEM_HOME is useful for...

Anyone seeing this thread, you might want to take a look at my solution where I moved and made the user dir synonymous to the default dir in `~/.rbenv`: https://github.com/rbenv/rbenv/pull/1436#issuecomment-1264238738

There's currently a simple way: ``` task(:fizz).clear.enhance do |t| puts "New #{t.name}" end ```

It turns out Github simply uses `tab-size`. It's pretty odd how I missed it. I'll just close this.

Yes I also remember combining selinux with another profile before.

Installed pkgcore-9999 with your make_profile_custom branch and it worked for me.

It seems like net_resolve fails if hostname is already a raw IP address. Any suggestion on how to go around about this? I can only think of modifying net_resolve so...