richard-browne

Results 6 comments of richard-browne

Ok so it waits for its forked child, and returns its exit code right? But does not wait for any other children in the session. Did I get that right?...

I figured out that I need to use LiquidTemplateContext with ParseLiquid(). Then most of the liquid functions are defined. However, newline_to_br is still missing. Please consider adding it. Even ignoring...

Ok but ignoring Liquid.. as a feature request a html.newline_to_br function is missing for the main language.

@mitar dinit looks like exactly what we need. Surprised this hasn't happened before now. I think not many people appreciate the nuances of init with docker.

Same problem here. Saving a .scss file gives this: 09:04:59.135 AM: Compiling: site.scss 09:04:59.139 AM: Beginning compile: C:\Project\Content\site.scss 09:04:59.139 AM: Ignoring compile due to stale document. No .css file is...

0xApp thanks. This is a UTC vs local time issue I'm pretty sure. Both DateTimes need to be converted to UTC before comparison. I don't have the VSIX SDK installed....