Cristián Arenas Ulloa

Results 8 comments of Cristián Arenas Ulloa

I have the same problem. I can make it stop by specifying one of these error types: ``` db.transaction:: db.transaction:: db.transaction:: ``` I don't know which one I should choose,...

This started for me right when I updated, it had never been a problem for me before. But I found a list of similar issues: https://github.com/pqrs-org/Karabiner-Elements/issues/2985 https://github.com/pqrs-org/Karabiner-Elements/issues/3002 https://github.com/pqrs-org/Karabiner-Elements/issues/3030 https://github.com/pqrs-org/Karabiner-Elements/issues/3128 https://github.com/pqrs-org/Karabiner-Elements/issues/3155

As far as I know, this is typical macOS behavior. - 1D scroll = vertical scroll - Shift + 1D scroll = horizontal scroll Shift does not affect trackpads because...

You're right, that code is the opposite of a `xor`, it's an `xnor`: `!(a ^ b)`

You don't need to do that, it's already inserting and deleting rows. In fact, reloading your entire tableview for just a few insertions that may not even be on the...

Sorry, we have it in a private repo, but really, the only change is to make showAlert() public, I guess I'll do it here in GitHub, give me a minute

There you go: https://github.com/nickoneill/PermissionScope/pull/234

Hey, I just wanted to say that this was also happening to me, and `automaticallyAdjustsScrollViewInsets = false` did fix it for me too.