Arnold Roa

Results 19 issues of Arnold Roa

**Describe the bug** I login and what I see is the evernote web interface, not the tusk client. This mean the theme is not working. **To Reproduce** On ubuntu 18.04...

As you can see on the image, on a fresh ubuntu 16.10 install the elements appears without padding. Also the buttons dont have any kind of background, making it look...

If the string to be parsed contains a comma in the name it throws the wong email address. ``` Mail::Address.new('Arnold, Roa ').address => "Arnold" ```

I'm testing this gem, our application has tons of serializer, so I was thinking in overwrite all relationships with the `lazy_*` method. I could write a monkey path for this,...

The javascript files should not be converted to haml

On OSX El Capitan with pyenv With HEAD: ``` 2016-08-06 19:21:39,969 [ pgoapi] [ INFO] Adding 'GET_MAP_OBJECTS' to RPC request including arguments Traceback (most recent call last): File "pokecli.py", line...

Why you decided to have `binding.remote_pry` as method to call debugger and `pry-remote` to connect to it from shell instead of have `remote_pry` as shell command? What is more important...

I'm trying to setup this. $this->layout = 'bootstrap3'; But it says Layout file "View/Layouts/BoostCake/bootstrap3.ctp" is missing. Why is not that on your documentation?

I'm not sure if this is the best place to report this. I've a rails testing application I was using to learn about websockets using ActionCable. It was not working...