Dan Gamble

Results 14 issues of Dan Gamble

> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)? I have a file that has `/* stylelint-disable */` `/* stylelint-enable */` wrapped...

status: wip
priority: high
help wanted
type: umbrella

We've recently found on a merchant of ours an issue were the Facebook pixel was firing twice. This was just a regular pixel install by supplying the id in the...

### What are you trying to accomplish with this PR? **I will preface this by saying this is super super bare bones at the moment. No tests, no README.md just...

Would you mind if i took an attempt to port this as an PostCSS plugin? I know [postcss-quantity-queries](https://github.com/pascalduez/postcss-quantity-queries) exists but this offers a lot more than that.

question

A use case I've recently had is wanting to redirect to a deep link with an app embed. I ended up creating a custom Stimulus controller and achieving it like...

Ref #254 @kirillplatonov not sure if more is needed here? I looked at a previous upgrade: https://github.com/baoagency/polaris_view_components/commit/a528179be4759e47c48afc77ab481743c890422a#diff-af5ce8b8edf3c6eebc227dadccb610b1e801b7a7f22a6359c5543b982e7151ba and there were some icon changes as well. I couldn't see any script...

Currently, it's hardcoded to use `options_for_select`. It'd be nice if we could also use `grouped_options_for_select`. It would be even nicer if we were able to use any of the methods...

enhancement

https://github.com/allmarkedup/lookbook#annotating-preview-files No massive need but things like `@param` could help explain the docs a bit better

documentation

* https://github.com/Shopify/polaris/blob/main/polaris-react/locales/en.json * https://viewcomponent.org/guide/translations.html

enhancement

The problem it causes is: On this line https://github.com/pascalduez/postcss-apply/blob/master/src/visitor.js#L16, normally it looks like: `--toolbar-theme:` but with `postcss-nested` it looks like: `:root --test-theme: null`. Moving it before `postcss-nested` fixed it for...