Paul Menzel

Results 158 issues of Paul Menzel

Using the [Neo keyboard layout](https://www.neo-layout.org/), `setxkbmap de neo` under GNU/Linux and X, some special characters are sent by pressing several keys. Tests are done with Notepad. For example, there is...

Currenty, the variable `INSTALL` seems to be used as [prefix][1], which for CMake is [`CMAKE_INSTALL_PREFIX`][2]. https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/257b2ba2a5b40b893bff203626331b4b9c96d681/SuiteSparse_config/SuiteSparse_config.mk#L60-L86 [Packagers often require support for *staged installs*.][3] From [CMake documentation][2]: > On UNIX one...

enhancement

Is there a reason that the option `:indented_paragraphs` is not supported by `formatted_text_box` besides nobody implemented it yet?

change-request

We got an Accton/Edgecore AS5114, but the ONIE support is not upstream. @david56, do you know more about the upstreaming status? ``` # fw_printenv arch=arm autoload=no baudrate=115200 board=mvebu_armada-8k board_name=mvebu_armada-8k boot_diag=if...

Factored out from merge/pull request https://github.com/opencomputeproject/onie/pull/949: >> Out of curiosity, why aren’t you just accepting the merge/pull request but manually cherry-pick the commit? > > Hi - it's a workflow...

Currently Bowtie 2 does not build on [64-bit PowerPC and Power Architecture processors (ppc64/ppc64le)](https://en.wikipedia.org/wiki/Ppc64). There are several portability issues (32/64-bit detection incorrectly using `uname`, and SSE hard-coded in the `Makefile`)....

The libev header `ev.h` is installed in `/usr/include/ev` on my system. $ ./configure --with-gnutls --with-libev does not `ev.h`. checking for SSL_is_quic... no configure: openssl does not have QUIC interface, disabling...

Currently the “last” tag is v2.0.5. Could you please add the tag v2.0.6?

Instead of hard-coding the include and library paths, pkg-config should be used. For example for SQLite: https://github.com/Gaius-Augustus/Augustus/blob/47189535180344e8aa49731237f35ce30efa8395/src/Makefile#L55-L64 Instead pkg-config could be used: INCL += $(pkg-config --cflags sqlite) LIBS += $(pkg-config...