Kristian Gerardsson
Kristian Gerardsson
Please merge :D badly need this
Would be nice with a rails command to copy over the engine stuff, like `rails mountain_view:copy_assets` :)
I can try, but not today :) Will start using MV later this week, can try then :)
@phackwer awesome! @miguelgraz it would be great if your plugin would navigate the tree from its current position: 1. Hit cmd+k,cmd+f and navigate using the arrow keys in "folder A"...
Similar issue here. `GoogleLoginResponse` has `.accessToken`, but the type doesn't know that. All I get is `.code` available. `if ("profileObj" in res) {` is not a very good/common pattern in...
I tried to fork it, but the source is not a compiled package. Not sure how to handle a non compiled node_module with webpacker :D Even tho my config uses...
Fixed like this in my (private) fork :)
Just merge the PR please! :)
Maintained alternative: https://github.com/kenn/active_flag
My workaround `containerStyle={{ height: 12 }}` 12 (half), because my markers are 24px height, so the container ends at the bottom edge of the markers. :(