David Palomares

Results 19 issues of David Palomares

Hi, When trying to change a column to `longtext` on MySQL, I get this error: `Error:I dont know what column type of 'longtext' maps to for MySQL` I thin longtext...

### Versions: - ide-helper Version: 2.8.1 (also tried with dev-master) - Laravel Version: 8.12.3 - PHP Version: 7.4.11 (windows) ### Description: I have installed package `maatwebsite/excel` version 3.1.24. That package...

bug

This PR aims to mimic the mysqldump option [no-create-db](https://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_no-create-db). This is useful if for example you only want to dump the data but not the schema, without this option it...

This is a cosmetic PR to fix some whitespaces.

Hi, When trying to use a wxDatePickerCtrl with the windows x64 build, i get the next error: > ....\src\msw\datetimectrl.cpp(95): asser "Assert failure" failed in wxDateTimePickerCtrl::SetValue(): Setting the calendar date unexpectedly...

HI, If my code throws an exception on a function called by an event, the exception goes nowhere and the events of the app become disconnected. For example, with this...

Hi, The x86 build available is for php5.4, but there's a x64 build available with php5.6. Could you upload a php5.6 x86 version?

Hi, When using right layout, I'm missing the latest 4 lines of the output. In this image, it should output 5 lines from 1 to 5, but only 1 is...

bug

Hi, I've hit an error when trying to provision with `sudo -H /usr/local/bin/certidude provision authority`: ``` Traceback (most recent call last): File "/usr/local/bin/certidude", line 6, in exec(compile(open(__file__).read(), __file__, 'exec')) File...

Hi, Would it be possible to add php 8 support? Thanks for this awesome package!