dwieringa

Results 5 issues of dwieringa

In production, I have Rollbar sometimes reporting `Cannot read property removeChild of undefined/null expression` from the following line: https://github.com/polonel/SnackBar/blob/507e661b9db204da49a6236680c73612ff85a9e8/src/js/snackbar.js#L129 I noticed that the other reference to `removeChild` first verifies that...

Is there a way I can allow dragging only under certain conditions?

I just got bit my an autoloading issue. In my current scenario, I have a Rails 5.0 app where I previously added two related "apps" to via namespacing. After having...

errata

This section states that engines can't be mounted multiple times. Doesn't https://github.com/rails/rails/pull/29662 resolve this?

errata
rails update

I've recently moved a project that uses Gravity to Xcode 6 and I'm getting warnings where NSInteger and NSUInteger types are assigned or passed to 32-bit values. I've made an...