Ninh Pham
Ninh Pham
Seems like we all get this issue after upgrading to **macOS Monterey 12.4**. Temporary fix by changing the Dock & Menu settings as int0x19 suggested: 
I made an example at https://github.com/ReeganExE/node-soap-example/blob/master/src/index.ts ### Generate types ```sh npm run wsdl -- 'http://ws.cdyne.com/ip2geo/ip2geo.asmx?wsdl' ``` ##### Output at _src/IP2Geo/IP2GeoSoap.d.ts_ will look like this: ```ts export interface IIP2GeoSoapSoap extends Client...
Any update on this, guys?