Omid Pourhadi
Omid Pourhadi
Hi, I'm trying to create a custom pegdown serializer by implementing org.pegdown.ast.Visitor and I have a problem with parsing **new line**. for example I can't distinguish between this two paragraphs...
### Expected behaviour I want to help the user understand why my app needs a permission before showing android permission dialog. I'm using a helper dialog to explain that. I...
- null is bad - don't write code in constructor - immutability - catch me - fail-fast - object thinking, Are you still debugging
close input/output streams, code clean up
It is a common way that developers programmatically register beans into context specially in testing rather than reading bean definitions from external configuration sources, in this case, you need to...
Hi, I am not sure whether this is ByteBuddy or Lombok bug. I am trying to change javax.persistence to jakarta.persistence packages inside a legacy jar file with bytebuddy. ``` new...
supporting HTML RTL in Asciidoctor can be achieved by theme, this theme aims to demonstrate how you can use RTL in Asciidoctor for generating HTML.
Hi, I'm planning to write a markdown editor using ANTLR, regardless of the fact that I don't understand any single line of this project I want to ask is it...
Hi, When I navigate to a library source code and come back to my main method of my Java application. Run main|Debug main buttons are disabled until I close the...
Hi, **Problem :** I have a Java maven project with for example an apache `commons-io` dependency. When I put a breakpoint on one of the line in the library source...