Barthy

Results 33 comments of Barthy

@ota-meshi This suggested rule focuses solely on 'top-level' options (i.e. data, props, computed, ...), while the `new-line-between-multi-line-property` rule applies to any nested object. My team and I style components with...

Since `vue/padding-lines-in-component-definition` would affect all objects within a component definition, I would suggest a "default" or "global" setting, overridden for specific keys: ```js "vue/padding-lines-in-component-definition": { "padding": "always" | "never" |...

FYI I have some time off (18.03. - 28.03.) and would like to submit an implementation once we agree on a schema.

I like the freedom of configuration this provides, but I'm not happy with the names yet. We always configure either padding lines _between items_ or _within each item_. Here's an...

Thanks @ota-meshi for the thumbs-up, can I understand this as an approval? @FloEdelmann any further notes?

Hello! I have the same problem, and have already set the right values in config.xml: `` `` Which results in an android manifest that has the following tag: `` I...

+1! @nermolov have you decided to work on this?

@westonganger It doesn't compile for me either. I have to admit from the beginning, that I find the whole gradle and android build mechanisms to be very confusing and opaque....

We've been struggling with this for a few years, too. It's a huge pain for code reviews, merge requests, merge conflicts, etc... We do not have any use for the...

I'm very interested in hubot pinning messages. I want to extend [cha55son/hubot-task-manager](https://github.com/cha55son/hubot-task-manager). Hubot should be able to create a **pinned** message and update it when tasks are added or removed.