Alexander Sklar

Results 133 comments of Alexander Sklar

We use MSVC. We currently use only parts of folly (only as much as is needed to support [React Native for Windows](https://github.com/microsoft/react-native-windows/)). Note that there are parts of folly that...

For what it's worth, it doesn't seem like anything in RN (or at least the way we are consuming it), actually relies on fmt, which is why I was able...

![image](https://user-images.githubusercontent.com/22989529/88314642-12420c80-ccca-11ea-980d-a2f6332f6da2.png)

Thanks @avmoroz and @itinance I'll take another look in the next couple of days/early next week

yes, std::filesystem APIs that touch the filesystem will crash the app

it looks like at the end up the day the octokit api will call IHttpClient, which is thread safe (it can handle calls from multiple threads)

same exact version :-/

are there any logs I could collect? I consistently repro this on my end.

To clarify, this is a recent _breaking change_ which is affecting React Native for Windows. This has impacted several engineers' workflows. We used to be able to run `yarn change`...

If I understand the proposal, this is describing a meta-project; you write the project spec and then some tool will generate the appropriate platform-specific / build system-specific projects/solutions. For example,...