Akiba

Results 32 comments of Akiba

While the plugin verifier itself provides the `-mute TemplateWordInPluginId` to ignore the check, the pluginVerification Gradle config has no option for setting any mute flags.

From what I can tell, the IDE is doing something weird. When setting the service without COMPOSE_PROJECT_NAME, the progress bar that pops up for a moment shows that it's trying...

Enabling logs for com.jetbrains.php and com.intellij.docker, the theory seems to be confirmed. Without COMPOSE_PROJECT_NAME, this appears in the logs: ``` 2024-08-23 16:04:22,659 [2142620] FINER - #c.i.d.r.DockerComposeContainerUtil - Failed to find...

I was scratching my head a bit where the ddev as project name that it's trying is coming from. After experimentation, I can confirm it's the cleaned up directory name...

This is still an issue to me with PhpStorm 2024.2 on Windows when opening a project that's on WSL. While it is only a warning that doesn't prevent functionality, it...

I can't confirm this issue with the current versions. The DDEV status is detected correctly for me, and the PHP remote interpreter works as well. colima 0.7.3 docker version ```...

I can't confirm this issue with the current versions. The DDEV status is detected correctly for me, and the PHP remote interpreter works as well. OrbStack 1.7.0 (17311) docker version...

At least with the current DDEV version, this issue is no longer current and applicable. If you change router_http_port and router_https_port, you're setting the ports with which the webserver is...

Looking at the code in HttpRequests, redirectLimit is a highly misleading misnomer. The way the code is written it's actually expecting a request count limit. So in this case, with...