gamerover98

Results 9 issues of gamerover98

**Modem type**: DGA4130 **GUI version**: 9.6.92-29c5b4ed ### Solution https://github.com/Ansuel/tch-nginx-gui/issues/1151#issuecomment-1221565400 ### Request Including a way to limit down/up Mbps speed for each device would be helpful. ## My current situation A...

Hi, I'm trying to hide inline values but it doesn't work. This is an example: ``` double a = something.getValue(); if (a > 50) { // do something... } ```...

bug
enhancement

### Foreword These days, I spend a lot of time testing the behavior of the `BeanProperty`. As I read in the wiki: > ConfigMe will never return a bean in...

beanmapper

**The problem** It is not easy to create a list or array of BeanProperty. At the moment, I have found this solution: ```JAVA @Getter @Setter // Lombok public class Country...

### Description Some Java frameworks, such as _Spring Boot_, provide comprehensive [Java Bean Validation](https://docs.spring.io/spring-framework/reference/core/validation/beanvalidation.html) support for checking the values of DTOs, Entities, and more. ```JAVA public class PersonForm { @NotNull...

**I have implemented an initial version that does not use memory to write a document.** This solution is useful in cases where it’s necessary to create large Excel documents sequentially,...

# Problem I am experiencing a memory usage issue when creating very large Excel documents using fastexcel. While inserting cells into a worksheet with maximum dimensions (`16,384` columns by `1,048,576`...

### Please agree to the following - [x] I have searched [existing issues](https://github.com/cryptomator/android/issues?q=) for duplicates - [x] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/android/blob/develop/.github/CODE_OF_CONDUCT.md) ### Summary The '+'...

type:bug

### Feature Request: Windows Disk-Mount as Virtual Disk #### Summary Request to add support for mounting an Android device's storage as a virtual disk in Windows, enabling users to access...

enhancement