gingerlime

Results 128 comments of gingerlime

without `-T` I'm getting `the input device is not a TTY` One thing that I noticed however, shouldn't the command end with `--stdin `? but according to the Neomaker log,...

Here's a gist to help reproduce this https://gist.github.com/gingerlime/34e309b093a1abd077833578bb660fe0 Put it in a folder (other than `/app`), run `docker-compose up -d` Then inside neovim run ``` :let b:neomake_ruby_rubocop_exe = 'docker-compose' :let...

adding `['--stdin', '%']` results in this error in the log, so perhaps `tempfile_name` is necessary? (I have no clue what it does) ``` 17:26:47 3281 [D +36.0] [6.-:1:1] Running makers:...

I'm still confused about the second part to be honest 😕 ... maybe because I'm totally unfamiliar with Neomake ? In any case, the `t.vim` file provided does the trick...

Thanks again for taking the time to explain things, even after providing a workable solution. It's not very common in open-source projects. Maintaining a couple projects myself, I also try...

I have a similar issue. It takes very long time to load... meanwhile I get some OSX warnings that one of my network drives is disconnected. Then a blank screen....

I'm also seeing this issue. ```ruby class Book < AcrtiveRecord::Base scope :unpublished, -> { where(:published => false) } end class Ability include CanCan::Ability def initialize(user) can :manage, :all cannot :read,...

Thank you. I don't remember seeing this issue recently (reported end of 2019, so it's quite a while).

Also wondered about the same thing, and the search led me here. Is there any willingness to support this from the maintainers? are PRs for this going to be considered?...

This (or #163) seems like a popular request for our [Giraffe](https://github.com/kenhub/giraffe) users... Any ideas about the complexity of supporting this in Rickshaw? We'd be happy to try to contribute some...