Max Fenton

Results 12 issues of Max Fenton

Three instances of `infinite` were spelled `inifinite`

### Expected behavior `post.get_preview(40)` should get ~40 words of a post ### Actual behavior If the post is in Chinese, the excerpt is as long as it takes to find...

help wanted

Cf. https://github.com/postcss/postcss-import/issues/84

enhancement

This would be a great postcss plugin if it could handle CSS vars that are not in the `:root` element like https://github.com/nuxodin/ie11CustomProperties/issues can (but not client-side, obviously)

On twitter, @sinker [said](https://twitter.com/dansinker/status/405088590125744128): `I've been thinking of "I FORK TACOS" as the Tacofancy t's.` Which spurred two ideas. First is a taco twin, like the [Forktocat](http://octodex.github.com/forktocat/), the second would...

According to the readme: > Custom configuration is fun and simple: just put `.csscomb.json` file in the project root or your HOME directory. but this just doesn't work for me.

A CSS file with the following line throws a fatal error. Any idea what might be the cause? ``` @media (min-width: 699px) { #header__navigation--secondary li:last-child:after, #header__navigation--secondary li:nth-child(3):after { content: "";...

input: `{% set style = ((style is defined) and style and (style in validStyles)) ? style : 'link' %}` output: ``` {% set style = style is defined and style...

- `viget/craft-video-embed 2.0.2 requires craftcms/cms ^4.0.0-alpha -> found craftcms/cms[4.0.0, ..., 4.11.3] but it conflicts with your root composer.json require (^5.0.0).` - `viget/craft-video-embed 2.0.3 requires craftcms/cms ^4.0.0 -> found craftcms/cms[4.0.0, ...,...

## Expected `lando` would start and run with [OrbStack](https://orbstack.dev/) as the running docker provider on MacOS, with its `docker` symlinked at `/usr/local/bin/docker` ## Issues - `lando build` cannot run unless...