Andrzej Wielski
Andrzej Wielski
I have same issue. `found` event is firing, but `resolved` is not. `zeroconf.getServices()` returns object with name field only.
I have same problem
Taking a types from third party npm modules would be helpful. In my case I want to deserialize json with optionable fields, using interface like this: ``` import { Option...
@marcj thanks for your help :) I'll try to rebuild desired types with type-compiler
I just copied default WebSocketModule and added certificate support. For iOS it should look like this, with some additions to specs (added "ca" string). ``` NSMutableURLRequest *mutableRequest; mutableRequest = request.mutableCopy;...
To avoid type error just place `.d.ts` file in root of your project, like `tsyringe.types.d.ts` with following contents: ``` import * as tsyringe from 'tsyringe'; // Overwrite wrong declaration from...