Olivia

Results 123 comments of Olivia

No one has provided any dumps as requested yet, not much we can do until then.

Looks like it's not a huge priority anymore: ![image](https://cdn.discordapp.com/attachments/384483855475933184/845380901336645682/unknown.png)

This is now being mirrored to my repo (that houses [JDA-Chewtils](https://github.com/Chew/JDA-Chewtils)) Maven: ```xml com.jagrosh jda-utilities 3.1.0 compile pom net.dv8tion JDA JDA-VERSION ``` ```xml chew https://m2.chew.pro/releases ``` Gradle (groovy): ```groovy dependencies...

I've suggested (and highly encouraged) in https://github.com/Chew/JDA-Chewtils/issues/53 to just simply rewrite the damn `build.gradle` file (bonus: a rewrite in kotlin). This was written for an ancient version of Gradle and...

It might be due to Atom hiding files in Tree Viewer. Head to the settings of Tree Viewer and make sure these are unchecked. ![image](https://user-images.githubusercontent.com/8278263/32420446-0b0b4454-c250-11e7-95d9-6432d8b88a90.png) [Source](https://discuss.atom.io/t/gitignored-files-are-hidden-from-tree-view-regardless-of-setting/8724/3)

I had this problem, too. I made git automatically sign my commits. I ran this in my terminal: `git config --global commit.gpgsign true` Now every time I commit, it automatically...

Could this be possible with GH Actions instead of a 3rd party service?

Was not expecting a response on this issue lol. Glad to see this slowly become un-dead. If possible, looks like you can check to see if you have READ and...

Any progress on this?