Alex Pavloff

Results 8 issues of Alex Pavloff

I've got some imagery from a PhaseOne camera. Exiftool has it documented here: https://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/PhaseOne.html I see how to create the Directory and Descriptors for a MakerNote. Assuming a relatively conventional...

``` StandaloneFileBrowser.OpenFilePanelAsync("Test", "", "", false, (string[] paths) => { throw new Exception("UNHANDLED"); }); ``` This is using MonoBleedingEdge, but any exception thrown from there will kill the Editor or the...

rtkbase requires username and password for the local NTRIP caster service. It would be nice to have an option to remove the username and password. ![image](https://user-images.githubusercontent.com/10382630/157348328-e298699a-7025-4a42-8948-3047c57cd0f3.png)

enhancement

``` hub_connection = HubConnectionBuilder()\ .with_url('http://localhost:8080/signalr', options={"verify_ssl": False, "skip_negotiation": True } )\ .configure_logging(logging.DEBUG).build() ``` results in ``` 2022-08-10 10:46:35,189 - SignalRCoreClient - DEBUG - Connection started 2022-08-10 10:46:35,190 - SignalRCoreClient -...

Using rtspclientsink in a custom pipeline resulted in a hang in `GstPipelineHandler::Stop()`. The function would get called twice for the pipeline, and hang the second time through the call awaiting...

Using the NuGet package 0.5.3013, a simple call to .QRCodeWatcher.IsSupported results in a MissingMethodException ``` MissingMethodException: System.RuntimeType::GetGUID(System.Type,System.Byte[]) at System.RuntimeType.get_GUID () [0x00000] in :0 at WinRT.IObjectReference.As[T] () [0x00000] in :0 at...

I have an ADSB feeder with a rather good view and antenna. I get the following WARNINGs when feeding. `[INFO] Retrieved 214 ADS-B aircraft messages. [WARNING] Queue full, dropping oldest...

Following the install instruction on Ubuntu via the .deb file route does not result in a working install. Everything seems to install, but adsbcot complains about the pytak module not...