Muhammad Sohail

Results 5 issues of Muhammad Sohail

As the title states, sometimes suggestions on small buffer can get annoying especially for 1-3 characters. These changes add support for a buffer min size. Added/updated tests accordingly.

### List of changes: - Upgrading all dependencies to latest stable/compatible versions. - No major API adjustments required apart from mongoose MongoId being instantiated with `new` and mongoose no longer...

Following is some sample code to replicate the issue: ```java import java.util.List; public class Tester { test(T input) { return ConcreteEntry.from(input.get(0)); // Error here } public static void main(String[] args)...

Following is some sample code to replicate the issue: ```java public class Tester { public void test() { System.out.println("Testing: " + T.getStuff()); // Error is here } public static void...

bug
upstream
compile

Hi! I saw recently that a feature to change java versions has been mentioned in the documentations, [here](https://gettaurus.org/docs/Cloud/#Changing-the-Java-version). I was wondering when we could expect this feature to be available?...