Raphaël

Results 9 comments of Raphaël

Same problem appear after installing jdk 8 after android studio. @loide 's solution worked for me ! @PaoloRotolo , I can't see the trick on the FAQ, did you just...

Actually, this might be a duplicate of #113

and also change the hovering (https://github.com/twitter/typeahead.js/issues/1195) ``` .tt-suggestion.tt-cursor, .tt-suggestion:hover { background-color: #0097CF; color: #FFFFFF; cursor: pointer; } ```

Any update on this issue. @matafokka solution works. Is there a another cleaner way? How to disable measurements output on draw?

Thanks @drobiAlex , I managed to make it work for me too. But using `this.map.mapObject` instead of `this.map.leafletObject`. Not sure what is the difference, but maybe this will help others!

Looks the same as https://github.com/rstudio/config/issues/42, so no solution than naming the list right?

Yes, that's what I wanted to show (it works without `Replace=T` but fail with it). Ok, I personally prefer the traditional `overwrite=FALSE`, which allows the modification even if the element...

What about the case where you might want to literally add data to an exsiting resources (i.e., with a `bind_rows()`). Should this be part of the scope of this function?

Ok, makes sense. I guess the functionality that I was thinking about is more precisely what bind_row does (no modification of the data) just adding data. Maybe another function `bind_resources()`,...