Tomer Shalev
Tomer Shalev
hi @joshtynjala, I implemented this a while back, a complete implementation of the Bidi algorithm (Revision 31) used for bitmap fonts. It works well https://github.com/HendrixString/Starling-Bidi-TextField was wondering, if you would...
hi Daniel, please have a look at the following repository: https://github.com/HendrixString/Starling-Bidi-TextField - this is a Bidirectional (RTL and LTR) BitmapFont TextField implementation as outlined at http://unicode.org/reports/tr9/ - i wrote it...
hi, great project I have a few questions: 1. with what API does the opengl context is acquired internally ? 2. what is the best practice to integrate this into...
hi, thanks for the source. I was going through the source code and couldn't decide what happens if the socket gets closed or suffers from connection error. does the socket...
`DatabaseConnection` has a `executeQuery` method. I believe it will be beneficial to add the plural form as well `executeQueries`, which receive an array of queries. This should be exposed from...
### What happens? Hi, thank you for this project. So, I have an `open-api` with: ```yaml openapi: 3.0.0 info: version: 1.0.0 description: Welcome to the `StoreCraft` **API** servers: - url:...
## Bug description `ts-to-zod` uses wrong description when inheritance is used ### Input ```ts /** @description with id interface ID { id: string } /** @description product interface Product extends...
## Feature description Hi, can we please add a flag to just skip generics instead of failing with error ? This will be highly beneficial, thank you