Bryan Yap
Bryan Yap
I solved this on xcode adding the missing pod project to the `Unity-iPhone` group (right-click on the `Unity-iPhone` project then use `Add Files to “Unity-iPhone”`, for me the project was...
Hi @boocs, sorry for the late response, I got swept away by other things. This is the path I get for a Mac M1 for my project: The issue is...
hi @ancamcheachta, thanks again for your contribution! This does indeed solve the immediate problem, but as you have highlighted in the issue, this design is pretty memory intensive. I will...
@measlytwerp sorry I haven’t had a look at the issue in a while, this project sort of dropped off my radar as life got busier. Will try to put aside...
there should only be one source of truth in my opinion, model validations can be seen at a glance. So its a 2 for me :wink:
Thanks for clarifying @PurityControl :grinning:, I obviously didn’t read the description correctly. Well my opinion is then to avoid DB validations for the time being. At present, it doesn't add...
@betasve to address your concern, we need to look deeper into how Rails works underneath. Rails is essentially single-threaded, which means it can only process one request at a time....
@NikitaAvvakumov depends on how you set it up. For example, in WSO we have the following configuration: `worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)` in `config/unicorn.rb`. If you are really concerned about the...
@NikitaAvvakumov I don’t see this as an issue at this point. For one thing, this system isn’t even deployed yet, so we will never experience the issue. Even if it...