Roberto Villalba
Roberto Villalba
Hmm ok those are all fair points, perhaps what I want is something more simple. So let me preface this all with the fact that I'm fairly new to GQL...
My team just ran into this issue and it took forever to figure out this workaround.
Is this not the same as https://arktype.io/docs/configuration#exactoptionalpropertytypes?
Ok so thought I'd post a follow up with a different approach that worked well for my team and likely has a lower overhead for implementation and maintenance. The primary...
Here is the new run https://app.circleci.com/pipelines/github/tvllyit/sturdy-invention/9/workflows/13e1925e-4f15-4768-9f18-3cb7e8cf532d/jobs/10 I set the ENV flag and called `moon task `. I also ssh'ed in after and checked manually. `moon run root:check-tsc` still returns `/usr/bin/bash:...
Yes that's where they are. But that path is not appended to the path variable in all cases. I can verify that by echoing path from the task. It looks...
Your observations match what I've seen though I don't think that setting the shell to bash would fix the issue since its actually bash that has the issue. 3. The...
I think that might be the issue as I was just able to pass all checks https://app.circleci.com/pipelines/github/tvllyit/sturdy-invention/10/workflows/3d5cba46-968a-4ea3-ab75-4bf7d89accf7/jobs/12. Circleci is fairly prevalent from my experience, but I don't know if it...
I think the problem is that BASH_ENV is injected into those sub tasks after you set PATH on them. I just tested ``` check-path: script: echo "Path $PATH" toolchain: node...
Sorry I accidentally closed the issue, didn't mean to