René Schwaiger

Results 13 issues of René Schwaiger

# Issue Description While creating a [Homebrew formula for YAEP](https://github.com/sanssecours/homebrew-yaep), I noticed that building the software in parallel fails sometimes. # Steps to Reproduce ```sh mkdir build cd build #...

It would be really nice if you could add a git tag, such as `v1.0`, `1.0.0` or something similar, for the current version of YAEP. This would make it easier...

Hi, I know that this pull request contains some amount of shameless self promotion 😁, but hopefully someone else who uses TextMate and Cram finds the contained information useful. Kind...

# Description Currently we have to set array keys using the syntax `array/#number_of_entry`: ```sh kdb set user/array kdb set user/array/#0 "first element" kdb set user/array/#1 "second element" kdb ls user/array...

enhancement
usability
project2022w

This pull request updates the documentation on how to build BZFlag on macOS. I was able to build a universal binary following the updated instructions: [BZFlag.zip](https://github.com/BZFlag-Dev/bzflag/files/8010679/BZFlag.zip) The build instructions for...

# Description It looks like using the function `wrapper` fails, if we use Python 3.12 (to execute the code below). # Steps to Reproduce 1. Store the following code: ```py...

# Description Opening a HDF5 file on macOS (e.g. in Finder) with HDFView does not work. Instead of opening a window containing the actual HDF file HDFView presents an empty...

Component - Documentation

# Steps to Reproduce the Problem 1. Open HDFView 2. Select “Tools” → “User Options” in the menu bar # Expected Result A window shows up displaying the GUI for...

Component - HDFView

👋 Hi, this PR fixes some minor problems I noticed after writing a small script based on one of the AppleScript examples. If I should change anything in this pull...

This bug was reported via [email](irc://irc.freenode.net/#textmate) (sent in by [Michael Sheets](http://github.com/infininight)). The highlighting for the following code is incorrect: ``` LaTeX $\{sometext\}$ ``` **Expected result:** `\{` and `\}` have the...

Grammar
Bug