LlamaLad7
LlamaLad7
You can capture them already with `@Local(argsOnly = true)` and tbh I think modifying them that way would be clean enough given how often that would be needed.
Closed by 0.2.0-beta.5
Going to close for now. May revisit this in the future but I think it's too finicky atm. Targeting throws will be addressed by an upcoming feature anyway.
We've had this reported once before with the same pack. I believe it boils down to Patcher trying to make a single image with all the characters of your font,...
@thecodewarrior On 1.12.2 you still seem to rely on Kotlin 1.3.0, and we bundle Kotlin 1.5.30. This needs to be fixed on your end by compiling against a newer version,...
The trouble is that targeting such operations is inherently brittle because the instructions are so generic. Slices make it a bit better but it's still not ideal. I may implement...
I do have a plan for this now.
I think the most general solution would be to allow you to specify a `namespace`, which would default to the name of your mixin (the current behaviour).
The fully qualified name.
This is planned but good to have an issue tracking it.