Dan Freeman

Results 20 issues of Dan Freeman

A fun one! Thanks to [this Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=440691), in combination with [these `parseInt`s](https://github.com/emberjs/ember-collection/blob/master/addon/components/ember-collection.js#L102), you can end up in a situation where `ember-collection` slowly scrolls upwards with no user input. To...

I haven't spent a lot of time thinking through this deeply yet, but the mental model for asset inclusion with [Embroider](https://github.com/embroider-build/embroider/) is fairly different from the v1 version of the...

enhancement

I've been mulling over different approaches to this for a bit, and I'd love to start getting thoughts from the Typed Ember folks and the community in general 🙂 ##...

types:core
RFC

It seems like the typechecker is better able to line up expected vs actual abilities on a delayed computation used directly than it is when that same computation is wrapped...

Apologies if the answer to this is of the form "well obviously..." -- I don't have a ton of experience working with Rust yet. I'm interested in understanding why you...

Babel accepts plugins as (among other things) either a string denoting a module to require, or a tuple containing that string and optionally some configuration for that plugin. It will...

The [most recent version of the decorators proposal](https://github.com/tc39/proposal-unified-class-features) (which seems likely to advance) changes the structure of the data decorators receive. It also restricts method decorators to only appear in...

Minimally, unit test coverage request dispatching and pact verification

If I create a term in my scratch file like this: ```unison testNothing = do [] ``` And try to immediately run it with `test.io`: ```ucm:error scratch/main> test.io testNothing ```...

bug