Caleb Eggensperger

Results 31 issues of Caleb Eggensperger

Looking at this example from the site: ![screen shot 2017-11-08 at 10 41 54 pm](https://user-images.githubusercontent.com/782920/32587587-3f128c74-c4d7-11e7-901b-f6d20cbdcee7.png) If I were going to name these colors, I'd probably go: red, orange, yellow, green/chartreuse,...

Tagged tslib versions don't seem to correspond in any obvious way to TypeScript versions. I want to be able to confidently import the right tslib version to work with a...

The noscript tag gives this warning (AX_ARIA_12) if it has aria-hidden. This doesn't make sense, as it's (sometimes) a rendered node. (We are including it so that chromevox doesn't read...

question

**TypeScript Version:** 2.3.1 **Code** ```ts class FooTask { foo: number; } class BarTask { bar: number; } type taskType = FooTask|BarTask; function createEvent(task: taskType) { if (task instanceof FooTask) {...

Suggestion
Awaiting More Feedback

# 🐛 bug report @parcel/transformer-mdx is out of date (doesn't support MDX 2.1.1)

🔌 Plugins

With tree shaking, the visualization shows nonsense results that match the pre-shook bundle size, like multiple 600kb files within 300kb bundles.

``` | x | | | |———| | m | ``` m = mouse When the mouse is here, and you click, the error in the part above gets instantly...

eval-sp13