Ryan McCauley
Ryan McCauley
## Description of bug / unexpected behavior It used to be the case you could pass a list of colors to create a stroke gradient, but from what I can...
## Description of bug / unexpected behavior In opengl the polygram example shows some corners are not rendered correctly when the width is increased. This may point to an issue...
## Overview: What does this pull request change? ## Motivation and Explanation: Why and how do your changes improve the library? This is another batch of tests reused from cairo...
## Changelog / Overview Fixes #1666 - Allows coords_to_point to accept sequences - Adds padding for mobject's shift method when less than 3 dimensions are set ## Motivation Some type...
## Description of what I changed This PR skips validation of concept names and concept maps when the concept being validated is retired. As part of the test there was...
### Search first - [X] I searched and no similar issues were found ### Description Handling of multiple resources found for a given path is currently limited to two modes...
## Description of what I changed Added support for fhir EpisodeOfCare with a mapping from the openmrs PatientProgram. This is a one-way mapping from the openmrs PatientProgram to EpisodeOfCare and...
https://github.com/JorenSix/Tarsos/blob/4b3f172314766f9d2ff85946f7c82d32e5d4b5a1/src/be/tarsos/midi/MidiToWavRenderer.java#L149 In the class **MidiToWavRenderer** when using custom SoundBank to create the wav file their is an attempt to unload the default SoundBank: `this.synth.unloadAllInstruments(soundbank);` `soundbank` is the custom SoundBank and...
https://github.com/JorenSix/Tarsos/blob/4b3f172314766f9d2ff85946f7c82d32e5d4b5a1/src/be/tarsos/midi/MidiToWavRenderer.java#L148 In the class MidiToWavRenderer the method createWavFile() that allows the user include a custom SoundBank calls the AudioSynthesizer's open() method. It is then calls its' overloaded method which attempts...
Is there a way to limit the number of context lines before and after a modified / added / removed line?