Aliaksei Kuzniatsou
Aliaksei Kuzniatsou
I use Docksal on WSL2, it works good, but Xdebug doesn't stop on the breakpoints. PHPStorm even doesn't react on requests. Is there any specific instructions to make Xdebug work...
> Yes, see above. In my case this didn't help me. I solved my problem by assigning IP of host.docker.internal to **client_host** and **remote_host**
I had a similar error and found simple workaround for it. In short, we need to remount Camera component after Andoid disabled camera device. I did it by adding `onError`...
Have the same issue with Drupal 10, Drush 11 and php 8.2. Drush works, but there are these notices in output of every command
I have the same situation. This is my submit callback ``` sendCredentials: function(e) { e.preventDefault(); let result = utils.validateBySchema(this.state.schema, this.state.model); if (result.error !== null) { console.log(result); } }, ``` It...
@stevehu embedded validation doesn't prevent form from submitting. It is not normal.