P Mohan

Results 20 comments of P Mohan

I am also having same problem. Is there any workaround for this?

Just for future reference, moving ignore pattern to `permitAll` has some performance impact as [mentioned here](https://github.com/spring-projects/spring-security/issues/10938#issuecomment-1062359527) and it will be fixed by https://github.com/spring-projects/spring-security/issues/10913

Note: The result is same with Noto Serif Myanmar fonts. https://www.google.com/get/noto/#serif-mymr

Thanks @pointlessone for your response. Sorry for stupid question, but how can I confirm that ligatures is lacking? Generally in the text editors or word processors, the combination happens automatically....

Hi @pointlessone , I raised an issue to one of the font developer, however, they think that this **might** be a problem with library/platform I am using, the library/platform might...

Thanks both @gettalong & @gettalong for your inputs. Basically I am generating pdf using https://github.com/asciidoctor/asciidoctor-pdf which depends on prawnpdf. Now I understand I am out of luck here. Is there...

Thanks @pointlessone . I think this will be very broad thing to understand and implement. My current level in this domain is "zero". However, can you please let me know...

@odrotbohm, Can you please let me know what was your workaround? Or did you stop using this library? For me, Here is what I have been doing, - Build only...

A few years back, I integrated Bucket4J through https://github.com/MarcGiffing/bucket4j-spring-boot-starter in a JHipster-based spring MVC backend. It was super easy to integrate and the repo has great documentation as well.

From what I can see in the Jhipster Online git repository, it already uses caching with ECache, then it would be much easier IMO. [The Getting Started section shows examples](https://github.com/MarcGiffing/bucket4j-spring-boot-starter?tab=readme-ov-file#getting-started)...