Sergei Shishov
                                            Sergei Shishov
                                        
                                    Fixes #787 partially (dashboard issue)
It is ridiculous that the team of "professionals" of `docker-compose` cannot solve this easy issue for years. And even more funny that override file cannot even properly override anything.
Unfortunately the issue is much much more deep here. When using `mypy` in `pre-commit` hooks, usually the isolated environment is created. In this case we HAVE TO add all applications...
@sterliakov yes I was referencing exactly the example from README. As it looks very clear as a solution and we tried to apply it everywhere. Sometimes it is working, but...
I guess the same is happening when you try to add `routers.ursl` to `urlpatterns`: ```python from django.urls import path from rest_framework.routers import DefaultRouter urlpatterns = [ path(route="one/", view=OneView.as_view(), name="some-view"), ......
We are using the price like `0.0089$` which is metered and has tiers. We are calculating the usage with some transaction done by the customer and for us storing cents...
You can try to call ```js $("").trigger("change"); ```
Is it possible to create `defaultKey` or similar to be executed like this: ``` anotherKey: {{ hasKey .Values "someKey" | ternary .Values.someKey true }} ```
Personally I do not understand this check. If the evn variable is required, you server will not just start and already will produce 502 or ConnectionRefused. If the variable is...
Sorry, I just start looking into this tool recently. But reading this issue I have a question... Why the `debug` should return the value? When you do `print`, it does...