Richard Brežák

Results 140 comments of Richard Brežák

Yeah it do be sad, made me switch to istio because I spent 4 days fighting cilium, meanwhile istio just worked tm. But not like I have the finances to...

I ran into the same thing just now, will search for a somewhat proper fix as setting `switch-to-buffer-obey-display-actions` is not an option.

``` (defun dirvish-side-obey-display-actions (original-function &rest original-arguments) (let ((switch-to-buffer-obey-display-actions nil)) (message "test") (apply original-function original-arguments))) (advice-add 'dirvish-side :around #'dirvish-side-obey-display-actions) ``` I tried that, but it doesn't really work, interestingly it works...

I found a very awful, but working, fix ```lisp (defun dirvish-side-buffer-p (buffer-or-name) "Return t if BUFFER-OR-NAME is a dirvish buffer and a side buffer." (with-current-buffer buffer-or-name (let ((dv (dirvish-curr))) (if...

This should get closed too afaik

If I'm not missing something, this should get closed

It does, my question is, whether this works or not. Because I can't get to work, even with cloning nyacc to the root of the repo.

thanks! I'll get back to packaging this with Nix, I'll then try to create a doc of sorts, but it will be a bit blog post-y probably I'm much more...

I'm honestly not sure how to solve this nicely. `runVmLinux` needs `tinyLinux` but `final.callPackage` seems to not be a thing while `prev.callPackage` doesn't include it for some reason. A fix...

@RossComputerGuy any plans to finish this? I personally don't use flatpaks so I don't have any personal interest in this sadly...