Jonathan Hiles

Results 63 comments of Jonathan Hiles

Hi @nerd, 👋 I appreciate your enthusiasm and can see the time & effort you've put into this feature. 😍 However, I don't feel comfortable with taking on the added...

Hi @roberestarkk, You can ask it to prompt you to choose an account by going to the mod list, finding Auth Me, clicking on settings, and then changing the Microsoft...

Will need to investigate the contents of this MultiMC's `accounts.json` to see what it contains. I'm thinking of a new, fourth auth method that is only present if it detects...

Hi, thank you for the feedback. Unfortunately, I am not able to auto-fill the email as this does not exist anywhere in the game instance. As for tabbing between the...

References - * [semantic-release](https://semantic-release.gitbook.io/) * [conventional commits](https://www.conventionalcommits.org/) * [commit message format](https://semantic-release.gitbook.io/semantic-release/#how-does-it-work) * [semantic-release example branching strategy](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/maintenance-releases.md) * [About Labels](https://github.com/axieum/fabric-example-mod/discussions/15) * [matthewprenger/CurseGradle](https://github.com/matthewprenger/CurseGradle) * [modrinth/minotaur](https://github.com/modrinth/minotaur) * [Checkstyle](https://checkstyle.org/) * [Labeler](https://github.com/marketplace/actions/labeler) _These are just...

Sorry for the delay in reply. Thanks for your suggestion, it works. `const axiosRetry = require('axios-retry');` in each of the functions and removing the import at the top. This led...

I am also encountering this on [systemd/systemd@v250](https://github.com/systemd/systemd/releases/tag/v250) - ``` $ systemctl --version; systemctl status systemd 250 (250.4-2-arch) +PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL...

@f, will [vue-wait](https://github.com/f/vue-wait) add TypeScript support soon? ![image](https://user-images.githubusercontent.com/7577851/104797299-c3a0a580-5808-11eb-9f94-c3935f89e13c.png) Here's my `tsconfig.json` types: ```json "types": [ "@types/node", "@nuxt/types", "@nuxtjs/axios", "@nuxtjs/auth-next", "@nuxtjs/moment", "vue-wait" ] ```

Can confirm, only works with mouse/touch drags.