davydof

Results 6 issues of davydof

Add element types `email` and `number` in IOS

**Issue type:** [ ] question [x] bug report [ ] feature request [ ] documentation issue **Airgram version:** [x] `latest` [ ] `@next` [ ] `2.3.x` (or put your version...

Proposition to add the callback which fired after remove a single file from the queue. Callbacks: onAfterAddingFile function(item) {: Fires after adding a single file to the queue. onAfterRemoveFile function(item)...

Hello! In example, we have two folders: popup, modal, in these folders we have few files, we have the same hierarchy: > Popup popup.styl > Modal modal.styl Does this module...

`beautifyResponses` enabled option doesn't work `3.0.0-beta.10` ```ts const mainClient = new MainClient({ beautifyResponses: true, }); const result = await mainClient.getKlines({ symbol: 'BTCUSDT', interval: '1d', limit: 3, }); console.log('result', result); ```...

enhancement

https://github.com/tiagosiebler/binance/blob/5692d76704c300369218c68ac76684316efa7892/src/types/websockets/ws-events-formatted.ts#L41 should be: ```ts final: boolean; ```

bug