Mike Bridge

Results 23 comments of Mike Bridge

I couldn't get any variant of `import` working in TypeScript 2.6 & React 16 so I switched to `require` : ```typescript import { configure } from "enzyme"; const Adapter =...

+1 for the formal specification. Right now there's some divergence among various flavours, e.g. the "keyword" style of [Jekyll's parameters in `include`](http://jekyllrb.com/docs/templates/#includes) vs. the ruby-variable style of [Shopify Liquid](https://docs.shopify.com/themes/liquid-documentation/tags/theme-tags#include).

@fw42 Yeah, I'm thinking more of myself here Re: specs---I'm porting liquid to another environment and was hoping not to accidentally end up in the same position. :)

I'm seeing this for two-line files with a header, one more line, and with no trailing end-of-line character.

I was wondering if there was a way to do this too, maybe as another parameter to `.subscribe` instead of part of the json?

I see this same error often, and on several devices, e.g. android, blackberry, and chrome on windows: Mozilla/5.0 (Linux; U; Android 4.4.4; en-gb; GT-I9060I Build/KTU84P) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0...

Thanks, I'll have a few minutes to look at it over the next day or so.

@schotime Sorry, this fell off my plate but I intend to get another release happening soon. I actually already have an implementation for this (https://github.com/mikebridge/Liquid.NET/issues/22) but I was hoping to...

Is that from just putting a hash directly into a template? I don't think I really covered that case---I have a [default stringification](https://github.com/mikebridge/Liquid.NET/blob/master/Liquid.NET/src/Constants/LiquidHash.cs#L130) method for that but it is not...

@jpweytjens #292 pins [six to 1.12](https://github.com/deanmalmgren/textract/blob/master/requirements/python#L12) rather than making it >= 1.12 and < 2.0 as proposed here. Are there any known issues with using newer versions? Is it feasible...