Thanh Nhan

Results 6 comments of Thanh Nhan

I got some missing css when change to `content: ['node_modules/daisyui/dist/**/*.js']`. For example, "p-2" class from dropdown content is missing. ![image](https://user-images.githubusercontent.com/4453811/181162663-64757c85-3a40-4093-b362-5cfbad015c5b.png) Is this specifc case or is there something else? Sorry...

> You should also add `node_modules/react-daisyui/dist/**/*.*js` to `content` of the TailwindCSS configuration > This solved the issue. It didn't occur to me that react components of daisyui uses some additional...

I have the same problem with him and here's my script. My script is to build docker image (`nginx` based) to serve Angular front-end module. ```gradle task buildDocker(type: Docker, dependsOn:...

This one really needs attention. vertx-mongo-client should support this since underling client does. This limitation is introducing so much hassle when dealing with multi-tenancy.

In my case, all requests require tenant id header, which is handled by authentication (multitenancy). Since openapi doesn't support putting common params in all endpoints, I had to put `@Paremeter(name...

I got some problems while building native artifact in project using "quarkus-hibernate-reactive-panache" > [error]: Build step io.quarkus.agroal.deployment.AgroalProcessor#build threw an exception: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the...