Jerred Shepherd
Jerred Shepherd
Thanks for looking into this. I'll try to make a minimum example tomorrow.
It works when I remove the `IF` in `creator/Earthfile`. I've created a [test script](https://github.com/shepherdjerred/earthly-issue-1960/blob/main/test.sh) that shows the cases where Earthly doesn't work as expected. | target suffix | test case...
Hi, I ran into this again. I'd really appreciate some help here. The amount of friction that this adds is huge. It forces me to log in to my AWS...
Thank you for looking into it! I ran into a strange issue yesterday that may be related. If I can reproduce I'll attach details.
Okay, this is the best example I can come up with: ```earthfile VERSION 0.6 FROM alpine login: COPY +dev.login/aws /root/.aws SAVE ARTIFACT /root/.aws/credentials /credentials dev.login: COPY --if-exists ./cache/ /root/.aws/ RUN...
Ah. That does seem to be the issue that I'm running into. The BUILD workaround isn't great because I'd have to run that before every target that requires AWS credentials......
Oh, that UDC could work. Thanks for the tip
Ah! My solution was a bit convoluted, but I was finally able to get it working. Thanks for the help!
> Based on @terhechte , I used this in `init.lua`: > > ```lua > -- Allow clipboard copy paste in neovim > vim.g.neovide_input_use_logo = 1 > vim.api.nvim_set_keymap('', '', '+p', {...
> @suyby It just doesn't work: NVIM v0.8.0 macOS 13 What isn't working? What happens when you use `cmd + v`? Can you paste your configuration?