Tony Apuzzo

Results 7 issues of Tony Apuzzo

the semicolon breaks usage of this module on Windows if you have PowerShell or cmd shell, and probably other shells since a trailing ; is not ignored by those shells.

I also tried using the default path (which is created by nvm). This is on Windows Server 2012 running under PowerShell ``` PS> [System.Environment]::OSVersion.Version Major Minor Build Revision ----- -----...

Changing the default view in src/app/config/config.xqy from 'html' to 'json' causes many/most of the unit tests in src/test/suites/Framework Tests/routing.xqy to fail. I started adding ".html" to the test uris in...

bug
unit testing

The `--silent` flag used by the installer doesn't work and currently installing powertoys-np requires the user going through the full interactive wizard for both install and uninstall. See https://docs.microsoft.com/en-us/windows/powertoys/install for...

Hi, I'm seeing a strange issue in that the loginMessage seems corrupt or maybe encrypted. It is showing up as type `Buffer` instead of `string`. I've tried decoding it using...

Dockerfile and minor tweaks to run vesync-wsproxy in a container.

Hi, I've been trying to use this project with a moderately complex XML Schema that has recursive elements (for example, A can-contain B and B can-contain A.) The current code...