Daniel Florey
Daniel Florey
...using new Directive class :-)
I'm trying to use client side validation with vaadin-text-field. When calling .checkValidity() the state is reported correctly (true/false), but both .validity and .validationMessage are not available on vaadin-text-field even though...
We are building the stripe integration for our customers (https://www.ultradox.com) based on the stripe API spec. It is working to some degree, but it would be very nice to some...
Getting error when property is using generics (types should match): ``` (property) .definition: T | undefined Type 'StringFieldDefinition | undefined' is not assignable to 'T | undefined'lit-plugin(no-incompatible-type-binding)(2304) ``` Have to...
JMTE may produce illegal XML output when using XMLEncoder. XMLEncoder should use something like this to filter illegal Unicode characters (on top of current encoding rules): int codePoint = text.codePointAt(i);...
Preset management allow videopak to store certain settings (numbers and strings) in a preset. Presets will be written to a config file in json format. This allows users of a...