Mike Foster

Results 8 comments of Mike Foster

Just a wanted to post a work-around that I implemented for AWS. It's a makefile target. ``` carthage-update: @cd $(IOS_DIR) && carthage update --no-build @cd $(IOS_DIR)/Carthage/Checkouts/aws-sdk-ios/AWSiOSSDKv2.xcodeproj/xcshareddata/xcschemes && \ find ....

Hey @artwyman. Thanks for your feedback, and sorry for the slow response. I was able to carve out some time last week to put this pull request together, meaning I've...

Thanks for the heads up @mknejp. I need to absorb a bit more information on linearizing class hierarchies, but what I quickly read seems to suggest that this technique would...

Understood. I'm not sure virtual inheritance would be possible without having the sub-interfaces declared as such. But, there seems to be at least two other implementation approaches that will suffice....

Hey @artwyman. Thanks for checking in. You're correct. I have some pending investigation and possible actions to take before proceeding. I've just been side tracked with other work the last...

> I feel like I'm not seeing a full set of changes. I see you adding new cmd-line args for const style, but I don't see any cases of them...

The choice to use camelCase was a preference and we use it for everything in our Djinni interface files. The only problem that it caused was with underCaps. However, we...

The easiest way I found to get this working is to create a content directory within the RetroArch sandbox. And then manually set the `rgui_browser_directory` to that content directory. Then...