Brad Bouse
Brad Bouse
@justinmchase I noticed this as well, and found it pretty frustrating. I think the problem is that MJML is not properly registering dependencies from `.mjmlconfig` [here](https://github.com/mjmlio/mjml/blob/804760ad2ff9afcb14e903404900671b6978e3b9/packages/mjml-core/src/helpers/mjmlconfig.js#L78): ``` registerDependencies((requiredComp.default || requiredComp).dependencies)...
It appears that there's been a DNS change beyond our control. What the DNS formerly pointed to is still running; we've reached out to GitHub about a fix.
@blakeembrey the spirit of the magic `authenticate()` method is improve the developer experience and quickly get them exploring the API. With the modals, hard-coded application keys, and eventual token vault,...
How would this appear to the user?
A "more" link for objects greater than _n_ lines seems like a good compromise to me.
Alternative.
In code cells, enter executes the current cell and moves you into the next cell. In a text cell, enter creates a new line. Shift + enter in a code...
What bothers me about "enter" executing the cell is how expensive it is to do so accidentally. We shift the user's focus to the next cell which--if the inspector returns...
@blakeembrey added minification to api-notebook.js, which brought the file down to 800kb and makes it (a little) less worrisome. Blake, is it possible to gzip the assets as well? And...
Would having an explicit save button solve this? If there's no persistence layer the button simply wouldn't show up?