Bujju
Bujju
CC#
Created by Bujju on 12/17/2022 in #help
✅ Exception message not working
Nevermind I found the issue
5 replies
CC#
Created by Bujju on 12/17/2022 in #help
✅ Exception message not working
5 replies
CC#
Created by Bujju on 12/10/2022 in #help
✅ WPF Fonts
Nevermind I figured it out
3 replies
CC#
Created by Bujju on 11/25/2022 in #help
✅ Incorrect math
Thanks
8 replies
CC#
Created by Bujju on 11/16/2022 in #help
Help with refactoring [Answered]
Okay, I’ll do that. Thanks
8 replies
CC#
Created by Bujju on 11/16/2022 in #help
Help with refactoring [Answered]
It’s not actually a field 1, 2, and 3, those are just example names
8 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
Thanks
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
Ok
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
public Task<IEnumerable<DiscordAutoCompleteChoice>> Provider(AutocompleteContext ctx) =>
Task.FromResult(myList.OrderBy(x => Utilities.CompareStrings((string)ctx.OptionValue, x.Name)));
public Task<IEnumerable<DiscordAutoCompleteChoice>> Provider(AutocompleteContext ctx) =>
Task.FromResult(myList.OrderBy(x => Utilities.CompareStrings((string)ctx.OptionValue, x.Name)));
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
The method is being run in an async task if that could be causing the issue
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
Exception thrown: 'System.IndexOutOfRangeException' in RainBOT.dll
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
It doesn't highlight it in yellow, but it shows up in the Debug output
25 replies
CC#
Created by Bujju on 11/4/2022 in #help
Levenshtein distance method throwing `IndexOutOfRangeException` [Answered]
I don't remember how to find that
25 replies
CC#
Created by Bujju on 10/15/2022 in #help
Sort items in list to most similar to a specific string [Answered]
Thanks, I’ll use string.Compare()
5 replies
CC#
Created by Bujju on 10/14/2022 in #help
Modify property of object in List [Answered]
Thanks
13 replies