Matt Scheurich

Results 19 comments of Matt Scheurich

We're consistently getting this inconsistent error message. It's hard to debug because am unsure how to better order the imports based off the error messages. CSS modules is ideal for...

Just following up: the solution I came up with was to maintain a separate `/src/styles.ts` file whereby I import all the necessary CSS in the preferred order and put that...

Sounds great @tanema ! Definitely have mitigated some, but having the checksum in the assets API means there's at least a pathway to providing a diff feature, I think.

It's been a long time since I last saw this, but you could effectively write a plugin to manage your globals. Here's some dummy code which I haven't tested (i.e....

I had a look into turning kuroshiro sync, and it seems that the callback on kuromoji (via using kuroshiro-analyzer-kuromojii) has a [slight delay when loading the dictionary files during building](https://github.com/hexenq/kuroshiro-analyzer-kuromoji/blob/809b8ff78eb2c5606a98b8943aec5666a6af565f/src/index.js#L39-L45)...

Just a note to others that might waste 3 days on this like I did: I had to copy the dat files in the [kuromoji](https://github.com/takuyaa/kuromoji.js) `dict` folder to my React...

@RobertB4 I think it does work out of the box. The manual (or automatic, if you script it) copying files to a statically served area of the site is a...

I use composer on CLI and set up this repo as a VCS in the packages and then `composer require szepeviktor/w3-total-cache-fixed`. Mine's set to just pull from "dev-master" but you...

I downloaded the app from the app store, but I'll try compiling later to see what the error is.