Filip Artur Kowalski
Filip Artur Kowalski
# To reproduce Save the following code to either a `.tl` or `.lua` file: ```lua Entity = {} function Entity.action() end ``` and run `tl check` on it. I would...
**Is your feature request related to a problem? Please describe.** It's very easy to forget about updating `META-INF/services` for ServiceLoader every time HandlerFactory or ActionFactory is created/deleted. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Right now a font has to be created from scratch **Describe the solution you'd like** It'd be helpful to be...
**Describe the bug** Generated font requires a manual workaround to work with raylib **To Reproduce** Steps to reproduce the behavior: 1. Generate a font in the TXT format 2. Use...
**Is your feature request related to a problem? Please describe.** Calligro can only generate png templates which are not convenient to edit. **Describe the solution you'd like** Additionally generate templates...
**Is your feature request related to a problem? Please describe.** Bmfont standard describes a binary version of the format which calligro doesn't support. **Describe the solution you'd like** Support the...
**Is your feature request related to a problem? Please describe.** The UI is too dense **Describe the solution you'd like** A lot of information can be taken out from the...
**Is your feature request related to a problem? Please describe.** `Step1CharacterList` component is slow. Currently we update it on character set `blur` instead of `change` as a workaround. Otherwise it's...