Scott Hutchinson
Scott Hutchinson
catch.hpp(11784): warning C26439: This kind of function may not throw. Declare it 'noexcept' (f.6). catch.hpp(4405): warning C26495: Variable 'Catch::Option::storage' is uninitialized. Always initialize a member variable (type.6). catch.hpp(8973): warning C26495:...
In my application, another project calls the `LoadWindow` function shown below. But after the user closes the `MsgTypeFiltersWindow` window and attempts to open it again by calling the `LoadWindow` function...
There doesn't seem to be any test coverage of the `Fixes.resolveNamespace` function. If I can figure out how to do it, I'll add some tests myself.
I was able to run the tests in a terminal, but they don't show up in the VS Test Explorer, so I don't know how to debug them or to...
https://github.com/fsharp/fsfoundation/blob/gh-pages/use/linux/index.md#option-1-install-the-cli-tools-and-use-your-own-editor Following these instructions in WSL2 resulted in: ``` scott@xx:/mnt/c/Users/hutchinsons$ dotnet --info dotnet: command not found scott@xx:/mnt/c/Users/hutchinsons$ whereis dotnet dotnet: /mnt/c/Program Files/dotnet/dotnet.exe /mnt/c/Program Files (x86)/dotnet/dotnet.exe scott@xx:/mnt/c/Users/hutchinsons$ /mnt/c/Program Files/dotnet/dotnet --info -bash:...
The -H. argument seems to be a typo. To run the command, I have to remove that argument.
This PR back-ports the PR #2334 to the v2.x branch, enabling v2.x to be used with the Address Sanitizer on Windows.
I appreciate any help y'all can give me with this issue. In my repo (an evolution of my repo that uses the RoseTree, which some of you helped me with...
api/alt-fuel-stations returns incorrect response for ev_network=Tesla&ev_connector_type=J1772COMBO
In the past few weeks, Tesla has started to install CCS (aka J1772COMBO) connectors at some of their supercharger stations in the United States in the form of 'magic docks'....
… Fueling Stations Related to Issue #310