Chris Glein
Chris Glein
Question: How often are we caching on Paper? If you give RNW a uri, and then RNW itself loads it into a memory stream, and only after that hands it...
Is it just the Watch window that doesn't work? Or is the same true for the Locals window?
Adding link to documentation PR that adds workarounds and references this issue: https://github.com/microsoft/react-native-windows-samples/pull/931
Next step: replicate the steps applied to the Win32 console app to embed the resource and see if that can be applied to the eventual template app.
This has been implemented. But when running as a fully published store app it fails with this error: `[0x80070057] The specified path (UNABLE_TO_MASK_PATH) is too long. It exceeds the maximum...
Verified working as of canary 776 in this PR: https://github.com/chrisglein/artificial-chat/pull/137
@Yajur-Grover can you add a note of which specific prop is being set? This is happening due to prop on the control and not region setting. We need both to...
Related: - https://github.com/microsoft/react-native-windows/issues/7748 - https://github.com/microsoft/react-native-windows/issues/7774 Need to make a decision on whether we update this for 0.73. Doesn't seem like there's a reason for us to not match core and...
@chiaramooney Can you check the forking status of these files given the integration payload for the past couple months?
> Should I try using Chakra instead of Hermes? As far as something to try, you can. Hermes is our default test case now though. We have testing for CLI...