Dave Olsen

Results 42 issues of Dave Olsen

Double-check the parse component list so that paths are built properly. This means replacing DIRECTORY_SEPARATOR in $file->getPathname(). Needs to be part of #67 implementation. See pattern-lab/patternlab-php#368

bug
v2.x

Don't rely on just color to convey seriousness of issue. Use glyphs as well.

enhancement
v2.x

`strtolower` should use `mb_strtolower()` but need to figure out use of `mb_*` elsewhere. Need to double-check front-end/pattern paths and assets reloading continuously.

bug
v3.x

I was lazy when I came up with these options. Rename so they can be properly read.

enhancement
v3.x

So invoke the Mustache pattern engine by saying "patternEngine: mustache" as opposed to relying on pattern extension. This way a user can define their own extension for their project yet...

enhancement
v3.x

This is really silly and I have no idea why I didn't just do a line by line ("in fencing/in description check") other than I was being really lazy. This...

enhancement
needs spec approval

Stop maintaining my own timer set-up and use Symfony Stopwatch instead. Won't require a breaking change but might as well roll it into a Symfony release.

enhancement
v3.x

Stop maintaining my own Console class and swap in Symfony Console. Will require a breaking change.

enhancement
v3.x

Figure out a way to let users define their own theme tags for Console messages. Allow override of default colors.

enhancement