Davis

Results 14 comments of Davis
trafficstars

> and have it date stamped so I can keep tabs on when I wrote it. Is it truly necessary for the broader audience to keep tabs on when the...

Thank you for your continued interest in KeyGo and your willingness to beta test enhancements. Unfortunately, I haven't had the time to make progress on adding the timestamp feature you...

Hey @uzumyemezahmet-ctrl, vielen Dank für Ihre Nachricht. Leider konnte ich Ihr Problem nicht reproduzieren. Könnten Sie mir daher bitte die App Version, bei welcher das Problem entsteht nennen?

Hey @ItsKruml thanks for your request, I will look into it

I considered merging it now. With v2 still moving, not only the images but also the descriptions will likely go stale before release. I’m trying to avoid changes I might...

Unfortunately, there’s no way for me to estimate the v2 release at this time.

> Hello, > > great addition. Could you add some local unit tests to help be sure we cover those regex? > > Thanks 🙏 Of course, since all tests...

I identified and resolved a bug that compromised backward compatibility by modifying the regex to allow `com.example.foo.bar` when the component scan string is `com.example.foo`. Additionally, I enhanced the testing suite...

Yeah, this PR looks great. However devs are required to type out every package to scan, with my proposal, devs could just use the glob pattern to include packages. Maybe...