Shumpei Shiina

Results 7 issues of Shumpei Shiina

I recommend that an executable file check its modified time and that of `tmp` dir, so that old `tmp` dir is not be used if the executable file is newer...

help-wanted:starter
bug:unexpected behaviour

According to Hex, `Diplomat.Entity.insert/1`'s spec is: ```elixir insert([t()] | t()) :: {:ok, Diplomat.Key.t()} | Diplomat.Client.error() ``` However, it seems that it returns `[Diplomat.Key.t()]` when success. I think it should return...

## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) v5.0.0rc7 ### Describe how Open MPI was installed (e.g.,...

Target: v5.0.x

## Background information ### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.) v5.0.0rc7 ### Describe how Open MPI was installed (e.g.,...

Target: main
Target: v5.0.x

Implements #166. GitLab-style math expressions: ``$`math`$`` and math code blocks ```` ```math a + b = c ``` ````

It would be more useful if [GitLab-style math blocks](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/user/markdown.md#math) are supported. Inline math: ``$`a + b = c`$`` display math: ```` ```math a + b = c ``` ```` They...

content

I noticed that not all threads were working during graph generation. This was because the per-thread capacity (`standardCapacity` variable) was incorrectly specified as the global capacity, which is shared by...