Ryan Tremblay

Results 93 comments of Ryan Tremblay

I'll definitely be interested in seeing the code changes to make that work!

typeStore (e.g. `RegisterClass`, `GetClass`) is not considered a public API, it is internal only, correct? If the goal is to be able to tree shake out unused stuff, then it...

Would this specifically be local builds, build agents, or both?

If CI VMs are the main concern, could we use GitHub workflow caching for the build output? This would effectively make the builds incremental. I’m not sure how hard it...

If it’s just build caching, then I’d think the binaries from both your lists could be included as well.

Since this would be caching specifically for the BN build within BRN, then BN is always configured with a specific JS engine etc., so I would expect caching to be...

@CedricGuillemet you did test this a while back on Windows and something wasn't working, correct? Do you recall what the issue was? Can you add some notes to this PR...

Found a private chat between us back in January and you said: > I tried to build&run your fix-render-order branch with PG 0.71 on Windows. It builds but crashes at...

This seems pretty react native specific. Can we introduce unit tests to this repo?

We have another issue about leveraging DependaBot to create a BRN PR (and potentially PR/CI build) when the BN master branch is updated. Would it make sense to investigate that...