Fayaz Ahmed
Fayaz Ahmed
> @fayazara Depending on how badly you need it, you could move @nuxt/image-edge folder from node_modules into your own `vendor` directory, make the changes you need (e.g. mirror the changes...
> Hmmm not sure then. I'm using the `` tag like so with the changes from my PR #629 : > > ``` > src="/img/sample-image.jpg" > alt="Sample Image" > sizes="xs:100vw...
@adithyaakrishna Thank you for the PR. Please notify me whenever you think this is ready, we will merge it.
Let's merge this @aksharahegde if its working
Hey @Andyrrrrr, Yes, this was already under consideration. I was thinking of getting synonyms from the Datamuse [api](https://api.datamuse.com/words?rel_syn=journal). Could probably run a script and get these and integrate it with...
@scmmishra, @muhsin-k I am replacing showing toasts with alertMixin instead of bus emits, however skipped these two files, added comments 1. `app/javascript/dashboard/components/ui/DatePicker/DatePicker.vue` - Has Vue 3 script syntax 2. `app/javascript/v3/components/SnackBar/Container.vue`...
@scmmishra this was a really good catch. Some of these methods were doing more than just showing alerts, hence renamed them to showAlertMessage. 
https://github.com/aksharahegde/pahachaan/assets/15716057/46f72afa-3029-4af2-b19c-9da368a11efa I was about to log this issue 😂
Go ahead
@scmmishra Rewrote the composable to a helper method and replaced all the usage of this composable to a method