Ninh Pham

Results 3 comments of 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: ![image](https://user-images.githubusercontent.com/7277418/169010497-9fc74473-dd3e-48ff-aa2a-1c77b7da5b5e.png)

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?