Victor Borja

Results 95 comments of Victor Borja

You can use `photo?` to test if the object is present.

I'd love to work on this and use it to find my way around the codebase and contribute to hyp :) I'll probably explore the code this weekend and get...

Hey @delef you are more than welcome to help pushing fancy forward, you can do that in many ways, most important one is you having fun with it, creating languages...

yep I guess that would be the way to go.

Perhaps this should also include app-store apps.

If I recall correctly, using the `bin/exec-env` is the *documented standard* way of doing it. Not only because it's loaded before each shim execution, also there's an `asdf env` command...

> a) Is adding `use asdf` to this effect in `~/.envrc` something that one usually does with the "pro tip", or what's the "correct" way to get the asdf globals...

Just added a [couple of tests](https://github.com/asdf-community/asdf-direnv/commit/f13a6f7888231946940b69089a7bedb4294264f1) which I believe we were missing. These two new tests ensure that `asdf direnv shell` can provide a tool version independently of what's defined...

Looking at `exhibit-a.txt` (and the code for asdf-golang) it looks like you have `GOROOT` and `GOPATH` are already set to those for go 1.17.8 *before asdf direnv is loaded*. Perhaps,...

I'm also not a golang user, so I'm just guessing what if the executed binary is `golang/1.8/bin/go` but it finds a GOROOT for go 1.17, should `go version` report `1.17`...