Sjoerd Cranen

Results 2 issues of Sjoerd Cranen

Out of the box, loading the module does not seem to work for me. **Steps to reproduce** ```console $ npm init -y && tsc --init [...] $ npm i opcua...

Let's say I want to convert a list `list` to an immutable sorted set `set`: ```java List list; // Source ImmutableSortedSet set; // Target ``` When creating a sorted, immutable...

type=enhancement
package=collect
status=triaged
P3