Louis Strous

Results 8 issues of Louis Strous

I found a reliable reproduction scenario and a code change that fixes #56 for me. Reproduction scenario: 1. Visit a C++ file that contains a syntax error. (Presumably the programming...

Your claim that "If the behavior remains uncorrected, only one problem occurs" (namely the WEEKDAY problem for dates before the non-existent year-1900 leap day) is incorrect. There is at least...

CI created
writer-input-required

I tried building micro-profiler myself in the hope that that would circumvent issue #83 (to which I contributed some logs yesterday), but Conan ran into errors. The first one was...

Calling the 'defined' VMethod on an undefined variable raises the "undefined variable" error if template runtime option STRICT is on, so that VMethod is not useful then. It would be...

Bug

`Badger::Filesystem::File::directory` and `Badger::Filesystem::File::parent` yield a `Badger::Filesystem::Directory` that omits the `File`'s volume part. Example: ``` use Badger::Filesystem 'FS'; $file = FS->file('C:/path/to/file.txt'); # Badger::Filesystem::File $file->path; # 'C:\path\to\file.txt', OK $file->volume; # 'C:', OK...

The email address on the "About" page in the app doesn't work. I tried sending a message to it on 2024-03-05 and got the following response: failed: host aspmx.l.google.com (142.250.27.26)...

Your app says that the holiday Good Friday falls on Sunday since 2022, which is wrong. The app says that Good Friday this year falls on Easter Sunday. In 2021...

When I declare a C++ variable template and a partial specialization of that template and annotate both with Doxygen style comments then only the primary template gets mentioned in the...