Sean Callan
Sean Callan
Right now ExOauth2Provider relies on `preload/2` to load the owner from the access token: https://github.com/danschultzer/ex_oauth2_provider/blob/master/lib/ex_oauth2_provider.ex#L92-L98 In our application this less than ideal as we need to do some additional loading...
- [ ] Internationalization / gettext (see #2269) - [ ] Broadway - [ ] Flow - [ ] Cachex - [ ] Redix - [ ] Advanced Ecto Querying

Following my conversation with @Nitrino it was determined we need to create an issue it identify and implement some profile enhancements to companies. Some of these off the top of...
The industry list has been a sore spot for us for a long time, we've had a number of issues on the topic (#337, #252 are just two that come...
In order to provide the best support for location support and mapping companies/jobs/freelancers, we should encode locations into lat/lon. To properly store this we should look at using PostGIS in...
What are some possible improvements to the blog that would help with content discoverability? Some ideas off the top of my head: 1. Tag cloud 2. Posts by Author 3....
It would be good to identify some examples we can use both on the homepage and the "why elixir?" page to help highlight the features and beauty of the language.
Splat converts a hash into attribute key/value pairs. Slim: ``` slim .card*{'data-url'=>place_path(place), 'data-id'=>place.id} = place.name ``` HTML: ``` html Slim's house ``` See slim docs: [Splat Attributes](http://www.rubydoc.info/gems/slim/frames#Splat_attributes__).
Allow for the creation of tags using attribute splats. Attributes should include a `:tag` key. See Slim docs: [Dynamic Tags](http://www.rubydoc.info/gems/slim/frames#Dynamic_tags__)