Xiu-zhe (Roger) Luo

Results 505 comments of Xiu-zhe (Roger) Luo

I personally would prefer this to be separated from `juliaup` implementation, I have been thinking about how to install CLIs, I find for Julia it would be much easier if...

Same issue here, we are trying to build an AMI for EC2 instances and this seems to be a blocking issue. I'm wondering what's the blocking item here that preventing...

I had a brief look into the code, it seems the prompt comes from the new self-update code in rust. I'm not sure how to change that, however.

I second this, another use case for me is when I install a CLI project (a package that generates a CLI to `.julia/bin`) I want to have an isolated project...

I think I just copied the package environment then mutate on that? So there's a name in it. Or yeah you are right, I may not need the name but...

I think this is a bit related to what I was working on. CLIs can be one kind of the applications, since in principal they can be built in a...

I recently have been building some CLIs which I think are also "Applications". I agree with most of the comments above, but the current solution I'm using now is a...

> I thought about this some more and I don't think this is "correct". Firstly, we should have a "manifest" file that lists all the applications that are installed. This...

Just one related thought on this, if there is a registry for applications, then we can consider provide an option to compile the entire application as standalone executable on registry...

I guess this is something related: so I'm providing standalone binaries via PackageCompiler and GitHub Actions for CLIs made by Comonicon. This is done automatically, but it can still be...