jamienich

Results 5 issues of jamienich

Hi @jshank thank you for putting together bwalink. It appears the bwalink supports linux/amd64, I expected it would operate on the Raspberry Pi? Context: BWALink Docker Setup Notes: On a...

The generated types don't include null when the wsdl element attribute nillable=true is set. i.e. `my_generated_field string|null, ` When the wsdl is parsed, nillable field settings can likely be inspected,...

### Description Added feature, new wsdl option ignoreAttributesUndefined, when set to false undefined attribute values will be mapped to xml self closing tags i.e. with no values. Only nulls will...

# Description/Steps to reproduce The xmlHandler equality operator "==" evaluates undefined and null values as true as follows: xmlHandler.js, Lines 165-173 ``` if (val == null) { if (descriptor.isNillable) {...

Added authentication type azure-active-directory-cli which uses AzureCliCredential from @azure/identity. This authentication type has been added to support AVD development in place of azure-active-directory-default/DefaultAzureCredential to ensure the AzureCliCredential is always used....