aguingand
aguingand
#### Summary Related to #237 Deploy command generally doesn't need composer's `"require-dev"` dependencies. We can prevent installing these packages by adding the `--no-dev` option to `composer install`. This PR allows...
Spec: https://gist.github.com/aguingand/f5f7d4048fd2ea92887df5cc8239de86
E.G: Useful to remove tests submits
### Bug description Following up on https://github.com/laravel-idea/plugin/issues/737. When I'm using [attribute accessor](https://laravel.com/docs/10.x/eloquent-mutators#defining-an-accessor) in parallel with Sushi's [`$schema`](https://github.com/calebporzio/sushi#custom-schema), the helper code keeps the type defined in `$schema` instead of using the...
Refactor to use [Remark](https://github.com/remarkjs/remark) & [Rehype](https://github.com/rehypejs/rehype) instead of `markdown-it` & `prosemirror-markdown`
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I can reproduce an infinite loop during HMR. I have located the loop inside [`deepEqual`](https://github.com/vitejs/vite-plugin-vue/blob/46d0baa45c9e7cf4cd3ed773af5ba9f2a503b446/packages/plugin-vue/src/handleHotUpdate.ts#L205) function...
- [Â ] do not require blade fontawesome by default, it must be required by sharp project - [ ] impact migration docs + icons docs - [ ] detect...
There is some cases when you need to shift position according to boundary but not completely flipping to the other sides (e.g. popovers with contents only making sense underneath a...
Adding the Laravel Idea `ide.json` that allows autocompletion inside macro functions (https://laravel-idea.com/docs/ide_json/overview).