jmills
jmills
@lukechilds I finally got tests to [pass](https://travis-ci.org/github/lukechilds/zsh-nvm/builds/687301019) (yay escaping things!) - would love your thoughts on the PR whenever you get a chance!
hey @oktalk - this looks like a great solution, but I'm having trouble getting it working. I can't even get this to work: ``` constructor() { ... this.handleTouchStart = this.handleTouchStart.bind(this)...
Updated docs would be great! Outside of the existing docs, it would be good to have info on the use of `wp_safe_redirect()` and how to filter the list of external...
Also needing this; I think this might be doable via a plugin (https://docs.lando.dev/contrib/plugins.html) using some of the engine events (https://docs.lando.dev/api/engine.html) that get emitted. I might try working on this...if I...
I had a similar issue - it seems like the db user that gets created has very limited privileges, so I added a run step which fixed it. Note I...
For those looking at the example @mongkuen linked to, and curious about using `react-pose` as mentioned for more complex transitions, this blog post I found may be helpful. FWIW, super...
I like the idea of a conventionally-named export, but also don't think my opinion is particularly relevant :P That being said...if the framework moves away from the `default` export, does...
The [Network Information API](https://developer.mozilla.org/en-US/docs/Web/API/Network_Information_API) could be used as a progressive enhancement - it has good mobile support (Android Webview/Chrome for Android/Firefox Mobile/Opera Mobile) and is available on desktop via workers...
I just ran into this - seems like there should be a check to see if the target is even running Windows, as I'm also targeting Ubuntu, but anyways...looks like...