Juan Lago
Juan Lago
I implemented a way of retrieve the OS version.
I have added an invalidate method, that allow invalidate the captcha_response. Is useful for when you validate the captcha using the Kohana filters and you don´t want use the maximum...
It seems that ThingConvert ignores @context, so the library will fails to read schemas like the following ones: ``` { "@context":"https://schema.org", "@graph":[ { "@type":"Organization", "@id":"https://example.org/#organization", "name":"Acme LTD", "url":"https://example.org/", "sameAs":[ ]...
Tags will allow to identify and to label the Workflows. This feature was inspired in the [Laravel Horizon tags](https://laravel.com/docs/11.x/horizon#tags). The WorkflowStub will allow to set the tags through the setTags...
Flash and iframe button can be displaced when a extra contain is added after the domready event.
I did some rework on the vue-inertia package in order to make it compatible with the original InertiaJS "useForm": **Changes** - Precognition "useForm" will accept object type like InertiaJS: ```...
I added the native UUID field type for MariaDB1070+ into the branch 4.1.x. I also provided the following tests: - Test that check column modification from char(36) (Legacy UUID) to...
I was able to extend original InertiaJS props and methods types into the PrecognitionFormProps, so Typescript linters can provide scope over the original InertiaFormProps. This method is better that proposed...