Steffen Möller

Results 61 issues of Steffen Möller

Hello, Admittedly, I do not see any immediate need to address any of these warnings. Kind regards, Steffen ``` $ gcc --version gcc (Debian 10.2.0-3) 10.2.0 ``` ``` libtool: compile:...

enhancement
compiler warning

The first encounter with the cwl for executing something needs to be as simple as ... donno ... something really simple. The traditional "Hello world!" for instance does not need...

Dear netboot.me team, your offer is fantastic, have many many thanks. What I'd consider missing is a closer link with the communities providing the isos. Well, maybe you have them...

Hello, I keep running into ``` /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./include -DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN -pthread -I/usr/include -I/usr/lib/arb/INCLUDE -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -g -O2 -fdebug-prefix-map=/home/moeller/tmp/sina=. -fstack-protector-strong -Wformat -Werror=format-security...

bug

Hello, Even though I had access to several UART implementations for the iCEstick already, including one I had implemented myself, it was indeed yours with your very intuitive naming of...

Dear Bill, I had a look at compiling FInd_Orb for Linux and found Lunar over it. Many thanks for your work! The context is that I was about to prepare...

The sample files I only found after my initial attempt to work directly with the files I had prepared in the past for ROSIE and then looked into the source...

Hello, I had [a long stare](https://github.com/nf-core/cutandrun/issues/197) at the cut'n'run result files and now came up my own little downstream workflow to finally have some gene lists and FASTA files. This...

--- grabix-0.0~git20130718.orig/grabix.cpp +++ grabix-0.0~git20130718/grabix.cpp @@ -261,7 +261,7 @@ srand(seed); ``` // reservoir sample ``` - size_t s, N, result_size; - uint64_t N=0, result_size=0; vector sample; kstring_t *line; line = new...