Heath Morrison

Results 18 comments of Heath Morrison

I had this problem also, but stumbled into an entry in the [FAQ](https://github.com/intridea/omniauth/wiki/FAQ). It contains the following even more concise solution, which I prefer: ``` Ruby # Added to config/initializers/omniauth.rb...

It took me a while to get around to upgrading and testing this, but in the latest version (v2.0.2) the problem remains.

I feel like I’ve been having or witnessing this conversation in some form or another for the past 20 years 🙄

We're also running into performance problems with the tree, particularly on mobile. We have 190 nodes and on some relatively modern mobile devices it takes a good 5-6 seconds to...

> Is there a way to get angular-ui-tree to only process branches when they are expanded? That would probably considerably speed up our data set, because at start all of...

Also experiencing this with `sls invoke local`. Is there a workaround while this PR is pending?

Hey @kevzettler - sorry for the trouble. Hmm. Async/await should not complicate how errors are handled, because async methods are just returning promises and exceptions are transformed into promise rejections....

Can you put together a small sample project demonstrating the problem? I'd be happy to then debug and fix it.

I'm also noticing this, but it's present only in the un-minified css. ``` Scallop:theme heath$ grep "^\.el-input {$" index.css | wc -l 10 ``` It's making debugging annoying as I...

Hey @bluepnume any thoughts on this issue? Maybe you can advise on a fix? I can probably find time to work on a PR