Anton Timmermans

Results 12 comments of Anton Timmermans

Sharing this in case someone else runs into this. When you don't know if the font requires combining, the `combineUnion` calculations are wasted most of the time. In most fonts,...

We are using `yarn` on all our repositories. For consistency for us I think we would prefer `yarn`.

Another possibility would be depending on https://github.com/alexei/sprintf.js which looks at lot like the inline sprintf-implementation.

Wouldn't it be better to depend on it in the package.json? This means updates in the future will be easier to incorporate. I am willing to do this work.

@cliffordp Nobody is against hot module reloading as far as I am aware 🙂. @Xyfi and I tried to make HMR work back then, but we didn't manage to make...

The way we did this when working on Rails projects was that alongside the migrations we had a separate migration that would generate test data to use for in the...

That sounds like a great angle to explore. We'll have to see if it's fast enough, but this way it might also be possible to split different sites.

Yes, totally something we want to do.