Stanislav Zhuk

Results 326 comments of Stanislav Zhuk

I was thinking about Amplitude, but only found CSV import https://amplitude.com/docs/data/csv-import-export And AWS S3 seems to be an acceptable option.

> What do you think about auto-starting ddev when `ddev describe` is done, like so many other things? But the original idea was to show the broken status correctly, as...

Hi @withinboredom, > it looks like [you’re just using packages](https://github.com/ddev/ddev/blob/a42a1e1f922bbb41cc0305e81347ffb7d96a56e2/containers/ddev-php-base/Dockerfile#L44-L48)? Yes, that's how DDEV is built. But we're still very interested in improving FrankenPHP support. --- We can use FrankenPHP...

> FYI: you don’t need to set up xdebug like that! Check out Derick’s talk here: [youtu.be/gOH1ElakyLw?list=PL3hoUDjLa7eSppJSvwSIeBexYZQWkN0bm&t=1890](https://youtu.be/gOH1ElakyLw?list=PL3hoUDjLa7eSppJSvwSIeBexYZQWkN0bm&t=1890) @withinboredom, Amazing. I'll try it out. Sadly, it doesn't work everywhere: - https://github.com/xdebug/xdebug/pull/833

Hi @Adrianm6254, Thank you for providing `ddev debug test` output. Isn't this the same network connectivity problem you had before? - #6419 I think you have problems with your DNS,...

``` ddev debug docker-run jq ... ``` vs ``` docker run -i --rm ddev/ddev-utilities jq ... ```

> Yet another win... we don't need the github api to find add-ons specified as owner/repo I'll need to add the tarball URL for this in the `addons.json`. Edit: it...

But how would you know which tarball you need to download if you don't know the version of the latest release? Note that this is not the latest release tarball,...

In addition, it can be a good idea to add this flag to get the main/master branch tarball for ``: ``` ddev add-on get --latest # https://github.com/owner/repo/tarball/main ``` (Needs `default_branch`...