Theodore Watson

Results 450 comments of Theodore Watson

Could we use this approach for CORS and bundle that js file in the folder package? https://stackoverflow.com/a/72628095 ping @Jonathhhan - any thoughts?

Hey @Jonathhhan could you give this a try and see if it solves the CORS issue? https://stackoverflow.com/a/72628095

@Jonathhhan - that's awesome! if you want to update this PR with those changes - I'll merge it in.

Thanks! I'll test this out tomorrow and see if it does it all correctly. My thought was to set `ONLY_ACTIVE_ARCH` to YES for Debug and Release in both the OF...

@dimitre thanks for the reminder! Thinking about this more I think all we should do to address this is to set `Build Active Architecture Only` to `Yes` for Release builds...

@dimitre ahh - awesome didn't think it was already working like that. Yeah, I think I also backtracked a bit on the idea of ARCHS based on thinking for CI...

I think the can close this now - if the current behavior is Debug and Release only building active archs, that should be an improvement from before! Thanks @dimitre for...

@dimitre sure thing! I think the main thing to do then would be to figure out how to pass the My Mac / Any Mac parameter through to the [openFrameworksCompiled.xcodeProj](https://github.com/openframeworks/openFrameworks/blob/master/scripts/templates/osx/emptyExample.xcodeproj/project.pbxproj#L1364)...

@dimitre - can you try this: instead of: `a->setWindowShouldClose();` do: `a->close();` as that calls glfwDestroyWindow which will free the memory

@artificiel can you test what happens toggling fullscreen when the aspect ratio constraints don't match the fullscreen ratio? also curious when it comes out of fullscreen how if it stays...