Jose M. Valera Reales

Results 39 comments of Jose M. Valera Reales

**Reminder**: it's been 2 years since we opened this issue/idea 💡 I think it would be really helpful to have this, especially for new joiners to the community and interested...

We have created two different skeletons inspired by your idea and suggestions, @mabasic: - [cli-skeleton](https://github.com/phel-lang/cli-skeleton): A skeleton to build your cli-app using Phel. - [web-skeleton](https://github.com/phel-lang/web-skeleton): A skeleton to build a...

Is this issue still relevant, @mabasic, or can we close it?

My issue is that after running `curl -sLo- get.bpkg.sh | bash` something seems wrong, because I cannot execute `bpkg` even when the installer says everything was fine 🤔 ## 🎥...

I added `export PATH=$HOME/.local/bin:$PATH` to my `~/.zshrc`, and then after running `(PREFIX=~/.local/bin; curl -sLo- get.bpkg.sh | bash)` then I was able to use `bpkg install TypedDevs/bashunit` And now this is...

@jenshaase is it clear enough or do you need more details? Can you try to reproduce it? And in such a case, what do you think about the idea of...

@jenshaase, thanks for the hint, but this didn't help. I created a branch with the real example where I discover this behaviour: https://github.com/Chemaclass/phel-snake/pull/7 you can checkout that branch and reproduce...

I understand. And I could "live with it"... However, this is a flaw in the language, because there might be use cases where people would like to have an executable...

Is that repo public, @cgrabenstein? I cannot see it 👀