Don Denton

Results 58 comments of Don Denton

How about now? :wink: Fewer updates as time goes on could be more of an indication that a codebase is reaching "peak robustness" I suppose. So that is not necessarily...

I am so sorry that I inadvertently revived this issue. 🤦‍♂️

I removed CssLint altogether. I am only using sass in my project and compass will not create malformed css. I know not everyone would do that, so that's just me....

Oh! This thread solved a problem for me! I didn't realize that you ought to import "pod-styles" after anything that you want to use in your component styles. (I didn't...

Regarding exploring names other than "Editions": - "Focus": It evokes the idea of a particular set of features, rather than a particular release. This would be helpful in NOT confusing...

> ```js > { > name: 'foo'; > preprocess: function > capabilites: tbd > } > ``` I like the idea of preprocessors creating some kind of registration object that...

Adding to this conversation, It would be great to see such a feature mimic the Jekyll way of allowing overrides. For example, `pretzel taste --config=_config.yml,_config.dev.yml` would first load the regular...

Super glad I found this issue. Probably saved my an hour of hair pulling. In my case, it seems to be reporting the correct column number, but still reports line...

First, congratulations! My first is on his way soon and we are very excited. Second, thanks for answering even after all this time! It was worth the wait. ;-) I’ll...

@macluiggy I am defining a tuple with named positional values, not a function that has an extra property. It’s valid syntax, but Babel gets confused. @ozanhonamlioglu I am not a...