Vinzent

Results 352 comments of Vinzent

Going to the last active pane is already possible with the `Focus on last active pane` command. The feature with holding a key is not possible with the default Obsidian...

@ssmmtt In general, some more information would be quite useful. Which plugin versions are you using? Could you wait until the backup is done? (The push notification came after you...

@ssmmtt Do you have different plugin versions on your machines installed? In case it doesn't work, can you share the console?

Totally agree. I have no idea why it doesn't let me play a song I select. It only works by adding it to the queue via `z` and skipping the...

@cmdrootaccess Would you mind to open a pull request? Although if I see the activity of the package owner I dont think it will merged right?

You are missing the `DevicePreview.appBuilder()` aren't you? Put it above the `ResponsiveWrapper.builder`. https://github.com/aloisdeniel/flutter_device_preview#add-devicepreview

Following the [pull implementation](https://github.com/isomorphic-git/isomorphic-git/blob/main/src/commands/pull.js) it helped me to checkout the branch after merge.

Would love to see progression on this, because this is really essential for my application. Especially if it looks like part of the implementation is already done.

I think it's more efficient to get the SHA-1 object by using `git.resolveRef()`. ```ts const current = await git.resolveRef({ ...this.getRepo(), ref: currentBranch }); const tracking = await git.resolveRef({ ...this.getRepo(), ref:...