Edouard Choinière
Edouard Choinière
Replaces #356, named "Msvc support 3" I rebased/cherry-picked the PR #356 in order to make it reviewable. The last 10 commits of that PR were of interest, but multiple have...
Replaces #354 I didn't reason if it was needed or not, but it is enough to close #354, as this is updated, mergeable, and reviewable. Note that the changes in...
Closes #5663 Waiting upon a standalone installer to be generated in order to test it works as intended. The issue in #5663 was reproduced by accident by simply trying to...
## Describe the bug g.parser has a weird title in the new docs. ## To reproduce I recently found out that the new manual pages are published online (yay! they...
I'd like to know your opinions on what automated formatting tool you'd be open to use. I have two options to suggest. There's the classic Black, a reference in the...
A couple of weeks ago, I tried to make the GUI of my project support High-DPI, especially on Windows. I wanted to see what were the extent of changes needed....
Makes the option available to be configured when using apidoc as an extension instead of as a command-line tool. ## Purpose The command-line version of apidoc allows to specify the...
**Is your feature request related to a problem? Please describe.** MSTest v4 removed the deprecated Assert.ThrowsException. In v3, Assert.ThrowsException had an autofix to replace to Assert.ThrowsExactly, but it is not...
### Type of issue Outdated article ### Description The ClearAllErrors method is a private method. It is not a main feature of ObservableValidator as stated in the doc page. I...
**Describe the bug** I have a unit test in my project that checked for an `InvalidOperationException` when adding two DateOnly together. Up until 5.7.0, the test case worked by checking...