c0nstexpr

Results 14 comments of c0nstexpr

Is there any plan for CMake build too?

I've encountered the same problem in my [project](https://github.com/c0nstexpr/fishology/tree/25edfabcb64a03192068cc5c636bc16b14ee3583). The build task gives erros related to the following code https://github.com/FabricMC/fabric-loom/blob/cfe72b933a35778fbac05628f7a5111b9219c6e0/src/main/java/net/fabricmc/loom/util/service/SharedServiceManager.java#L54

> I've encountered the same problem in my [project](https://github.com/c0nstexpr/fishology/tree/25edfabcb64a03192068cc5c636bc16b14ee3583). The build task gives erros related to the following code > > https://github.com/FabricMC/fabric-loom/blob/cfe72b933a35778fbac05628f7a5111b9219c6e0/src/main/java/net/fabricmc/loom/util/service/SharedServiceManager.java#L54 I switch back gradle jdk version to 17...

> Got it. By the way, what do you want in your issue? Did you want to change all the TitleBarButton MouseOverButtonsForeground in one time? Maybe not, the title buttons...

Updated, fix compile errors and remove my own test code

> It's possible to customize Message Formatting. Did you check out this docs? https://kermit.touchlab.co/docs/configuration/MESSAGE_FORMATTING Yes, I know the current way to customize log writer. And I also successfully implement my...

Suggest to extend the auto action interval to 1 minute long, which is about 60*20=1200 ticks. Or just let user use keyboard to input the interval number.

> I would argue that this doesn't make any sense. The reason to take advantage of `Span` is to reduce memory allocation, but even something like `.Select()` needs a place...