Boris Maslennikov

Results 4 issues of Boris Maslennikov

### Environment **Vuetify Version:** 3.5.9 **Vue Version:** 3.4.21 **Browsers:** Google Chrome, Mozilla Firefox, Microsoft Edge **OS:** Windows ### Steps to reproduce use Search text field and enter John ### Expected...

T: bug
C: VTreeview

### Describe the bug actionsContentComponent option is missing in dialog options type ### Reproduction ``` const createDialog = useConfirm() createDialog({ actionsContentComponent: () => '' }) ``` error: 'actionsContentComponent' does not...

Now: ```js const blob = await file.async('blob') // blob.type returns empty string ``` Would be nice to have: ```js const blob = await file.async('blob', 'application/octet-stream') ``` or even a separate...

The existing IsConnected property does not always reliably reflect the actual state of the SSH session. For example, it may still return true even if the connection has silently dropped...