Calvin Alkan

Results 43 issues of Calvin Alkan

I believe I have found a bug where Composer silently downloads a transitive dev dependency even tho --no-dev is specified. This happens when one of the required packages declares a...

Feature

The following root config ```yml include: - src/components/* ``` Will recursively traverse all directories inside `src/components` and look for `codeception.yml ` files. Now I faced the following situation: A dependent...

I could not find anything regarding support for version 4 of Codeception now that version 5 is released (great job btw). What are your thoughts on this? Are you still...

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

scope:framework

## Version - WP Emerge: latest - WordPress: 5.6 - PHP: 7.3 ## Expected behaviour Trying to create a reverse route URL from a web route to an admin route...

## Version _Please add the exact versions used for each of the following:_ - WP Emerge: latest - WordPress: 5.6 - PHP: 7.3 ## Expected behavior When an exception occurs...

The post relationship inside the is wrong and will generate a critical error when you try to to the following: ` $comment = Comment::find(2)->post->post_title;` Instead of a hasOne relationship it...

This PR consists of seven atomic commits with a lot of tests so that it's easy to grasp. All fixes and features are backward compatible. 849191f6f9dd7497ada173de168c4d47a14a3171 - A fix for...