Rui Figueira

Results 34 comments of Rui Figueira

+1, I0m also struggling with the same problems

I'm also experiencing the double modal frame/border issue reported by @richterfritz with BS3. For the time being, I'm removing the .modal-dialog div as a quick fix.

Weird, I was trying to replicate the error but without success (I'm almost certain that I saw the reported issue happening before). @defodji, can you please provide a basic project...

Is this component excluded from Vuetify 3?

Ok, that's fine, thanks.

I understand. I reverted the implicit parsing with `locations: true, sourceFile: code`. But if the user explicitly includes the source file by provdiing a `parser` function, a function's `.toString` will...

hi @Siubaak did you have a chance to look into my new proposal?

I added some integration tests using a [Mailpit](https://mailpit.axllent.org) testcontainer, both in TLS/SSL mode and using `STARTTLS`.

A trick to run a static file server is to override `context` fixture and use [browserContext.route](https://playwright.dev/docs/api/class-browsercontext#browser-context-route). To give it a try, just create an `hello.html` file with `Hello World!` and,...