Amir Rami

Results 6 issues of Amir Rami

**Please describe what the rule should do:** The rule, as demonstrated in https://github.com/vuejs/eslint-plugin-vue/issues/855#issuecomment-538750738 and #1829 should enforce line breaks between HTML tags in template. Not all tags, just siblings. **What...

new rule proposition
in consideration

## Detailed description From my understanding after giving it a quick look, this middleware combines duplicate attributes into one, for a single tag. Well this also combines [Alpine's](https://github.com/alpinejs/alpine) `x-bind:attribute` which...

Hi, I was wondering if there's a possibility we could implement a feature where we could get a tree with max depth. The issue I have is while building comments...

### Issue: Because Laravel processes routes on a first-come-first-serve basis, if you have routes with the same URI on different domains, it doesn't matter which domain you are trying to...

I want to be able to reply to a tweet with status update. Very useful with Twitter bots that have a Laravel back-end. I'm willing to code this.

This PR adds the ability to reply to a tweet with status update, discussed in #75 . Example: ```php public function toTwitter(mixed $notifiable) { return (new TwitterStatusUpdate('@christophrumpel Laravel notifications are...