<_whitenotifier-4>
[scopehal-apps] azonenberg fd987b4 - InstrumentThread: fixed bug where we falsely assume instruments deriving from FunctionGenerator actually have a FunctionGeneratorState
Degi has quit [Ping timeout: 248 seconds]
Degi has joined #scopehal
Bird|otherbox has quit [Read error: Connection reset by peer]
<d1b2>
<vipqualitypost> how can you open the demo scope on windows?
<d1b2>
<vipqualitypost> on mac/linux I usually just open with address /dev/null or something like that, on windows i can't seem to find an address that it's happy with to load the demo scope.
<azonenberg>
you should be able to put null transport and literally anything in the path box
<azonenberg>
"null" is what i usually use on linux
<azonenberg>
it doesnt have to be an actual device or ip
<azonenberg>
just a non-empty string
<d1b2>
<azonenberg> if "null" doesn't work as a path with driver "demo", transport "null", then that's a bug
<d1b2>
<azonenberg> the null transport explicitly does nothing and is there just because the API won't let you literally pass a null pointer
<d1b2>
<azonenberg> it's just an object that takes up space
<d1b2>
<azonenberg> (if you haven't been using the null transport, then that's your problem)
<d1b2>
<vipqualitypost> hmm I don't think I saw null in the dropdown, that would have been obvious, but maybe I'm tired
<d1b2>
<azonenberg> I'm working my way through the pending PRs, got pulled away fixing what i thought was a bug which turned out to be some filters that are not fully refactored to the new data model that i had forgotten about
<d1b2>
<azonenberg> i'll see if i can get the pending stuff reviewed tomorrow morning before work
<_whitenotifier-4>
[scopehal-docs] azonenberg c4ae7b7 - Merge pull request #96 from fredzo/master NanoVNA driver documentation + DTR flag for uart transport
<_whitenotifier-4>
[scopehal-docs] attie-argentum 6b708f8 - Add dependency 'mingw-w64-ucrt-x86_64-hidapi' to Windows build instructions
<_whitenotifier-4>
[scopehal-docs] attie-argentum 2f4aad9 - provide a default suggestion of 'ninja -j4' for Windows builds... ~1GB RAM per job is probably sensible
<_whitenotifier-4>
[scopehal-docs] azonenberg 7fcd8c6 - Merge branch 'win-hidapi' of github.com:attie-argentum/scopehal-docs
<_whitenotifier-4>
[scopehal-docs] azonenberg b867b91 - Merge branch 'win-ninja-jobs' of github.com:attie-argentum/scopehal-docs
<_whitenotifier-4>
[scopehal-docs] azonenberg closed pull request #101: provide a default suggestion of 'ninja -j4' for Windows builds... ~1GB RAM per job is probably sensible - https://github.com/ngscopeclient/scopehal-docs/pull/101
<_whitenotifier-4>
[scopehal-apps] azonenberg d014748 - Updated submodules with Siglent type fixes. 127 CodeQL warnings beforehand, let's see what we have after...
<_whitenotifier-4>
[scopehal-apps] azonenberg ad40383 - Added CodeQL exclusions for VkFFT and imgui so we can focus on our own bugs and warnings. Fixes #808.