Robert Dailey

Results 233 comments of Robert Dailey

> I swithed to another action that does it easy. @roslovets If you did, please mention the name here to help others out. Thank you.

What's worse, Atlassian is recommending BFG to migrate LFS files: https://confluence.atlassian.com/bitbucket/use-bfg-to-migrate-a-repo-to-git-lfs-834233484.html In 2019, it still seems like BFG is not recommended. But there is a lot of stale information out...

Shame that this issue is ongoing for 4 years. Taiga looked really promising too. Guess I'm not going to be using this software since I exclusively watch anime through Plex...

I have opened a pull request to correct this bug. IMHO, the code should correctly use `__cplusplus`. If there are platforms and/or toolchains that *incorrectly* set that value, then those...

That's true, but not my point. You aren't using `std::uncaught_exceptions()` in C++17 and you should. Sure, the singular version is available but deprecated. Some toolchains, such as MSVC, print a...

You're implying that it will be available with C++20, right? The whole point of this, as I understand it, is to have access to first class date processing without modifying...

I appreciate your time. It seems I will have to wait for C++20. I thought this was a general purpose library, which was my mistake. Since the implementation of this...

I think I'm getting this as well. MacOS 12 using ARM64 architecture. I enabled `COREHOST_TRACE=1` and got the following logs: Trace Logs ```txt Tracing enabled @ Sat Mar 19 23:57:10...

In my case, it's not reasonable to expect consumers of my application to install Visual Studio to mitigate the error. Mine is not a dev-time issue but happens on executables...