Aleksandar Simic
Aleksandar Simic
When checking if string is alphanumeric with croatian and serbian letters different results are got, although they should be the same. Example: `validator.isAlphanumeric('Ðina', 'sr-RS@latin')` will return `false`, while `validator.isAlphanumeric('Đina', 'sr-RS@latin')`...
Based on a code from master branch: ``` public start(): void { if (this.stopped) { debug('Starting consumer'); this.stopped = false; this.poll(); } } public stop(): void { debug('Stopping consumer'); this.stopped...
### Your environment. - Flutter version: *Flutter (Channel master, v1.18.1-pre.9, on Mac OS X 10.15.1 19B88, locale en-RS)* - Android studio details: ``` Android Studio 3.6.1 Build #AI-192.7142.36.36.6241897, built on...
## 🔹 Jira Ticket(s) if any * None ## ✏️ Description Disables logging in production. Per official [Android's documentation](https://developer.android.com/studio/publish/preparing#turn-off-logging-and-debugging) all logging should be disabled in production. Additionally, current logger is...
I don't know how much sense it has but it would be interesting feature if we would add ability for the developer to decide in runtime if something should be...