Senthil Arivudainambi

Results 10 comments of Senthil Arivudainambi

"rails/open_id_authentication plugin has been updated a few days ago and it breaks compatibility with the authlogic_openid gem (v=1.0.4)." http://stackoverflow.com/questions/2092694/authlogic-openid-error-uninitialized-constant-openidauthenticationinvalidopeni

After trying to make it work for an hour, I found a old version of plugin and cloned it. It works fine now. Guess that will have to do till...

I tried jekyll/minimal:3.8 and that worked ``` ~/p/sent-hil.github.io:master$ docker run --rm \ --volume="$PWD:/srv/jekyll" \ -it jekyll/minimal:$JEKYLL_VERSION \ jekyll build Unable to find image 'jekyll/minimal:3.8' locally 3.8: Pulling from jekyll/minimal 9d48c3bd43c5:...

@BookOfGreg I tried it today on new rails 6.1.4.4 app and it works, except when I add `mini_racer` gem as you suggested in https://github.com/reactjs/react-rails/issues/1035#issuecomment-541097024. I get the error: ``` *...

Checkout https://github.com/yannickglt/alfred-devdocs/pull/38, that fixed it for me.

@airnandez want to add in my thanks as well, very helpful to understand how to use it.

Weirdly it doesn't work with `cmd-0`, but works with certain keys like: `cmd-u` etc.

@sriranggd I solved it by going into the default shell in a Zed terminal, then adding the version of Ruby I wanted in `.ruby-version` in root, and then installing solargraph....

I had a similar problem where PySide6-6.8.0.2 didn't work, downgrading to 6.7.3 with `pip3 install pyside6==6.7.3` solved it for me.