Results 13 issues of Simon May

- Yubico Authenticator version: 5.0.2 - Operating system and version: Ubuntu 19.10 - YubiKey model and version: YubiKey 5 NFC - Bug description summary: Yubico Authenticator does not recognize QR...

Some styles use `\underline` for certain elements, such as `perldoc` for namespaces. However, the underlined text seems to use the wrong font family for some reason. For example, the minimal...

## Description When `unicode-math` v0.8k is loaded, the spacing of the superscript in the root `\sqrt[n]{x}` changes dramatically when a larger font size is chosen, resulting in very unpleasant output....

As far as I can tell, Unicode characters such as Greek letters are treated just like ordinary Latin letters by Mathematica. For example, a file `test.m` like ```mathematica varλ1a =...

As far as I can tell, it seems like `diffr` is not aware of encodings in any way and simply operates on and compares individual bytes. (At least I haven’t...

help wanted

It would be nice to have a clear way to get a function’s cache. I see there are functions `get_cache()`, `get_caches()`, and `find_caches()`, https://github.com/marius311/Memoization.jl/blob/7d183e2594b65effe98f75d564dbbd59cd881cf9/src/Memoization.jl#L30 https://github.com/marius311/Memoization.jl/blob/7d183e2594b65effe98f75d564dbbd59cd881cf9/src/Memoization.jl#L50 https://github.com/marius311/Memoization.jl/blob/7d183e2594b65effe98f75d564dbbd59cd881cf9/src/Memoization.jl#L81 but it’s not clear...

Not sure if this is something new to more recent Julia versions, but I’m getting the following when using SlurmClusterManager and Julia exits: ``` error in running finalizer: ErrorException("task switch...

I’m getting segmentation faults when using `Distributed` while passing `--threads` to Julia, even when I’m not actually using any of those threads (see the MWE below). Needless to say, this...

I’ve noticed that for large values of `pmap`’s `batch_size` parameter, the progress meter overhead becomes large, which is especially significant since in the cases where you’d want to increase `batch_size`...

Using `@showprogress enabled=false` suppresses output from being printed, but any overhead from updating the `Progress` object is still there (see e. g. `progress_map()`). I think `enabled=false` should make `@showprogress` a...