Florent

Results 65 comments of Florent

Of course but the point is: couldn't we make the framework a bit more flexible about filters, so that we don't have to resort to workarounds whenever the use case...

> I think your "sample" is not a filter issue, but a formatting issue Not really... I don't want to write: ```html {{ {0, country}, @code | format }} ```...

> originally filters were introducted to transform data > they are used to be able to filter/encode the data based on the context you're using the data. I'm pretty convinced...

Interesting! I would say that since `offsetset` ignores the Cache instance (no ttl argument passed), then it makes sense that `offsetget` ignores it too. So I vote for updating the...

Hi, Does your code patch the [build](https://github.com/bcosca/fatfree-core/blob/f25c17b9b00fe594e6ea0ece5d9952fc580844cb/base.php#L161) function as well?

What about a combination of `transform` and `display: table`? See: https://jsbin.com/cufavugosa/1/edit?html,css,output Works on Edge, IE11-10 and even IE9 with `-ms-` prefix.

Hi guys, this is actually possible, but not documented. I had to dig into the code to figure it out: ```html move perView slides backwards move perView slides forwards ```

Judging from the [test suite](https://github.com/glidejs/glide/blob/30978df4bd405ddc186be2db46b3c3a72200a656/tests/fixtures/html.js), it seems that there are actually 6 valid direction patterns: * `>` : next slide * ``: next perView slides * `|>`: last slide *...

No they're here. See: https://github.com/glidejs/glide/blob/e02641f22ef746939fb5fa5ae94fc3162b6a66a6/src/components/run.js#L97 https://github.com/glidejs/glide/blob/e02641f22ef746939fb5fa5ae94fc3162b6a66a6/src/components/run.js#L159 They've been introduced in PR https://github.com/glidejs/glide/pull/327 and the tests have been introduced in https://github.com/glidejs/glide/pull/327/commits/7f508b565d4e18f4338697da59e1eb58bc87fd80. They're also present in https://github.com/glidejs/glide/blob/master/dist/glide.js which is the version that...

Same problem here. I've partially fixed it here => https://github.com/xfra35/glide/commit/9b52b374fb49ebeb0c7a502b93eb0d256b78ba08 I don't open a PR as it's a partial fix only: it fixes interferences between nav/arrow controls but not swipe...