panbingkun

Results 183 comments of panbingkun

When there is no configuration (eg: `log4j2.properties`) in `conf`, the above issue will be triggered; If there is, then this issue does not exist. ``` rootLogger.level = debug ```

I `guess` besides the above scenario, there may be other scenarios that triggered this loading in advance.

> I still can't reproduce this one latest master branch. I will try on a different laptop and get back here today. > > Update: I tried on another laptop...

Let me restore the changes to the `scalafmt`. The case is as follows: - Before - After Obviously, using the `3.8.3` version of `scalafmt`, the formatting code is incorrect. I...

> > We already have array_position which does something similar. Granted it is 1 based, and it does not return the position of where you could insert your data. Why...

> is it possible to implement this expression with `StaticInvoke`? We can add a bunch of overloads that are specified for variant primitive types. Let me investigate it.

> is it possible to implement this expression with `StaticInvoke`? We can add a bunch of overloads that are specified for variant primitive types. Updated.