Lasse Vågsæther Karlsen

Results 14 issues of Lasse Vågsæther Karlsen

I believe "git push -f" is bad advice unless enough due diligence has been done to verify that this won't cause bigger problems. I downvote answers that jump to this...

When I turn in quests now, normal quests mind you, I get this error: `Message: Interface\FrameXML\QuestUtils.lua:282: Usage: local isWorldQuest = C_QuestLog.IsWorldQuest(questID) Time: Sun Oct 25 14:21:28 2020 Count: 3 Stack:...

The help text, displayed by executing /dc without parameters, does not show any information about the setdelay command.

It seems the logic for finding out which chest that can pick up an item looks like this: 1. For each loose item in the world 2. Find the chest...

Goal: * Support .NET Standard 1.x * Support .NET Standard 2.x * Support .NET Framework 4.x where "x" above in each instance is the lowest value that makes sense, to...

Static methods will map to a new default instance, with an Obsolete marking, but make sure all legacy methods are still supported.

The dumper engine should use a rule-based approach for determining how to dump a particular instance. 3rd party code should also be allowed to register their own dump rules that...

The dumper engine should support adding new rules for specific types. Some types don't lend themselves to being dumped in a format that has value for the debugging process. There...

With the release for .NET Core 2.0 and .NET Standard 2.0 I want to see if I need to add support specifically for this.

I tried to merge the following scenario: base: {} left: {a} right: {} {b} This is what I want to happen: base: {} left: {a} right: {} {b} merged: {a}...