Bryan Bennett

Results 73 comments of Bryan Bennett

One feature that dotbot 1.0 lacks is ootb support for encrypting secrets. For instance, I'd love to be able to checkin my zshenv file, but it contains a couple of...

Ill clone and test this out this evening! This looks pretty cool.

Confirming that monsterwm works in that the window opens in the right spot. I'm having some (possibly unrelated) problems with any plugin other than the time. I'll look into that...

After getting everything installed properly, there're no problems under monsterwm. Works great.

I'm seeing this with absolutely no usage of celery. The constant restart cycle is maddening...

This also seems to be happening for scipy 1.7.1.

I should've looked more closely. Scipy 1.7.1 is failing because it cannot find Cython at *all*, not because Cython is too old. Logs attached, but I suspect this needs another...

In trying to get tensorflow working, I have added the following relevant overrides: ``` astunparse = super.astunparse.overrideAttrs (old: { nativeBuildInputs = old.nativeBuildInputs ++ [ self.wheel ]; }); tensorflow = super.tensorflow.overrideAttrs...

Would there be some value in also looking at something like [vim-sensible]( https://github.com/tpope/vim-sensible)? Obviously, the settings wouldn't directly translate into elisp, but - given that both Vim and Emacs suffer...

Seeing as I suggested it and I come from a vim-world, I figure I'm probably one of the better candidates for working through vim-sensible's changes. The general things that vim-sensible...