SchlaubiBus
SchlaubiBus
Explore posts from servers
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
The biggest problem with monorepos like that is: 1) slower build time 2) slower import time 3) Slower CI runs, since it's very complicated to only trigger the CI for the one part that changed 4) If we do a snapshot, we always need to update kordx.emoji as well, otherwise it won't compile, even if we just want to do a prototype of the actual feature first 5) Either we write a convoluted detection logic mentioned in 3) or kordx (and probabbly cache if we go that route) have identical versions to kord, which would end up in "empty" releases for thoes projects, which is exactly the problem with androidx's jetpack
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
Esentially I don't want to make another androidx
55 replies
KKord
Created by vyfor on 8/17/2024 in #help
[Kotlin/Native] Slow connection issues
I am still against putting everything into one repo
55 replies
KKord
Created by TBaguette on 10/27/2024 in #help
How to add a file to a message as an attachment?
I assume with Groovy you mean tha Gradle DSL, since Kord itself has nothing to do with groovy, but that doesn't actually matter You can add an attachment using MessageBuilder.addFile There is an extension you can use, which takes a Path If you do not have a file you can use a ChannelProvider)
2 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
in can be in threads, voice channels or guilds
25 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
also a bot can't be in a channel
25 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
what even is a push event
25 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
you need to wait some time even after receiving the ready event, before the cache is filled
25 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
Can't give a detailed explanation rn
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
I am in bed rn, so simply Google how to setup an slf4j impl and how to configure that
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
That way you can see whether the event comes in
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
You can also turn the log level to trace
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
It's called InteractionCreateEvent
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
I use kordex
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
I receive user installed app interactions just fine
19 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
simply copy mine
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
generially you shouldn't build in the end-product image, also you should not use cp and mv but the COPY and MOVE commands
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
This way you just bloat your docker image since you have the entire c toolchain
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
you install a bunch of things in your container you do not need
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
it's there so you don't need to build curl inside your container
84 replies