Kelton Manzanares
Kelton Manzanares
@giulioprovasi, are you sure `User.first.languages` returns `[:en, :fr, :ca]`? I'm pretty sure it returns `[:en, :fr, :ca, :empty]`.
Did you end up styling this to match? or has someone else and can they share the code?
for future reference or in case it helps anyone, here is how i styled the button ```css .mapboxgl-ctrl-geocoder { height: 29px; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);...
Bump on this. Must have for us to be able to add images to a parsed spreadsheet. I've looked through the docs, issues, examples and haven't found anything that indicates...
With lodash you can do something like this. I had to add a timeout between my batched requests though. ```javascript fetch('/reporter/current_user') .then(response => response.json()) .then(files => _.chunk(files, 100).map(cache.addAll)) .catch(error =>...
I ran into this same issue. Would be happy to propose a PR, but it seems the owner of this repo is no longer following up on PRs/issues. Do you...
Care to open a PR?