Carlos Azuaje

Results 24 issues of Carlos Azuaje

https://github.com/spree-contrib/spree_wishlist/blob/7fddd1d41b2e6149858bbf4474983aa435a28935/app/views/spree/wishlists/show.html.erb#L54 ![Screenshot from 2019-05-07 17-58-01](https://user-images.githubusercontent.com/12489333/57332736-be153180-70f1-11e9-930b-6a761a69bb9e.png) I fixed this bug with this code ``` erb ``` We should talk about it.

Why does sinatra-authenticatetion not detect my template engine configuration? ``` require 'sinatra/base' require 'sinatra/flash' require "sinatra-authentication" require 'slim' class ApplicationController < Sinatra::Base #if you want flash messages register Sinatra::Flash register...

Could you assign me this issue if you are interested?

https://github.com/pallets/flask/releases/tag/1.0.2 Could you assign me this issue if you are interested?

I am using python 2.7.11 and tried to run the `geocode.py` script But i get error... `ValueError: No Json object could be decoded in` In this line: `result = json.loads(h.request(url,'GET')[1])`...