Steve Bennett
Steve Bennett
IMHO: - support 'country' as a synonym for 'countries' - allow the value to be provided as either comma-separated string, or array of strings. I don't think there's much need...
>It can also come down to what this library is intended as, a general purpose search control for mapbox-gl-js or a UI for the Mapbox Geocoding API. My suggestion would...
> you could end up with down the track with a bigger maintainable burden for things that are not core to the project. Which would compromise goal 1 :)
To add a requirement here, it would also be useful if the `localGeocoder` function could somehow indicate whether or not an API request is still needed. There are cases where...
I think a quick statement to the effect, "In particular, the `center`, `place_name` and `text` attributes are required".
The thought occurs to me that if so few fields are actually used, then it's probably just adding unnecessary complication to even refer to the Carmen format. It's probably simpler...
Sorry, yeah - I'm making a suggestion for an enhancement. (Not sure how to make that clearer). Perhaps Gitless should have a concept of the "current remote"...or maybe more usefully,...
>What if you wanted to create a local branch foo and origin (the default remote) had also a branch foo you were not aware of. Your local branch foo would...
I wonder if it's possible to go further here and make it the expectation that every local branch name matches a remote branch name (and require the user to take...
Thanks, that works. I guess the issue is - can it be made more intuitive, or easier to discover?