Ivan Milosavljević

Results 11 issues of Ivan Milosavljević

In some situations Qulice incorrectly reports "Unused declared dependencies found" which causes build failure. In reality, the dependency is used in code. Maven dependency plugin 2.10 reports "No dependency problems...

bug
30 mins
DEV
postponed

I use jcabi-github 1.1.2. I want to get (fetch) all events for an issue in my repo. I use code similar to this: ```java Issue issue = repo.issues().get(3131); for (Event...

0crat/new

Hello @mifmif , I noticed one issue when generating some RegExps. If we try this: ``` Generex generex = new Generex("(.{1,6})( *, *(.{1,6})){0,5}"); System.out.println(generex.random()); ``` it takes about 1 second...

As documented in [Cannot vs. Can Not vs. Can’t—What’s the Difference?](https://www.grammarly.com/blog/cannot-or-can-not/) proper form in these cases is "cannot". This PR fixes/replaces two occurrences of "can not" with "cannot".

**Description:** Replace typos "the the" with "the".

The code currently in `withAll` on both mutable and immutable implementations calls `toArray` on `IntStream` which if the Stream is very large can be extremely expensive. Current mutable factory code:...

### Describe the bug I wanted to contribute by translating LocalSend to Serbian. Unfortunately I couldn't even build the project on MacOS Sonoma 14.2.1. ### To reproduce 1. Clone the...

macos

This PR allows to change line endings even for file with absolute path, for example `eolConverter /path/to/repo/path/to/file1.js`. Closes #3

### Describe the bug When I transfer files from LocalSend on Android to my computer, file creation timestamps are properly preserved. But when I open a picture in Photos (Gallery)...

Fixes various typos (mostly of `can not` -> `cannot` kind). Rationale is given in https://writingexplained.org/cannot-or-can-not-difference