Sebastian Lopez Buritica

Results 9 issues of Sebastian Lopez Buritica

The optional function createApiModel was add to reduce typing time.

it's posible to define computed fields?

Is there an option to lazy load a form or just to render the questions as soom as it can be seen by the user? this is necesary when you...

Add some Spanish translations

Could you please update the "property-expr" requirement version up to 2.0.3 when i compiled my vuejs app by using npm i found the following "property-expr

Allows the developer to faster create basic api model by given an sqlalchemy table + tools.py file which contains createApiModel. + test_tools_createApiMode.py to check if it works. + Add sqlalchemy...

It whould be nice if you may inlcude pip into the apk in order to install a different kind of libraries like numpy

If you use a datetime object including tzinfo e.g. ``` from datetime import datetime, deltatime from datetime impor timezone UTC = timezone.utc finished_from = datetime.now(UTC)-deltatime(days=1) ``` then you'll get an...

Shortcuts can silently collide and overwrite end-points, generating incorrect swagger documentation. The following example is incorrectly generating the swagger document: ![image](https://github.com/user-attachments/assets/128c9b1f-534a-4bdb-9ae2-206fc692b281) If you press the first get method all the...