Logidelic

Results 16 issues of Logidelic

I've been using this module for a while. Thanks for the work on it! However, based on my logging, I have a concern that the duration reported is quite inaccurate....

Currently testing on Lubuntu 17. Seems to work well! One thing I have noticed is that if the specified password is incorrect, then the desktop session displays a (standard) prompt...

The current documentation states: > Once this service is installed, the rootfs will be on the SSD. If you upgrade to a newer version of L4T using OTA updates (using...

bug

I've been using zxing-cpp for a while now and it seems to work just fine when trying to read a single code that is pre-cropped (in my case, a data-matrix)....

I've noticed quite a large memory leak using the Hybrid Binarizer (at least under certain circumstances). I've started debugging but so far haven't figured it out. Any ideas about this?...

If I choose "Show Console" from the menu, nothing is displayed. Is there a trick to actually see the console or is this a bug of some sort? If I...

I think it would be appropriate to offer async versions of WinRT calls that are not natively async. For example: `SoftwareBitmap.convert` (in `windows.graphics.imaging`) is synchronous and can block for a...

I was trying to cast to an IClosable interface, but I noticed that it was absent from @nodert-win10/windows.foundation. The documentation mentions: > .NET This interface appears as System.IDisposable. > C++/CX...

How can one set an object's Guid property? I tried the following: ``` var PdfPageRenderOptions = require('@nodert-win10/windows.data.pdf').PdfPageRenderOptions; var BitmapEncoder = require('@nodert-win10/windows.graphics.imaging').BitmapEncoder; var opts = new PdfPageRenderOptions(); opts.bitmapEncoderId = BitmapEncoder.bmpEncoderId; ```...

I'm trying to use gst-top on an Nvidia Xavier (Jetson platform). I was able to build it without problem, but when I execute gst-top-1.0 on my pipeline and then hit...

bug