Khurelkhuyag
Khurelkhuyag
Currently every escape functions using only charset names. If we use predefined `Charset` instance. it will run more faster. For example: Currently we have this method: `UriEscape.escapeUriPathSegment(String text, String encoding)`...
Can I escape only disallowed, unwise and reserved characters? I need to keep cyrillic characters as is. Somethins like `UriEscape.escapeUriPathMinimal()` method needed. for example: `биеийн жин.jpg` -> `биеийн%20жин.jpg`
I also tried to implement [module-info.java](https://github.com/hurelhuyag/modbus/tree/jpms-module-info) file. But it is [tricky](https://stackoverflow.com/questions/62442674/how-to-use-maven-with-both-jigsaw-and-jre-8-support) to support jre8 with module-info.class files. I think currently it is a better approach.
Compile-time class enhancement has advantages. When we use it hibernate does not need to create new classes at runtime. But this module is not working with the `hibernate-enhance-maven-plugin`. Because this...
I need to limit nest level to 2. I don't want 3rd level of children. How can I do this? ``` parent - child - - grandchildren (I don't want...
known hosts file are easy to detect hashed or not. I know there is "HashKnownHosts" configuration. But I think it is better automatically determine known hosts file using hash or...
https://hibernate.atlassian.net/browse/HHH-15541
**Description** Link is broken in readme file [https://pub.dev/packages/location_web](https://pub.dev/packages/location_web) **Expected behavior** Link should work **Steps To Reproduce** 1. Go to '[pub.dev/packages/location_web](https://pub.dev/packages/location_web)' 2. Click on link name `location` 3. See error **Tested...