Alex Bartis
Alex Bartis
I have this method. It should iterate through all open pages and find a specific one by title. ``` function pauseXteamRadio(callback) { (async () => { try { const browser...
When I run my app with HeapInspector, I start it in AppDelegate in didFinishLaunching, a couple of seconds in running it, the simulator freezes. Both the record and heap buttons,...
As the title says. Once the color has been set once, it can't be changed anymore, no matter how many times I call ```.backgroundColor```. This blocks usage in an app...