Darren Rush

Results 16 comments of Darren Rush

For anybody perusing these PRs. This code does build and run from source. You need to do a git clone and local build rather than a direct `go install` +1

Display width can be calculated on chars and strings accurately. I haven't spent a lot of time on this, but I'll leave this here for those that might be looking...

@davidriverapericas Did you submit this as a patch to @emotion?

@schmidt-sebastian Can you enumerate the tasks/gaps that you are aware of for this support to be completed?

@igorbernstein Your approach looks pretty interesting. Have you gotten anyone else to collaborate with you on completing the spec prototype? Is this code in a branch/PR somewhere?

We are doing so prototyping work on this. At a high level [JSONAPI](http://jsonapi.org/format/) provides some standard conventions for paging, filtering, sorting, and object relationships in server interactions. The [JSORM library](https://jsonapi-suite.github.io/jsorm/)...

The feature should explicitly support (and validate it works with) a tsconfig.json with the `extends` keyword to import a tsconfig.base.json that has paths defined in the base file.

Could the first pass at this feature work on the CLI only? WASM support and remote URLs is interesting, but likely a really bad idea from a security standpoint. I...

You can include ERB blocks in MJML files and they won't be modified. It is definitely possible to pre-compile all of your emails into ERB.html files as part of the...

Bumping this issue up. To summarize, `mj-include path` needs to be relative to the source MJML file, or have an absolute path. For tools and Preview functionality to work). You...