Sebastian Malton

Results 129 issues of Sebastian Malton

Hello, it with version `10.2` it does not seem like it is possible to use the newer `FairMutex` with a condvar since the condvar `wait_xxx` functions all only take `MutexGuard`.

Sometimes it is necessary to have a stack of threads waiting on some condition. An example would be waiting on a condition to be true that each successive thread waits...

Monitors are thread safe structs and they generally have some way of "yielding" to threads trying to get into the struct instance. These are generally done at the function level...

This change allows for multiple mixed data types in the xml JSON representation to be correctly produced in XML

The following is modified example from the readme: ```js var example5 = [{ toys: [{ _attr: { decade: '80s', locale: 'US' } }, { toy: [{ _attr: { decade: '80s',...

The readings tool is amazing but it seems like the GABC modification inputs are a bit of a black art. I tried looking through the code in `readings.js` but I...

It would be nice if there was an option to add a dash within the preparatory and accented syllables when they are "next" to another syllable. Example off: ```tex \item...

Like with the replacement of `ae` with `æ` it would be cool if `V/` was replace with `℣` and `R/` was replaced with `℟`.