Earlopain

Results 134 comments of Earlopain

I might have worded that a bit unfortunate, my bad. The project has many pages, but only two actually are using vue. It's clear that those two vue pages will...

The fix seems to have been released in [0.47.0](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md#0470---september-25-2022). #47 is a duplicate of this. I wanted to try this gem and was confused when some of the features were...

> I know that there are other linters that use RuboCop, such as haml-lint and slim-lint. I would like to ask the author of this gem for his opinion if...

This is still a problem. I recently got rid of JQuery Sortable, and now users are complaing that their gesture doesn't work anymore.

I'm not sure what the problem here is, there must be something you are doing wrong since the uploader has no problems doing it. Maybe this code snippet will help...

It is documented. On the api page is says `There are only four mandatory fields: you need to supply the file (either through a multipart form or through a source...

I agree, a better error message wouldn't hurt. I'll leave this open and get to it at a later date

Seems to be acidentally fixed by #357, more specifically 65fed7a800ca5e3adc9f22255cc136ccc290213a which just removes the function altogether. When this eventually gets merged providing a empty source isn't mandatory anymore

If this is being exposed like this then I think it needs some documetation on how to pass global and cop specific config to a test. See https://github.com/rubocop/rubocop-minitest/blob/b446022ea09b3f5558df9c0106c9e714c6fc1ec5/test/rubocop/cop/minitest/global_expectations_test.rb#L504-L513 and https://github.com/rubocop/rubocop-minitest/blob/b446022ea09b3f5558df9c0106c9e714c6fc1ec5/test/rubocop/cop/minitest/multiple_assertions_test.rb#L339-L343

That is basically the same, it needs to do a post search to count the results either way.