Ruslan Nagimov
Ruslan Nagimov
I'd like to add an extra `seconds` field into this. I'm pretty happy with the ability to use cron-like syntax for scheduling, but I'm running into an environment with required...
Sometimes dxf/dwg is the only acceptable format, e.g. for document repositories, PDM, datasheets, etc. Thanks for this amazing product! :+1:
``` from natu import config; config.simplification_level = 0 from natu.units import J, kg, K s = 10.0 * J/(kg*K) s.display_unit = 'J/(kg*K)' print(s) ``` gives `10 J/(K*kg)`. Any chance to...
I've just spent couple evenings compiling a recipe for agendav docker image, available [here](https://github.com/nagimov/agendav-docker) It's useful as is, but also can be used as an installation log, if you look...
add link to docker hub
tested on latest ubuntu and debian 10.2
Just a couple suggestions to your compose config: - you don't need to expose mysql port on the host if you tie it through bridged network, so `3309:3309` is excessive...
Update paginator to work with hugo version >= 0.57 according to https://github.com/gohugoio/hugoThemes/issues/682