Ignacio Colautti

Results 13 issues of 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...

feedback
openrazer
device specific
tray applet

This is a: bug * BootstrapUI Version: 1.4.2 * Platform and Target: CakePHP 3.9.1 ### What you did ```

bug

daterangepicker.js is loaded after moment, which loads after jquery. ![load](https://user-images.githubusercontent.com/1167303/43598693-b0292e58-965b-11e8-93b4-d9922f15967d.png) Sometimes it works fine, but other times daterangepicker does not exists. ![error](https://user-images.githubusercontent.com/1167303/43598702-b436aa7a-965b-11e8-9709-9a7508c03046.png) 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. ![Screenshot from 2021-08-31 09-31-09](https://user-images.githubusercontent.com/1167303/131503201-d8e2d8ad-60bc-49d0-9175-97a68dbe4b37.png)

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: ```...