夜坂雅

Results 38 comments of 夜坂雅

@konomikitten Policy server is a thing now: https://matrix.org/blog/2025/04/introducing-policy-servers/

@thestinger > Trying to deal with pervasive decentralized abuse via centralized server admin tools with nearly all open registration servers barely having any active moderation relative to usage will not...

@anarcat > I am also, fundamentally, puzzled that Element X already _requires_ MAS given that this was deployed only _last week_ on Matrix.org. Maybe I'm missing something? Yes you missed...

@manuroe > This error must only happen to administrators who are testing their matrix backend setup before sharing it to their users. Normal users should not see it. I'd hope...

@manuroe > As administrators, a log file will be more useful anyway. We should add a note in the readme about this 7-tap trick on the version number. The detailed...

@manuroe I'd like you to respond to https://github.com/element-hq/element-x-android/issues/4556#issuecomment-3461263728 , especially: > We are building the app for users, not for server administrators. > > I’m sorry, but how can an...

I'm not sure if it's expected, but it seems like `--no-parallel` workaround will only work when this task is invoked from the CLI, not from the Android Studio (even if...

@ben-manes This quirk persists, even with `org.gradle.parallel=false`, complete gradle.properties (without comments): ``` org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 android.useAndroidX=true kotlin.code.style=official android.nonTransitiveRClass=true org.gradle.parallel=false org.gradle.caching=false org.gradle.configuration-cache=false org.gradle.configuration-cache.parallel=false ``` Android Studio infomation: ``` Android Studio Narwhal Feature...