T.C.

Results 5 issues of T.C.

In some cases as the [post](https://stackoverflow.com/questions/31100703/stripping-ffff-prefix-from-request-connection-remoteaddress-nodejs) mentioned, the `registration_ip` will be IPv4-mapped IPv6 address format, like `::ffff:aaa.bbb.ccc.ddd` which exceeds the definition of the `registration_ip` in DB (which is STRING(20)) and...

Due to [known issue of `ldap_exop_passwd` method](https://bugs.php.net/bug.php?id=80820), the current implementation always returns successful page even if the password has not been changed due to the restrictions of `ppolicy`. That is...

bug

**Describe the bug** According to the [docs](https://docs.spring.io/spring-cloud-function/docs/current/reference/html/spring-cloud-function.html#_kotlin_lambda_support), a lambda can be used to implement `java.utl.function.Cusumer`. However, if calls a suspend method in the body, the lambda must add `suspend` keywords...

waiting-on-feedback

I wanted to inquire if I can use relative distances instead of real distances with the solution. The case is mainly related to `RSSI` which is a relative value to...

When executing `mvn clean install`, the following error occurs: ``` Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.623 sec