Tom VanAntwerp

Results 14 comments of Tom VanAntwerp

Sorry for late response--was AFK for a bit. Is this in 1.2.4? I've upgraded locally and tested this with a new post and image upload and still get `NULL`.

Running WordPress 4.7.2 on MAMP with Apache and PHP 7.0.12. I first tried WordPress's plugin updates. When that failed, I tried manually deleting and replacing all of Timber with the...

This is the feature I miss most from Twitter. Without the ability to mute certain keywords, my level of enjoyment on the platform varies wildly depending on The Discourse of...

Storybook's `main.js` is out of date. It reads: ``` alias: { remix: path.resolve(__dirname, '../__mockRemix__'), }, ``` But it should read: ``` alias: [ { find: '@remix-run/react', replacement: path.resolve(__dirname, '../__mockRemix__'), },...

`.prettierrc` could use a few more rules. Currently only enforces trailing comma and single quote rules. ESLint rules are all over the place between the kit and the showcase. Somehow,...

Does not use husky and git hooks to lint and format code pre-commit like the showcase does.

I've just discovered this _is_ possible by using `align` in the `TableCell` or `TableHeaderCell`. E.g., `...`. It would be good to have this mentioned in the documentation. [The `align` property...

Any updates on this issue? Every single action I try to use has this error, and it's been ongoing for months.

I've just observed this behavior when using the TinyMCE Advanced plugin (v4.7.11) on a WordPress site (v4.9.13). No other WordPress plugins that should affect the editor are active.

I suspect [this](https://github.com/tinymce/tinymce/blob/master/modules/tinymce/src/plugins/paste/main/ts/core/WordFilter.ts#L192) is where the error lies. There's no code to say, "Oh, we see that this was an unordered bulleted list, so we don't need to also see...