Simon Gaudreau

Results 21 comments of Simon Gaudreau

Ok I understand, But why if I do something like `$projects = $this->Client->getApi('project')->all();` I got a maximum of 25 projects. We really need to pass a `['limit' => 999]` param?...

Yes I agree with you. `->all()` should be renamed to `->list()`. If possible `->all()` should really retrieve all the data even if it's ending with a large amount of requests....

@y4ahmad I had the same problem and needed to whitelist the `/wp-json/contact-form-7/*` endpoint.

Hi @luukskeur, I have the same problem. It look like the `sage-acf-gutenberg-blocks.php` file loaded before the `acf_register_block_type` function is created. I am using `[email protected]` using bedrock, `ACF [email protected]` and `mwdelaney/[email protected]`

I found the problem. I required `mwdelaney/sage-acf-gutenberg-blocks` on the root of bedrock instead of the root of the sage theme. 😥

@ayemelyanenko-chegg I have the same problem in v3.6.0, did you guys updated something to make the step after de setFilesToUpload work?

@taylorotwell How are you guys dropping columns with foreign key in SQLite currently? I do not understand how this is not a major issue for a lot a Laravel applications.

That doesn’t work for me… The SQLite doc also say that the command will fail if `The column is used in a foreign key constraint.`, so just dropping the index...