Gabriel Souza
Gabriel Souza
The project when generating use the same svg size values when generating. You could easily create a custom Composable to sets your preferred font size and use it. This is...
I will close this because this is not something that I would change to be honest. Unless everyone thinks that `compose-icons` should provide a custom `Icon` Composable with the `size`...
Hey @Hai-tun, this for the PR, but, you can explain the changes that this PR does?
KotlinBukkitAPI is focus on long version support, the reason behind this is that currently on minecraft community we have a bunch of servers running at 1.8 because of the pvp...
Others 2 reasons: 1. If I recall Hypixel still run at 1.8 and a bunch of others big servers. 2. I don't want developers not choosing KBAPI because it does...
> So, another branch for latest would be fine? If so, I could try to update it KotlinBukkitAPI is an API and a Plugin, is not a new implementation on...
> Accidently closed this, sorry. Yeah, I'm currently using it with 1.16.3. Works absolutely fine (except it complains about not specified api-version) I will specify the supported version in the...
About a PR @CDFN adding the extensions, I will create the new api module strucutre in the next days and would be awesome if you could make PR with Extensions...
I don't have any list in mind of what is needed, but, I usually do stuffs for KBAPI this way: Developing a plugin using KBAPI and I find a some...
I don't think that use a Generic Typed `invoke` is a good pratice. About the ComponentBuilder, I will work on it, is something that could be more clean using DSL.