Hongli Lai

Results 182 comments of Hongli Lai

It's in the docs. Example: `.github/workflows/ci.yml`

Much appreciated. We can test things out in a new repo for now. In the end I'd like to see the work be put inside the main repo because this...

Right now it will not be overwritten. But you raise a good point: there should be an official location for system-wide user-installed plugin. In my opinion, /usr/lib/rbenv/plugins should be reserved...

Actually I double checked the behavior. Currently fullstaq-rbenv does not even look in /usr/lib/rbenv/plugins. Instead, it only looks in $HOME/.rbenv/plugins. So right now, adding plugins to /usr/lib/rbenv/plugins has no effect.

Here's a specification of alternative 2's behavior. ![reviewbot](https://user-images.githubusercontent.com/819/98243974-fc9ddd80-1f6e-11eb-921e-973ad0a493ed.png) Diagram source: [reviewbot.drawio.zip](https://github.com/fullstaq-labs/fullstaq-ruby-server-edition/files/5494455/reviewbot.drawio.zip) (made with Diagrams.net) The main thing I added compared to the textual description above, is the concept of a...

Correct, that's exactly what this is supposed to be.

Yes it should be pretty trivial (though integration with the Debian alternatives system needs to be figured out, and documentation needs to be written for it). And contributions are always...

That is a good idea! With single version of GCC, do you mean a single version across all distributions, or a single version within the context of a single distribution?...