Luiz Alves
Luiz Alves
For now, **Confide 4** is only compatible out of the box with **Laravel ~4.0**. Soon I will be creating a new 5.0.0-beta.1 tag that will target Laravel 5 specifically, since...
I'm not exactly sure if it's better to have the validation rules as configs. If an application have different business rules of how a valid user should look a like,...
Although the validation in config, to save the confirmation `DateTime` seems a pretty good idea. I liked it. But I didn't get why the `setTimezone` is necessary. Can you explain...
That is a problem for sure. I will be looking into it
Good catch. Gonna work on this.
Gonna work on this
Hey @duyluonglc can you please check this out. With this PR all the test builds will go back to green :heavy_check_mark:
Looking forward to a solution. Currently we have this nasty workaround :sweat: ```js /** * Monkey patch the given method replacing all 'transition' string for 'dev'. * * The DOM...
Thanks, I'll give it a try! Having [releases](https://github.com/webui-dev/webui/releases) that are more widely compatible would be a plus. Do you find it reasonable to have [.github/workflows/linux.yml](https://github.com/webui-dev/webui/blob/main/.github/workflows/linux.yml) use zig by default?
indeed, zig is [well-known for allowing cross-compilation of popular projects](https://www.youtube.com/watch?v=5_oqWE9otaE). I found it a very reasonable approach. @hassandraga @ttytm I would love to hear your thoughts on this