René Schwaiger
René Schwaiger
> I am planning to do this before the year end. Great to hear. > And, Rene, thank you for a lot work you do to YAEP. I think you...
I think you can also use the environment variables `CFLAGS` and `CXXFLAGS` to fix the issue: ```sh env CFLAGS='-fPIC' CXXFLAGS='-fPIC' cmake -DCMAKE_BUILD_TYPE=Release .. ``` .
> hi, Could you please advise where to add the env variable? many thanks! You need to set the environment variables before you create the build system. On macOS and...
I think the most simple solution would be to reserve a certain prefix for MSR config file names. For example, we could just require that every config file name we...
> …all the cases I had up to now where leftovers from unsuccessful or aborted previous test runs. In that case the second solution you proposed above: > - the...
> Could you please elaborate? TEST**DIR** points to a file? The variable saves the directory of the file under test. For example, if your file under test is `foo/bar/test.t`, then...
> I think, however, we should consider to use less generic names ("add" could be anything, see also #265). How about `kdb append` then? Another option might be `kdb list...
> What about setarray? (or array-set conforming to #265) array-add or array-append, array is okay, too. | Command | Rating | |--------------|-------| | setarray | ★★⭐︎⭐︎⭐︎ | | array-set |...
Hi Mark, thank you for the bug report. Can you please provide [steps to reproduce the problem](https://github.com/textmate/bugs#writing-bug-reports)? The steps below show, how I tried to reproduce the issue. 1. Open...
Hi teored90, > I wonder if there is the possibility to make the `-output-directory` parameter work with `latexmk`. currently this is not possible. I like the idea behind the option...