Fernando
Fernando
This keeps happening to us. It's been like 3 times I hit this myself since I reported the issue. Our users are hitting it a lot too.
@MatkovIvan how do you replace NSApplication._crashOnException implementation with yours? Can you please provide a more complete example? Sorry, coming from Swift world and basic Objective-C knowledge here. :) Thanks!
In case it helps, here it is another workaround. We ended up using grunt-lineending before usemin so it replaces all Windows line feeds. ``` lineending: { dist: { options: {...
We keep hitting this. Restarting the app seems to fix it. Any suggestions about how to avoid restarting the app? Thank you!
Set as draft until we release Multi to support this feature.
I haven't tried it but maybe it can be implemented using $http interceptors. It's not great to intercept all requests (including Angular's) though. In my case, I ended up refactoring...