Dónal Murtagh

Results 32 issues of Dónal Murtagh

Would it be possible to add support for attachments? The ideal solution would allow any attachments added to the mail to be downloaded via the UI, but a lesser solution...

This issue was introduced when upgrading from version 0.1.16 to 0.1.17. After upgrading to 0.1.17, I get this issue when I run `npm run build` ``` Failed to minify the...

I'm using the async typeahead with an API that returns data such as ``` [ {"id": "1", "text": "Product 1"}, {"id": "2", "text": "Product 2"}, {"id": "3", "text": "Product 3"},...

If you run the script to build the playground ``` "build:playground": "rimraf build && cross-env NODE_ENV=production webpack --config webpack.config.prod.js --optimize-minimize && cp playground/index.prod.html build/index.html", ``` It fails because `playground/index.prod.html` does...

The `v$` object is not initialised correctly when a component is tested with Vitest. I have a very simple component with a checkbox bound to `formData.accepted` ```javascript validations () {...

Some information is missing from the [migration guide for v0.X to v2.X](https://vuelidate-next.netlify.app/migration_guide.html) ## Validation Rules The validation rules to be changed from an object literal to an object returned by...

###### Which version and edition of Flyway are you using? 9.22.2 ###### If this is not the latest version, can you reproduce the issue with the latest one as well?...

s: needs investigation

**Vue-datepicker-next version**: 1.0.3 (latest) **Vue version**: 3.3.9 **Browser**: N/A **Steps to reproduce** Run the test below (Vue Test Utils v. 2.4.1) **Reproduction Link or Source Code** ```javascript import VueDatePickerNext from...

I would like my NPM dependencies to be installed in `/foo` instead of the default `/node_modules`. I added the following: ``` node { nodeModulesDir = file("${project.projectDir}/foo") } ``` But when...

Before I added this starter to my app I had my own `@ControllerAdvice` error handler. By default, this doesn't handle exceptions thrown by filters, so I added [a filter](https://stackoverflow.com/a/55864206/2648) to...