<d1b2>
<azonenberg> @fredzo_72653 Thanks. I'm still super busy at work, going into the office every day eats four hours out of my schedule even if i'm not working late. So i won't have a lot of time to review PRs or anything for the next week and change but should be back to WFH after this project wraps up
dingwat has joined #scopehal
<d1b2>
<fredzo_72653> No problem Andrew, no rush, I'm going to start working on LA support on another branch to keep this PR as it is. Good luck at work !
<d1b2>
<david.rysk> Windows uses utf16 in many places internally so you run into problems
JSharp has quit [*.net *.split]
JSharp has joined #scopehal
<d1b2>
<azonenberg> yeah std::filesystem stuff is probably going to be the long term way forward
<d1b2>
<david.rysk> yep
<d1b2>
<azonenberg> But i dont have the time to do that refactoring
<d1b2>
<azonenberg> My next priority for refactoring, which i have started in non-pushed stuff from last week but havent had a chance to touch
<d1b2>
<david.rysk> I've started but I have day job stuff to do
<d1b2>
<azonenberg> is unifying all of the instrument properties dialog stuff
<d1b2>
<azonenberg> so e.g. a power supply channel will have the same GUI and code semantics as a scope channel
<d1b2>
<azonenberg> (moving away from a global dialog per instrument does mean some settings, like power supply global on/off, will need to be exposed differently... still thinking about that)