-
**Expected behaviour**
`dev-tools` can be deployed using ansible.
**Current behaviour**
`ruby-ronn` is used to build the dev-tools manual pages. It can currently be installed pretty easily a…
-
I am trying the macports way. And after I am done with the following steps
sudo port install libconfig-hr
sudo port install readline
sudo port install lua51
sudo port install python34
sudo port i…
-
```
Line 49 of procnamemodule.c line 49 is:
strncpy(argv[0], name , strlen(name));
For a really long name this risks overwriting other arguments. It seems
safer to do:
strncpy(argv[0], name , strle…
-
"Both SYNOPSIS and the list in DESCRIPTION need to be alphabetized. In SYNOPSIS flags without an argument all go on one line, and flags within that line are alphabetized. Flags with arguments are alph…
-
Hello @ewwhite,
Do you know (or should I start poking around and report what I see?) what the ramifications of [native ZFS encryption](https://github.com/zfsonlinux/zfs/pull/5769) would be on this …
-
In some scenarios it might be interesting to get statistics about glibc arena use etc. Maybe it would be possible to extract that data via an agent from the target vm.
-
Build following instructions in BUILDING.md with:
**cd libjxl
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF ..**
-- The C compiler identification is GNU 10.2.1
-- The…
-
In https://github.com/jupyter/jupyter_server/issues/320, @SnarkBoojum submitted a manpage for Jupyter Server that largely encoded the results from `--help`. We realized that it would make more sense t…
-
Vlad wrote:
> Нужны голды на основе reference implementation. И вот тут видно, что manpages прошёл длиннющий путь, но последнего шажка (наделать собственно голден тестов) не сделал. Ради которого соб…
-
Host: Windows 10
Guest: Ubuntu 20.04
I would like directories to have permissions 711, and files to have permissions 600. This is not possible using the `umask` option.
My current /etc/fstab (n…