Nikolai Kraus

Results 3 issues of Nikolai Kraus

siunitx 2020/02/25 v2.8b accessibility 2019/11/02 v. 2.0.3 When I use more than one S column of the siunitx package I get a lot of errors like > Missing } inserted....

Confirmed

This PR aims to allow the user to select a different medicine (B) for the linked reminder than (A) that of the parent reminder. This would fulfil the original ask...

Version: 2.0.0 When I change an abbreviated version of the example to include a Field ``` python from pydantic import BaseModel, Field class Profile(BaseModel): username: str class LoginResponseData(BaseModel): profile: Profile...