Andreas Oehlke
Andreas Oehlke
I'd also love to see this plugin to work in Rider. 😁
Yes, this is an important feature. Please add support. Thanks! 😄
Well, I just found out how to use it. You have to `provide` and `inject`! This is my `main.ts`: ```ts app.use(Toaster).provide('toast', app.config.globalProperties.$toast); ``` This is my `App.ts`: ```ts mounted() {...
Maybe this is of interest for you. I wrote a quick `index.d.ts` file to make vue-toaster have a typed class `Toaster` and a corresponding interface `ToasterOptions`. This also enables code...
Is it possible to simply exclude videos from PDFs? I tried to use `ifeval` but couldn't find a way to distinguish PDF from HTML, for example. This will evaluate `true`...
I could also use a feature to pass some additional arguments to Blender on startup.
I noticed that it's better to restrict the base href to `ng serve` and also add an event listener `did-fail-load` to the window's web view. Since this does have a...
I've created a pull request which adds Hot Reloading. See #16
I decided to debug it more myself, cloned the repo and built the `main` branch. And to my surprise, everything does work already with that "version". 😄 So, I can...
I'd also like this feature. Also,drag & drop between the staged/unstaged panes to stage/unstage files or folders would be nice.