Alexander Kartavenko

Results 15 comments of Alexander Kartavenko

Sorry, specified wrong issue in the commit message (#37 instead of #31)

I've verified this and confirm that it generates the same default rule for null and not null columns. But, does anyone know what's the purpose of specifying a default value...

Here are DDLs for the tables: ```sql CREATE TABLE `t1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT; CREATE...

I've found out that this error indicates that there is not enough memory for the build process. In my case there was 1GB of memory on my ubuntu VM that...

@alyceJake you can use `swagger-codegen` to generate SDK for API 4.0 https://github.com/swagger-api/swagger-codegen#getting-started

Is there a final decision on how this should be handled?

It doesn't seem to be widely used yet.

Also, according to the [Contribution Guidelines](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) the entry has to be added alphabetically within the category.

Hi @mario-deluna, the awesome bot already checks for dead links, but you can add a check for old repositories.