Michael Cook

Results 22 issues of Michael Cook

Can this be used to provide a WEP connection to a WPA2 WiFi network? That way, a little repeater could give internet access to older WiFi PC card devices (HP...

It doesn't appear to translate ansi characters with both a background and foreground color. Say, in chalk you can be like `chalk.magenta.bgGreenBright('magenta foreground, green background') but when the ansi gets...

If you have, say <body> or a <div> that has height 100%, the polyfill breaks. The error is pointed out in IE7 on XP as well as in the Edge...

The [official docs](https://shopify.dev/docs/themes/theme-templates/customers-addresses-liquid) suggest to import this class from `@shopify/theme-addresses`, but it hasn't existed in the package for years. Why was it removed? See [other comment](https://github.com/Shopify/starter-theme/issues/74#issuecomment-771236366)

Is it possible for the api to be updated to include sending a text based message on snapchat? - i.e. the text messages that are possible with the new version...

Optional parameter (disabled by default) to allow included filenames to echo out to console during compilation. Super useful for debugging large projects.

```json { "scripts": { "foo": "foo", "bar baz qux quux quuz": "bar" }, "ntl": { "descriptions": { "foo": "Lorem ipsum" } } } ``` Even with using the descriptions only...

```bash ntl --no-rerun-cache ``` Does not appear to prevent the last ran command from being stored. It still selects the last ran command when you run it.

If you use Prettier, its HTML formatting trumps this plugin and makes a huge hot mess. There is a workaround which is that you can set your workspace settings along...

Fixing in Liquify

Input: ```liquid {% comment %} apostrophe's {% endcomment %} ``` Formatted: ```liquid {% comment %} apostrophe's {% endcomment %} ``` And after every format it injects another.. ```html ``` ..every...

PrettyDiff Bug
Fixing in Liquify