Ignacio Colautti
Ignacio Colautti
Context: I have EntityA which hasOne EntityB that can be NULL. My problem: I'm trying to cache the association to avoid querying it everytime i call `$entityA->entity_b`, so on the...
Hi, I'm having problems with the library. On https://www.sitejabber.com/reviews/www.sitejabber.com we have: ``` $script.ready('jquery', function() { $script('https://static3.sitejabber.com/js/fileuploader.min.1476819401.js', 'fileUploader'); }); $script.ready('fileUploader', function() { $script('https://static3.sitejabber.com/js/upload.min.1476819401.js', 'uploadHelper'); }); ``` But this error shows up:...
When calling `getSupportedLanguages()` before `checkText()`, even the arguments are ok, the process command is not updated. ``` ########################### /vendor/mekras/php-speller/src/ExternalSpeller.php (line 218) ########## DEBUG ########## [ (int) 0 => '/usr/bin/aspell', (int)...
https://www.w3.org/TR/wai-aria-1.1/#combobox https://web.dev/aria-required-children/ The role combobox needs a textbox or searchbox to be valid.
Openrazer added support for this keyboard but the app doesn't show useful information like the battery, if it's charging, etc. Also, the dropdown shows 3 elements but on the app...
This is a: bug * BootstrapUI Version: 1.4.2 * Platform and Target: CakePHP 3.9.1 ### What you did ```
daterangepicker.js is loaded after moment, which loads after jquery.  Sometimes it works fine, but other times daterangepicker does not exists.  I'd prefer waiting a few ms than the...
Happens only on IE11. Looks like is the log() function.
I'm calling `updatePeopleData()` and it returns an empty array. I debugged it and looks like the code is returning `$responseData["data"]` which does not exists. 
On version `0.11.6` when I run: ``` markdownify("\n\tHeadline 2 on new line\n", heading_style="ATX") ``` I expect this: ``` ## Headline 2 on new line\n\n ``` but I get this: ```...