Blaine
Blaine
**Describe the bug** When updating a reactive preference, the change is not reflected. The console contains warning containing the above error. **To Reproduce** Steps to reproduce the behavior: 1. Setup...
`this.$refs.tree.find({data: {path: file}})` is what I tried, I am appending complete path to file, in the data section, and therefore would love to select nodes based on a given path....
**Is your feature request related to a problem? Please describe.** Any time a version bump is required. I need to update three locations 1. `tauri.conf.json` : Build version on the...
This is how I am using it. ```html 1 2 import { ref, defineComponent } from 'vue' import { Splitpanes, Pane } from 'splitpanes' export default defineComponent({ ... components: {...
Maybe shiplift::new() can return an option? I am trying to build a diagnostic tool and am using shiplift to get status of docker containers. Now the target machine may or...
To make our job easier, please spend time to review your application before submitting. #### Add a x between [] if you meet that requirement example `[x]` - [x] You're...
**Expected behavior** Expected the ui to match the screenshots **Screenshots** ( I do not want to share the entire screen publically, but this is pretty much the crux of the...
One reason I still have to use the inferior looking retroarch (awesome on consoles) is because of retro achievements. With internal delta cores using melonds and the like, would it...
Implementation should ideally been straightforward. As I could simply have made a client adapter that modifies an internal string. ```ts class HeadlessAdapter implements IEditorAdapter { protected _content: string; constructor() {...
I want to provide multi file support. Instantiating multiple monaco editors can affect performance. I think we can use monaco's ITextModel api, to be able to track multiple files.