Wasil Siargiejczyk
Wasil Siargiejczyk
i believe you could do this by changing styles.
something like this: ``` css .my-selector .md-editor { position: relative; } .my-selector .md-header { position: absolute; bottom: 0; } ```
well, if you want to provide bottom controls out-of-the-box, js is better than css. in my previous comments, i meant that you can make controls appear on bottom right now,...
probably it's connected with #360
@kosz85 were you able to successfully monkey-patch Werkzeug then?
here's the debug output: ``` $ celery -A apps.myproject beat -l debug -S celerybeatredis.schedulers.RedisScheduler celery beat v3.1.17 (Cipater) is starting. __ - ... __ - _ Configuration -> . broker...
for those who has a similar issue: yes, you can use HTTP (as of version 0.37.4, at least).
@vitalif do you know, if there's an option for geesefs to ignore chmod/chown errors, if it's not supported?
for me, setting `ZBX_AUTOHANODENAME` to `""` (w/o specifying `ZBX_HANODENAME` in `values.yaml` in any way whatsoever) during the upgrade did the trick. the other extra env variables (I use TimescaleDB, so...
> I think this is not problem of helm chart. makes sense. which solution would be the easiest one to slap on top of the existing chart short-term, until the...