melquelima

Results 8 issues of melquelima

Would be greate to have some icon or a visible way to see the non nullable fields, today we need to open the field to check it.

Today we have a few tools to doc apis like faskapi already have sweager on it, but today there is no libraries to automate the orm design tables, imagin just...

would be great to have a column called next_runtime or a way to calculate next run time like select cron.next_runtime('* * * * *')

### Version 5.5.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/magical-bose-sv8qm7?file=%2Fsrc%2Findex.js%3A98%2C2 ### Steps to Reproduce open link to preview the sample https://codesandbox.io/p/sandbox/magical-bose-sv8qm7?file=%2Fsrc%2Findex.js%3A98%2C2 OR 1 - open heat map sample in echarts website...

bug
pending
en

### Your Question i`vre tried to clear the File field using JS but no success, any idea how to solve it? ```javascript function clear_fields() { context.panel.onOptionsChange({ ...context.panel.options, elements: context.panel.options.elements.map((element) =>...

question

i`ve created this date picker From/To using businesText would be great to have it natively ![Image](https://github.com/user-attachments/assets/4de86f0b-c508-4093-beb8-f9b01d3b68fd) ## Sample1 ![Image](https://github.com/user-attachments/assets/f902a19d-01d4-4ece-a63e-b2470b20326f) ## Sample2 ![Image](https://github.com/user-attachments/assets/c75004e4-9b38-4662-8fb7-84039ad216dc) ## Sample3 ![Image](https://github.com/user-attachments/assets/9820278d-0df3-4831-82b8-f71b034f9273)

question

Implementation of next match and last match, would be greate to have it implemented

Would be great to implement an def function to validate if the cron string is valid, cz sometimes it is wrong and pycron.is_now("30/* * * * *", dt) will never...