Delta

Results 21 comments of Delta

> Is this feature supposed to create multiple instances, or create a single modpack with the mods of all them together? This feature is supposed to create multiple instances.

Perhaps the best way to completely wipe all instances of Vim and all mentions of it would be (probably needs root): ``` killall -9 vim for i in $(find /...

I'm able to do this using modes. ``` :: actions @ default < cmd - p ; actions actions < escape ; default actions < c : a-command ; skhd...

Bump, 1.1.14 (14.Dev.#1088), Pixel 6 Pro, not rooted, Android 15. It was working fine in 12.1.0 Alpha 4.

I haven’t worked with Vue that much, but I think a simple GitHub API request can return the latest version. The app could compare that with the current version and...

After researching a little further, Vue comes with `fetch()` bundled, so it's only a few lines of code. I'll be able to do it pretty quickly.

Hmm, perhaps a tiny standalone exe file that does the downloading? This would allow for the main exe to be updated, because since it would be running otherwise, it wouldn't...

+1. ![Screenshot_20230816-151055.png](https://github.com/ThePBone/RootlessJamesDSP/assets/48131223/6faa3d7d-d49d-4a72-9d49-cbbd2a4a656d) Edit: I don't think I've gotten the 5-digit number in my notifications.

This could be implemented by adding the ability to invoke things via an intent. An easy way to do that would be a state switcher and a profile switcher. The...