Arash Mousavi

Results 42 comments of Arash Mousavi

Sorry for late response, I was traveling. I'll have a look this afternoon.

I was checking your original issue #27, and as I remember the issue was not being able to parse the header, because the `Header` expects an array but `to_h` returns...

Sorry again for the delay, I will hopefully look into it today after work.

Your suggestion seems to change the behavior of `to_h`, hence breaking the public API. I suggest we do something [like this](https://github.com/arashm/PoParser/commit/50852ea36a9b22131e0c71a821706ce81b1345fe). Can you have a look and let me know...

It's kinda weird that every message in this topic start with an excuse for the delay on responses, but anyway, I'm sorry :sweat_smile: I (again) totally forgot about this for...

Is there any plan to actually merge this?

​We actually moved to premailer GEM due to this issue, and it's been working fine for us so far.

coc.nvim also kinda supports it https://github.com/neoclide/coc.nvim/wiki/Language-servers#using-shopifyruby-lsp

updating spring and running `bundle exec spring binstub --all` fixed my issue.

When doing `gem install middleman`, rubygems installs the `4.5.0` version. Forcing the version also fails. ``` ─$ gem install middleman -v 4.5.1 ERROR: Could not find a valid gem 'middleman'...