Martin Zarate

Results 51 comments of Martin Zarate

This would be glorious. Being able to register "okay, for this database, use these connection settings going forwards" would be wonderful. I just updated my team's internal devops infrastructure powershell...

Wasn't sure if the icon should be in GetInfo or in the main body like the options, though.

Will do. Wouldn't it be cleaner just to put the icon on the option itself? ```lua options_path = 'Settings/Interface/Player Centroid Marker' options_icon = "luaui/widgets/player-centroid-marker/main-icon.png" options_order ={...yadda...} options = { enable...

> > > Submenus are automatically inferred from paths, not directly from options menus. You wouldn't be able to add an icon to a submenu button with an option. Also,...

@mcintyre321 > Hi, thanks for using OneOf enough enough to extend it. I think this feature would be better off in an external package, rather than in the main project,...

@mcintyre321 I've added an alternate typecast-based approach here: https://github.com/mcintyre321/OneOf/pull/185

I have a PR up that provides a `.WithType()` function that lets you bolt on the missing types to an existing OneOf result object. It makes your case less verbose....

Typecast-based implementation of same problem here: https://github.com/mcintyre321/OneOf/pull/185 Works like this: ```cs OneOf GetOneOfABC() => DoSomething(); OneOf GetOneOfABCD() => (SomeDPredicate()) ? GetD() : GetOneOfABC(); //this is the cool part ``` where...

I just hit a similar bug it was very confusing. Not sure if it's the same version. According to Help/About I'm using Drawing 1.0.2. I select a box, click the...

Sorry I missed this notification I'll give those a shot.