Morten Kromberg
Morten Kromberg
Perhaps a better solution is to display "Last Configuration" only if it does NOT correspond to a saved entry? This feature is obviously useful when you are "noodling" and less...
I agree with the conclusion, but I don't think "I think much of this confusion comes from the fact that the Windows version of Dyalog is not separable from its...
Oops, hit the wrong button :)
I believe the WS FULL implemetation is currently correct, but only because the only summary functions supported are count, sum, max and min. If you needed to add avg or...
I think we should update the extension IF a name changes type AND the existing extension is the default extension for the old type. I think that covers your failing...
The problem here was that the "failed to fix" led me to believe that we had passed the contents to ⎕FIX rather than trying to de-serialise the array.
The message should be more explicit. I *think* that it is warning that there appears to be a .NET File System Watcher active for a folder which is not linked,...
There are no "threads running the file system watcher", threads are created to handle FSW events as they are generated by instances FSW objects. In this case, it looks like...
This is not generally possible, although it looks sensible in the case where the source is an existing file, it is not symmetrical. What if HttpCommand is not found, should...
Moved to 3.1 milestone: Link.Diff is still sufficiently fresh to not be ready for the big time as a public function.