Results 9 comments of Henrich Horváth

You can easily check with: ```js import { TranslateService } from '@ngx-translate/core'; constructor(private translateService: TranslateService) { } public hasTranslation(translationKey: string, language?: string): boolean { const translations = this.translateService.translations[language || this.translateService.currentLang];...

```cs .Where(...) .Select(user => new { StartsWith = user.Username.StartsWith(query), Model = ModixUser.FromIGuildUser(user) }) .OrderByDescending(x => x.StartsWith) .Take(10) .Select(x => x.Model); ``` should be enough (and its compilable by EF)

Can we leave that `Description` line from that format? And title could be just longer and contain more information about the resource (if necessary)

What about command for listing all users *eligible* for promotion (joined >= 20 days, DNM* (of last 20 days) 85). `!promo eligible` (or `!promo fitting` or whatever) Output: ``` #...

If benchmark would run a minute or two, wouldn´t that cause connection timeout? I am not sure if Benchmark.Net is suitable for this because running it usually takes some time...

Of course. > Filter bellow ID column is correctly filled with {{id}} but results are not filtered by this filter and show some other infractions. See on screenshot: ![image](https://user-images.githubusercontent.com/4542110/139699273-f7f631c1-b80f-4bed-99aa-bb460bbc9b35.png)

what about just lowering minimum comment length from 3 to 0? (sometimes comment are helpful, sometimes not, so just make them optional)

Also if you have animations enabled and see a tearing, create one `CircularSliderAppearance` and then reuse it, don´t create it on every `build`.

also have this issue, for now no workaround found