Bas Zalmstra
Bas Zalmstra
Thats an interesting idea! Would you be able to create a PR?
I think that would indeed be the best option. What's holding you back to merge #402 ?
Another approach for me would be to wall of the entire quetz server (make nothing public) and only be able to see all (public) channels when a user logs in.....
Also, the `/docs` part of the server is always public, is there a way to require authorization for that too? Or remove it completely?
I could do that but then I lose all the niceness of quetz authentication with azure and API keys. Thats sort of the whole point :) Would it be possible...
@wolfv did you have a chance to think about this? Would love to hop on a chat with you and discuss this more!
How would you now call this? Like this? ```bash micromamba update --self ``` I think this is a bit confusing because it mixes two commands, one to update and environment...
> Homebrew is using `update` to update `homebrew`, and `upgrade` to update packages. We're already using `update` to update packages so we need to come up with something else I...
You’re quite right there is very few documentation with regards to how to embed mun. The closest example is in the book: https://docs.mun-lang.org/ch01-03-hello-hot-reloading.html#mun-embedded-in-rust . You only really need the mun_runtime...
Some updates on this issue. In the last couple of months, we have been trying to build a completely standalone version of the Mun binary. We've gotten quite far but...