Mark Story

Results 653 comments of Mark Story

> I wonder if there would be some benefit to encoding the silo into the token. That way we could route based on the information in the token from the...

> If you think it's worthwhile I can create a little PR to change it. That would be great. We can't remove the `method_or_reponse` parameter because it would needlessly break...

Does the `$invoice` entity get any errors added to it? That could be a reasonable way to get failures like this back out. I agree that this isn't how the...

> Could you modify responses so that the behavior from a client perspective is the one of requests (ie: no additional attributes in objects) ? So where would you put...

The test connection aliases get added here https://github.com/cakephp/cakephp/blob/ab450bfd3b6ac89fd46bf4fec18cbb847a4cece4/src/TestSuite/Fixture/Extension/PHPUnitStartedSubscriber.php#L35 My guess is that this isn't running for the `RunInSeparateProcess` test. You can see which aliases are set using `ConnectionManager::aliases()`. I wasn't...

So far I've not been able to reproduce this problem :(

> Did you create a test we can commit or is it not something that fits into our test suite? I don't see a reason why I can't open a...

Interesting, in adding the test from https://github.com/cakephp/cakephp/issues/18733#issuecomment-2955167868 into the core tests, I'm able to reproduce the problem. I'll dig deeper.

While I was able to reproduce this, I don't know how to go about fixing it. I was able to verify that the child process does not have the correct...

> When doing patchEntity, the value is correctly updated/saved when changed, but jsonTypeField is always marked as dirty. > So even if you don't do any updates, the $entity->isDirty('jsonTypeField') is...