Results 39 issues of Julian Rohrhuber

When the width of the text frame is small enough, horizontal lines do not adjust, but they wrap around. Instead it should adjust to the width of the frame. ##...

While nested emphasis and strong inline formatting is permitted in pandoc, and renders correctly there into pdf/tex/html, markdown-mode does not format the markdown accordingly: ``` __nested _nests_ nest nests__ **nested...

## Purpose and Motivation Reimplements `flop` by `makeFlopFuncString`, which returns a flopped function s that can be used with keyword arguments. This also fixes #5498. Ellipsis arguments didn't work before,...

comp: class library
API change

## Steps to reproduce In Preferences>Interpreter, check "Exclude default search paths". Then include the folder "Extensions" from the app support directory. ## Expected vs. actual behavior On recompiling the library,...

bug
comp: sclang

## Purpose and Motivation Fixes #5749 Note that this might break code, so it needs discussion. ## Types of changes - Bug fix - Breaking change ## To-do list -...

comp: class library
API change

## Steps to reproduce ```supercollider e = Environment.new; currentEnvironment = e; // these two lines should do the same: ~test = 56; e; // Environment[ (test -> 56) ] e[\test]...

bug

In cases of overshooting by tolerance, the simple round would result in wrong results. This fixes #4767. (well it might!) ## Purpose and Motivation This slightly changes the behaviour of...

comp: class library

I'm not sure how large the paper section should be. but this is a good overview, I still think: http://drops.dagstuhl.de/opus/frontdoor.php?source_opus=4420

Following the build instructions, the build fails wiith: ``` CC build/release/platform/gl/gl-ui.o CC build/release/platform/gl/gl-win32.o LINK build/release/mupdf-gl ld: warning: option -s is obsolete and being ignored Info: creating stash file /Volumes/data/git/sioyek/.qmake.stash Project...

Currently, it is sometimes obscure how `latency`, `sustain`, `delta` interact for samples and for synths. We need an overview and if necessary a fix in the implementation.

enhancement