P Mohan
P Mohan
Hi, I have following text. ``` require "prawn" Prawn::Document.generate("hello.pdf") do font("PYIDAUNGSU-2.5_REGULAR.TTF") do text "ပြည်ထောင်စု သမ္မတ မြန်မာနိုင်ငံတော် - Republic of the Union of Myanmar" end end ``` Following is the rendered...
Hi, After version 1.3, I can see that there are some improvements in the code and currently it is versioned as 1.5.0-SNAPSHOT. Any plan to release a new minor version?...
Hi, I find this project pretty helpful. Is there any plan to upgrade the dependencies? Regards
##### **Overview of the issue** When Hibernate schema validation is on, the application or tests fail when an enum is used in an entity with MySQL. ##### **Motivation for or...
This PR adds an example project, a readme file along with the source code on how to use the latest/custom localstack version. Please consider merging this as I believe this...
Fix #25421 --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where...
##### **Overview of the issue** This is follow up of failing build from https://github.com/jhipster/generator-jhipster/pull/26759 More logs at https://github.com/jhipster/generator-jhipster/actions/runs/9996829732/job/27632035168?pr=26759 ##### **Motivation for or Use Case** Schema validation should pass. ##### **Reproduce...