Joshua Yoes
Joshua Yoes
These are the steps I followed and the solution worked for. I am doing a React Native for Windows project. This is the key part, each solution that uses C++...
I added `GlobalSupressions.prop` to my `~//windows/` directory ```xml _UNICODE;UNICODE;%(PreprocessorDefinitions);_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING; ``` Then I added clicked `Add Existing Property Sheet` to each C++ solution and navigated to the path of my `~//windows//GlobalSupressions.prop`....
I spent an hour or two with an engineer to take a closer look at this: The header file tries to define a private static instance of this class: https://github.com/microsoft/react-native-code-push/blob/75785cbabcfa9b2934bdb2c6626cfe95ba5d4977/windows/CodePush/CodePushConfig.h#L50...
Thank you so much for taking a look at this @vmoroz!
This PR does not have the splash-screen or app-icon generator implemented, but I wanted to get some feedback about the reaction of this approach before implementing more sophisticated scripts like...
Other interesting `zx` features of note: - [You can write these scripts as markdown files.](https://github.com/google/zx#markdown-scripts) - [You can execute remote scripts from a URL. So potentially cookbook recipes could be...
> @joshuayoes would something like https://github.com/plopjs/plop make more sense This is very interesting, I'll need to take a deeper look at this. But at first glance, this seems like a...
Originally suggested here https://github.com/infinitered/ignite/pull/2317#issuecomment-1427171617
Some issues that are prompting this: - https://github.com/infinitered/ignite/issues/2253 - https://github.com/infinitered/ignite/issues/2367 Historically, it appears the generator functionality has been the source of 100+ issues, not an insignificant source of maintenance cost:...
Reactotron has a monorepo with an example ignite app embedded in it: https://github.com/infinitered/reactotron/blob/master/apps/example-app Reactotron uses nx as a task runner but not much else of nx features. This would be...