Álvaro Justen

Results 272 comments of Álvaro Justen

@josegonzalez I tried to access the domains of the apps on the browser and got the Dokku default error message. Since the apps were offline, I didn't have much time...

> What you are describing is quite literally caused by docker restarting containers with different IPs (sometimes colliding, sometimes not) and then nginx not being able to route to them....

This has annoyed me a lot. I think a more sane default value for `dynamic_ncols` is `True`. Maybe it's not the default since it'll introduce a delay to update the...

I think it was fixed in bf66ffa79336777aac6e93a3f13ffd21cd140f71.

The tests are currently passing for Python 3.5 to 3.13 (only 2.7 still need some work). Could you please check again? Just run `make test-py37` (will build a container and...

@stupalpa did you try running `EXPLAIN` on both queries? The "simpler" query might actually be consuming more resources (it depends on the optimizer, statistics, your data etc.), and your instance...

Somewhat related: shouldn't it be called `paketo` for the volume permissions? [The current implementation uses packeto](https://github.com/search?q=repo%3Adokku%2Fdokku%20packeto&type=code) (with a "c").

> Oh yeah probably. Mind making a PR that supports both `paketo` and `packeto`, and maybe does a warning log message if you misspell it? Done in #7587.

Sorry, I thought we were using [decouple](https://pypi.org/project/python-decouple/) and did not test the code immediately after the change. Fixed on #720 720