Enrique Becerra
Enrique Becerra
**Describe the bug** I'm getting a JavaScript error while trying to pick a color **To Reproduce** Steps to reproduce the behavior: 1. Install deb package 2. Open the app from...
Hi I'm working with a dynamic form that contains 2 bootstrap-timepicker elements. The controls group can be cloned to add an schedule once all 3 fields are filled. When I...
Hi Phil Could I user your Oauth2 library for allowing (only) users from a google apps domain to login into my Codeigniter application? I mean, in this case I'd need...
Hi I've cloned the repository. I could install dependencies and run the site with vscode's liveserver extension Now, I can't get changes compiled I edit the sass/abstracts/_variables.scss but when I...
Hi I'm trying this utility on ElementaryOS latest All works fine, Apache doesn't complain, etc. When I load the site I get NET::ERR_CERT_AUTHORITY_INVALID Any idea? Thanks
**Is your feature request related to a problem? Please describe.** I cannot focus an input field just after showing actual step ``` asistente.on("showStep", function(e, anchorObject, stepNumber, stepDirection) { if (stepNumber...
Hi I've installed b4- snippets in my vscode, but they work only in .html / .php files Is there any way to force them to show/suggest on .js (React) files...
Hi I'm kinda noob with Bootstrap, SaaS, Less, etc. What software should I download (in Windows) so I can make a new color theme for the UI Kit ? I...
Hi When using $objWriter->save('php://output'); in shared hosting environment, I'm getting an exception when trying to generate file and send to user's browser for download. ``` header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: attachment;filename="'.$filename.'"'); header('Cache-Control:...
Hi I've executed php spark migrate -all just after composer install, and got the following error My main database is SQLServer ``` CodeIgniter v4.1.9 Command Line Tool - Server Time:...