DoctorVanGogh

Results 13 comments of DoctorVanGogh

Stupid question: A simple `youtube-dl -g [-f YourQuality] ` => Use resulting URL and "Open Network stream" in VLC will get you the VOD. So wouldn't something like that work...

It's explicitly aligned with how Unity resolves the *other* predefined `DependencyResolver` Attributes (`Dependency` & `OptionalDependency`). So sticking any "custom" attribute into the same lookup dictionaries as the predefined attributes _seems_...

Since I don't have vs 2019 available (yet), it'll just be a conceptual implementation: - Add new method(s) to `IUnityContainer` similar to the "new" `RegisterFactory` methods. Call them `RegisterResolverAttribute` (or...

_Tyler-IN: Collapsed rambling belligerent criticism including false allegations warranting a disrespectful censoring edit. There's some good advice here, but it's dripping with belligerence, and is ignorant of what is actually...

Totally chiming in here: Harmony can _never_ be a turn off ;) If you want to change runtime functionality and don't want things to end up in Detours-last-guy-wins-hell you'll need...

For a prototype implementation of my suggested changes see https://github.com/DoctorVanGogh/AvalonEdit/commit/db4368916ffdb37729956224996f6edc55a4e200 It keeps the "replace text" operation atomic in regards to any attached (overridden) logic on `TextSegment.OnSegmentChanged`. --- Edit: Also created...

Yep, that total lack of a numeric version guarantee threw me here too - I simply *assumed* it would always be `a.b.c.d-foo`with any possible garbage added at the back. Well,...

Look at the bottom left: 'Currently storing: XYZ'

Correction - Needs to be ```csharp class StorageOption { IEnumerable Storage { get; set; } int Priority { get; set; } } ```