Filip Artur Kowalski

Results 8 issues of 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...

bug
needs more info

**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...

help wanted
beginner

**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...

enhancement

**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...

bug

**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...

enhancement

**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...

enhancement

**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...

enhancement

**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...

bug
enhancement