Bai Omys

Results 9 comments of Bai Omys

"-rtc base=utc" in ARGUMENTS should help 95% guests run local time, so turning this option ON by default was reasonable

"-rtc base=localtime" is set by default since version v3.05, did you try "-rtc base=utc"? Anyway, after changing this option you need to manually RESYNC TIME in windows at least once...

ZFS volume can be passed to docker instead of /storage via /dev/zvol/mypool/myvol:/disk1 It has native support for compression, snapshots, encryption, thin provisioning, etc. So it is worth spending couple of...

ZFS makes you think completely different, it extends old plain storage paradigm in new dimension. That's why learning curve is kind of steep.

If content loaded to [div id="email"] contain any {{ }} directives (intentionally or unintentionally), they will be executed as well, it should be avoided. API call is substituted by UNTRUSTED...

> There's [html function](https://pkg.go.dev/text/template#hdr-Functions) to which you can pipe the output of httpInclude. You can just do {{ httpInclude | html }}, and it'll escape the HTML out of the...

> You can adjust the delimiters using the between subdirective: between That way you can change them from {{ }} to something else. Loadable content is THOUSANDS of externally provided...

Hi, folks, Happy New Year! Any progress on httpIncludeRaw ?