Coby Chapple
Coby Chapple
Yeah, this just needs a simple validation rule in there. I don’t think it’s worth trying to query externally to make sure something exists. What I also think is worth...
I suspect this has something to do with `dciy.toml`, and might be another symptom of it just not being that great a way of approaching the specification of buildsteps :confused:
:metal::heart::bow:
Just realised this was an issue and not a pull request. Feel like opening a PR to add this?
I’m running into this too—there’s a number of places where I’m using `.any?`, which in turn seems to rely on `.empty?` for it’s implementation.
Pretty sure there’s still something messed up with this command. Here’s what I’m running into: ``` $ cd ~/code/some-module $ yarn link yarn link v0.17.8 success Registered "some-module". info You...
> Can you do yarn link some-module without the double quotes? Exactly the same behaviour, regardless of presence/absence or quote type (`'` vs. `"`).
From https://github.com/asdf-vm/asdf/issues/928: > We get a number of bug reports around the error No preset version installed for command message. There’s obviously many possible reasons for this as a recurring...
Note: This appears to be somewhat similar to the issue reported in https://github.com/asdf-vm/asdf/issues/693.
@hyperupcall Do you mean the suggestion in #693 about altering the shim to modify the `$PATH` order? or the resolution to https://github.com/asdf-community/asdf-python/issues/44 being to uninstall python/anaconda etc? I haven’t tried...