<azonenberg>
wrt stat unification, i had been hoping to delay that until we deprecated glscopeclient
<azonenberg>
wrt session support in ng, hopefully very soon but i dont have a day figure yet
<azonenberg>
Basically i want to spend as little time backporting refactoring to glscopeclient as possible
<azonenberg>
So i want to quickly run through the remaining missing features and then just call a clean break as soon as we've done the remainder and tested them
<azonenberg>
and then we can start doing more extensive cleanup of things that would be hard to do otherwise
<azonenberg>
(Like switching the windows build towards a pure visual studio flow instead of mingw)
<d1b2>
<louis> OK, puzzling bug in ng: 1) open NG, filter graph 2) create constant, set to 2V 3) observe that the measurements window reports it as 0mV 4) observe that it is shown as 2V only when the right-click dialog on the constant node is open
<d1b2>
<louis> oh nvm figured it out
<d1b2>
<louis> creating the node had opened a second filter properties window that was hidden behind the filter graph window
<d1b2>
<louis> and that was set to 0V, and they were dueling back and forth
<d1b2>
<louis> OK, I have the changes for input ports for the PowerSupplyChannel
<d1b2>
<louis> In the working I also added a DemoPowerSupply
<d1b2>
<louis> related bug: attaching an input to a power supply (& probably also a load, etc) dosen't refresh the psu (& probably load) channel, so the value dosen't apply
<d1b2>
<Aleksorsist> Is anyone here running scopeclient on Arch? I've had nothing but problems with various GL libraries, finally got ngscopeclient to make but glscopeclient fails right afterwards and then the install command fails
<d1b2>
<Aleksorsist> Is there a way to build & install only ngscopeclient?
<d1b2>
<louis> 🖐️
<d1b2>
<louis> I don't ever install it, though. make ngscopeclient will build that only
<d1b2>
<Aleksorsist> Nice, I'll give that a try
bvernoux has joined #scopehal
<d1b2>
<Aleksorsist> Hopefully I don't encounter some weirdness due to running on a steam deck
<d1b2>
<Mughees> I am getting following error on launching ngscopeclient on latest repo: ngscopeclient: /media/mughees/473320c1-40a1-409b-a0c9-92b81360a712/scopehal-apps/src/imgui/imgui_draw.cpp:2150: ImFont* ImFontAtlas::AddFontFromFileTTF(const char, float, const ImFontConfig, const ImWchar*): Assertion `(0) && "Could not load font file!"' failed. Aborted
<d1b2>
<Mughees> Using latest ubuntu release.
<d1b2>
<louis> I had that. Complete clean rebuild (incl cmake) resolved it
<d1b2>
<Mughees> hmmmm...i'll try
<d1b2>
<Mughees> Nahh...even a fresh checout did not work