Bryan

Results 88 issues of Bryan

Signatures of Windows and LibUsb extensions don't match: Windows version will accept `List` but LibUsb will only accept `ReadOnlyList` Suggest changing LibUsb to accept `IEnumerable filterDeviceDefinitions` which is backwards compatible....

https://melbournedeveloper.github.io/Device.Net/articles/LinuxmacOSSupport.html The code sample doesn't compile. **WindowsUsbDeviceFactory** and **WindowsHidDeviceFactory** are unknown types. With the following imports: ``` using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Device.Net; #if...

Feature request - add a tracked isValidating flag for properties with async validations This will allow controls to show a spinner before showing a tick or cross icon for example.

Start with an empty text input Type `a` Async validator is called twice with `a` and a third time with `a` on `blur` Type a second character `b` Async validator...

in the template, class={{styleNamespace}}, {{@styleNamespace}} and {{this.styleNamespace}} all evaluate to no class attribute.

I have to add ``` svgJar: { sourceDirs: ['tests/dummy/public'] } ``` in order to see icons in the viewer when serving the dummy app. Haven't tried yet in an app...

Question

Running on laptop with face tracker as filter on internal webcam. In the process the webcam seems to have been left in an invalid state - after restarting OBS the...

bug

Tracking face successfully. Tracking location X moves the face within the output frame. Location Y does nothing. The face is zoomed in, so there's plenty of pixels top and bottom...

Submitted by @hesse2 Implement ArtTimeCode timecode output for controlling timecode shows in rendertime (https://art- net.org.uk/structure/time-keeping-triggering/arttimecode/) Of course if using Evee, render time is real time

enhancement

Submitted by @hesse2 Implement assignment of any incoming Art-Net values to any numeric input Would require a value mapping menu/window with conversion from int8 to any number scale. Preferably with...

enhancement