Cody Tooker

Results 6 comments of Cody Tooker

@rg777 have you discovered a way around this. I need to do the same thing for IOS and Android as I need different applications for QA testing purposes.

Added a readme. Is the name of the Type good in your opinion? With this approach there is the need to make a new type and export it for every...

On the client you would use it like so ```typescript import type FooControllerProps from 'App/Controllers/FooController' const FooPage = ({ bar }: FooControllerProps['show']) => { return {bar} } ``` The type...

I think there is ways around it. I'll have more time to dig in over the next few days and see what kind of solution I can come up with.

There is also the problem of Shared Data which may or not be available on certain routes, so this may not ever really be totally possible but I still think...

When running the Terminal.sh script from Iterm it opens a new terminal window. When running the Iterm2-vs.sh script nothing happens.