Wyatt Smith
Wyatt Smith
One thing I would add that I personally like is that you only have to manage one file that becomes the source of truth for the resource. Currently, I have...
Nope! I don't use concourse anymore, but I still think this would be a nice feature.
Hmm... here are the permissions. Owner should have write for all. I assume this wouldn't get executed by another user: ``` zsh ❯ ls -al '/Users/wys/Library/Application Support/org.Zellij-Contributors.Zellij/plugins' total 0 drwxr-xr-x...
``` /dotfiles on main +10 -57 [✘!] took 3s114ms zsh ❯ mkdir /tmp/temporary-zellij-data-dir /dotfiles on main +10 -57 [✘!] took 12ms zsh ❯ zellij --data-dir /tmp/temporary-zellij-data-dir Error occurred...
Here it is. It looks like it only has the standard error I pasted above. I also searched my entire filesystem for the plugins just to see if they are...
For what it's worth, I tried uninstalling through `brew` and installing with `cargo`, and I have the same result.
That is correct. I was actually tracing through the code, and found a way around the issue. I noticed that [on this line](https://github.com/zellij-org/zellij/blob/9dc392e75b960f53b2b39bf40fca3eb912a91862/src/commands.rs#L261), we destruct an `Attach` and only create...
Slightly related, but I prefer to always return an empty collection if there is a null one saved. This causes an error with the getter method: > Class one.rizzo.backend.auth.domain.User has...
Of course, once I click submit, I realize it's because its an infinite sized type due to recursion. I just need to change `RangeSet*[T] = object` to `RangeSet*[T] = ref...