Francisco

Results 11 issues of Francisco

Somehow JRuby rubies are affecting my MRI rubies. First I install some MRI rubies: ``` ruby-build 2.2.1 /opt/rubies/2.2.1 ruby-build 2.1.5 /opt/rubies/2.1.5 ``` And everything works fine until I install some...

jruby

I am getting false positives in the rule `mocha/no-sibling-hooks` when calling a function called `setup`. I don't think it is a Mocha hook, otherwise it would be nice being able...

**Describe the bug** Version: 13.0.3 **To Reproduce** I have a monorepo with multiple packages. My tsconfig looks like this: ```json { "include": ["packages/*/src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"], "compilerOptions": { "target": "es2016",...

I have multiple gemified Padrino apps sharing a common layout. One of them has the main layout and the others point theirs to the central one. I noticed that the...

enhancement

Currently files like `*.html.erb` and `*.js.erb` are detected just as `ft=eruby` Since Vim supports multiple filetypes, it seems better if **vim-ruby** sets also multiple filetypes for those files, like `ft=javascript.eruby`...

ftplugin

Is there any plan for adding field coercion along the validations?

enhancement

Although the $query operator is not always needed, in some cases I do want to write a native query like this: ``` query = mongo.find("$query" => {:aggregate_id=>"1ZC"}, "$orderby" => {...

Diffy is almost what I needed, except for the part where I also wanted to generate patches from a diff. Is this feature being considered for the long run?

I've been a while battling a merge problem until I realized that merging an object with an array silently fails. For example ``` let o1 = { services: { nginx:...

So far I must load my templates like this: ``` // In App file: require(['jquery','hbs!/assets/templates/contact/phone'], // In main require file: hbs: { disableI18n: true, partialsUrl: '/assets/templates' } ``` However, even...