tess1o

Results 4 issues of tess1o

Current TextOf has the following public constructor: ``` public TextOf(final Iterable iterable) { this( () -> new Joined( ", ", new Mapped( Object::toString, iterable ) ).asString() ); } ``` I...

If issues are fetched via a Jira Search, then comments for each issue will be missed and getComments() method will return an empty list. Thus, implemented a method getAllComments (similarly...

I'd like to configure AiServices that uses some Tools I've developed. I want the AiServices to use the Tools only and do not answer other questions not related to the...

enhancement

In the task `Notify about modifications of important files in VCS` you have to specify the exact branch you want to check and track. However, since you're really lazy you...