DoctorVanGogh

Results 11 issues of DoctorVanGogh

I've come across an issue which I *suspect* is caused by the internal implementation of `TextSegmentCollection.ReplaceText`, specifically this section https://github.com/icsharpcode/AvalonEdit/blob/47f61e9427b0cb2653f83e8c303b9ea94c8ef60c/ICSharpCode.AvalonEdit/Document/TextSegmentCollection.cs#L200-L203 A segment gets *removed* from the collection, then manipulated, then...

Issue-Question
Area-Editing

This is an updated PR to #38. I recently found myself with a private custom build of ffmpeg (to use all those lovely non-free parts) but that build _just_ _would_...

### Description If a constructor argument has a default value registered via `InjectionConstructor` then a matching `DependencyOverride` in a `Resolve` call is ignored. ### To Reproduce ```C# class Program {...

Bug :bug:

I tried upgrading a project to the latest release and noticed some breaking changes. *Most* of the issues were documented in unitycontainer/abstractions#97, but I've come about one issues where I'm...

Enhancement :hammer:

Activating just ModLib (1.0) on BL 1.1.1 causes a crash right before the main menu scene. LauncherData.xml: ```xml Singleplayer Native true SandBoxCore true StoryMode true CustomBattle true Sandbox true SoundTheAlarm...

To keep things centralized, some suggestions for interfaces here: ```csharp class StorageOption { IEnumerable Storage { get; set; } int Priority { get; set; } } ... IEnumerable GetStorageOptions( IEnumerable...

Wanted to submit a merchant today, and couldn't since it had a rare item. So tried logging in via discord oauth and noticed this service queries actual email adreses. **Big...

Currently the installer part of the mod manager is a .NET 3.5 WinForms application. I'd suggest porting this to a .NET Standard 2.0/ Xamarin.Forms 3.0 version. That framework would support...

https://github.com/pardeike/Reloader/blob/master/Reloader.cs#L26 queues a Long Event Handler. The second parameter of that method is a text _key_. Since there is no localization defined for the value, the text get's "weirdified".

I know this is an **old** sample, still submitting this PR ;) It would have helped me - hoping it will help someone else. It's basically my bare-bones demonstration of...