Jeremy Kitchen

Results 12 issues of Jeremy Kitchen

I'm trying to get doom emacs working reasonably well in a terminal. It does. I think it can do better. One thing that has been bugging me is the treemacs...

is:bug
re:treemacs
re:terminal

I don’t use VSCode. Nothing against it, I just use a different environment. And I don’t like globally installing build deps and such, so I much prefer containerized environments! So...

documentation
enhancement

at least, I'm assuming it's a typo. I was caught off guard by it for sure

So, it's really easy to transition from non-encrypted to encrypted, in theory. You simply add a WALE_GPG_KEY_ID environment variable and you're all set. It Just Works™. However, the problem comes...

This is something I'd like to see but don't want to implement right this moment (I should be getting ready for the superbowl party I'm going to, not writing python,...

enhancement
question

I'm trying to use nom::bytes::complete::escaped_transform and running into some trouble. Specifically, I'm running into an issue where the function wants and escape `char` but I am trying to give it...

``` $ logstash-tail -H localhost -p 9090 2013-02-06T04:59:05.286913Z jupiter.home.kitchen.io: % Total % Received % Xferd Average Speed Time Time Time Current 2013-02-06T04:59:05.286913Z jupiter.home.kitchen.io: % Total % Received % Xferd Average...

https://ethanschoonover.com/solarized/ has an expired cert, it expired on November 13! Thought I'd let you know!

the `php::fpm::package` class takes its param defaults directly from `php::fpm::params` class, and not `php::fpm`, so the params on `php::fpm` never get used. I imagine there are more like this, as...

https://github.com/fatmcgav/fatmcgav-netapp/blob/develop/lib/puppet/provider/netapp_user/cmode.rb#L7 https://github.com/fatmcgav/fatmcgav-netapp/blob/develop/lib/puppet/provider/netapp_user/sevenmode.rb#L7 additionally, it would appear that both are checking for a fact that doesn't exist `clustered`, when the actual fact is `is_clustered`. I'm working on a PR for this,...