Tim Evans
Tim Evans
I'm using ember-twiddle to have users report bugs with ember-page-title. It's tricky to see how it works / if it works when the title is trapped in the iframe. See...
Currently, the [`{{x-main}}`](https://github.com/ember-learn/ember-cli-addon-docs/blob/master/addon/components/docs-viewer/x-main/component.js#L79-L86) component in the `{{docs-viewer}}` has hard-coded URLs that assume that the main branch of the repo is always `master`. I use `latest` for my repositories, and would...
This has been something that has come out of a bunch of experimentation, with a driving factor being a short talk I gave at [have you tried to rub a...
This is an experiment in defining atjson schemas (specifically annotation definitions) as data instead of as code. By doing so, we can provide some benefits like allowing for clients to...
Currently, we're using some Condé processes that are being deprecated internally, since this documentation is an upload to an S3 bucket, porting this is pretty easy 😄
Currently, when we're doing conversions, we have a big grab bag of attributes that are semi-messily put into the same property on the annotation— `attributes`. We've encountered a bunch of...
We currently have some fairly rudimentary performance regression testing in `renderer-commonmark`. It turns out that it's _really_ hard to catch these, because they don't cause any test failures, nor does...
Currently, our type checking around annotation constructors isn't strict enough and allows invalid construction of annotations. #### What do you expect to happen? Instantiating a new annotation should be a...
Commonmark has a concept of "tight" lists, which is a shorthand that says whether there should be surrounding whitespace in a list item or not. We've adopted this into the...
Currently we don't have this readily available for our performance profiles, which makes it a bit difficult in cases like https://github.com/CondeNast/atjson/pull/394, where function names were changed with the change. The...