Marc Pervaz Boocha
Marc Pervaz Boocha
Well the problematic commands are arch-nspawn and mkchrootpkg(uses arch-nspwan underneath anyways). So we need to talk to devtools devs to investigate whether user namespaces could work(The only method to get...
we can add a grub use flag for grub stuff. If possible mask the use flag.
Nice. Actually rbenv uses a similar method. There are 4 rbenv commands relevant to this: rehash init exec which Rehash regenerates a wrapper over rbenv exec. (basically `rbenv exec $@`)...
I suggest a minimal quick & dirty website. We can make a proper one a little later. Btw are the maintainers own the domain. Just to make sure due to...
Well there is one important fact that I discovered. There are four types of programs that need to be dealt with. - Some programs like 'Emacs -nw' are fully broken...
Ackerman function should be test as it very good in creating stack overflows and impossible to avoid recursion.
Well there is no need for pure yaml, but its definitely a convention that all non password fields have a key: value convention. So doing could allow tools to parse...
Stock for me is 600 MB. But I noticed that if I removed any stock app on CM 14.1 that duplicates functionality of gapps I save 200MB. So The net...
There could be to ways to handle it. Since we are localhost so we could do this via other protocols or via directory structure. I think the best way to...
Well there should be no difference between the binstub and rbenv exec. For example, ruby /path/to/script.rb and rbenv exec ruby /path/to/script.rb invoke different version of ruby if /path/to/.ruby-version is different...