BADAL SARKAR
BADAL SARKAR
Hello, I would like to work on this issue. I will add a function `GHMyself:addKey(title, key)`. It it is alright, please can assign this issue to me.
I was following [this](https://github.com/hub4j/github-api/blob/master/CONTRIBUTING.md#setting-up-credential) instruction. This `mvn install -Dtest=WireMockStatusReporterTest` works fine. But running `mvn install -Dtest.github.useProxy -Dtest=WireMockStatusReporterTest` gives the following error- ``` [INFO] Running org.kohsuke.github.WireMockStatusReporterTest SLF4J: Failed to load class...
Hello @domokane , I would like to work on this issue. Please let me know if it is alright. Thanks you.
Thank you. I am looking at the code base. And once I have a plan, I will discuss with you.
Hi Fabio, I have started working on this one.
Hi, Finally got some time as my exams are over. I have been browsing the code base and design documents and found that Butterfly exposes some API for manipulating text....
Yes. It does. Let me do some work.
I looked at the library [https://github.com/tools4j/unix4j](https://github.com/tools4j/unix4j). It doesn't have out of the box support for evaluating pattern over multiple lines. We have to manually replace the new line character with...
Hi Favio, I have looked into all three options- **Java Core API** We are already using it. **[Unix4j](https://github.com/tools4j/unix4j)** It is not possible to match regex over multiple line directly. It...
Hi Fabio, The [Jawk](https://github.com/hoijui/Jawk) library's binary is not published anywhere. We need to build the binaries ourselves. How should I add it as dependency?