subkek

Results 10 comments of subkek

This PR is for the future.

Maybe I'll make a second hook for Chatty V3 just without the dependencies.

> > Maybe I'll make a second hook for Chatty V3 just without the dependencies. > > > > @sub-kek Why not depend on both v2 and v3 api's and...

> We can publish it on scarsz' nexus repo so that's not a problem. I think it should be done. Some people ask how to build it.

> 1. Ты можешь писать на русском, Brikster все понимает. > > 2. Уже есть PR в DiscordSRV для его поддержки. Если хочешь можешь сделать сам билд. [Update Chatty api...

> Can you provide instructions on how to build, or, more specifically, add chatty v3 maven into mavenLocal? git clone https://github.com/Brikster/Chatty.git cd Chatty ./gradlew publishToMavenLocal Then build DiscordSRV with this...

> Could not find ru.brikster:chatty-api:3.0.0-SNAPSHOT. Publish it first...

In 053b04c7a1541cca6cda6f0bd1fb70cd2525c407 the problem is still present.

Same problem https://github.com/MatsuriDayo/nekoray/issues/1574

True shitty but works ```diff diff --git a/db/ConfigBuilder.cpp b/db/ConfigBuilder.cpp index 379fff7..55fb50a 100644 --- a/db/ConfigBuilder.cpp +++ b/db/ConfigBuilder.cpp @@ -621,6 +621,25 @@ namespace NekoGui { if (dataStore->routing->use_dns_object) { dns = QString2QJsonObject(dataStore->routing->dns_object); +...