Matt Rabe

Results 9 issues of Matt Rabe

This ticket addresses the concept of allowing custom, extensible "markup" to be added to the body of a post, and then parse it in a controller method created by the...

idea

When decryption fails (which triggers the `onError` event handler) the data in the resulting store may not be formed as expected. The store will NOT be automatically reverted to `initialState`....

investigate :mag_right:

[`sentry-expo` 3.0](https://www.npmjs.com/package/sentry-expo?activeTab=versions) is about to be released (current is 3.0.0-rc4). That release will include a [breaking change](https://github.com/expo/sentry-expo/blob/1ae09d34365b33d3ffa5afe96ad4f7323edfb3dd/CHANGELOG.md#-breaking-changes) wherein exports are now namespaced. That change leads to this package failing with...

Re #35: stopGif() before .animationLoaded results in UI bug Check if `animationLoaded` is true. If so, execute script as usual. If not, call `abortLoading()` instead. Also requires that `abortLoading()` be...

Repro steps: 1. Hard to test without a really large animated GIF or some other way to slow load time down substantially. [I used this large img from wikipedia](https://upload.wikimedia.org/wikipedia/commons/a/a1/Lexington_original_configuration_orig.gif) 1....

In implementing this I have run into numerous issues, but the central issue I'm seeing seems to relate to the fact that all of the functions in src/Alexa.php are public,...

Contributions by Matt Rabe: 1) Added support for Multisite installs (even though "MS" is outdated at time of commit) 2) added support for translating URLs in the following additional areas:...

Okay, so my previous commit had some issues. And actually I found that some of the SQL syntax was invalid (wasn't sanitizing for apostrophes in content). This is now fixed.