Chadwick Boulay
Chadwick Boulay
> that said we can use metadata - so I'm not sure if you'd lose any specification info We'd still have to agree on the specifications. What will the field...
@DenisMot - I'd appreciate your feedback on #65 And your above issue was fixed (ended up manually adding @executable_path/../../Frameworks to the RPATH), but it might end up moot depending on...
@andraderenew , I would appreciate it if you could test the hombrew formula. https://github.com/labstreaminglayer/homebrew-tap (currently targeting 1.14b9, only because I didn't bump it to 1.15 yet)
I have a Mac with an M1 now so I can test on my own. `brew install labstreaminglayer/tap/labrecorder` should do it. But, if I recall correctly, it wasn't so simple....
I now have LabRecorder building both the library-bundled version that gets deployed to the GitHub release page, as well as the slimmer version that gets deployed as a [bottle](https://github.com/labstreaminglayer/homebrew-tap/releases/download/v1.14/labrecorder-1.14.2.big_sur.bottle.tar.gz). For...
That's great information. Thank you. I'll be getting a MBP M1Pro sometime next week or the week after and this will be a top priority. I'm going to prioritize a...
Hi @DenisMot , just got a new MBP and I'm digging in. QtNetwork depends on `libbrotlidec.1.dylib` so this library gets properly bundled by `macdeployqt`. However, the transient dependency `libbrotlicommon.1.dylib` does...
Does this use the same Qt GUI as desktop? If yes, what version of Qt is required? My recent PR #7 is built against 5.11 but I don't think there's...
>For now, if Lab Recorder functionality is needed on Android, the developer would need to make a Java wrapper around some sort of Lab Recorder library. Is someone currently building...
>For example, if the target file can't be written (e.g. due to lacking permissions, or if it already exists), the call to xdfwriter::xdfwriter can throw an exception that can be...