Andrey Mikhaylov (lolmaus)

Results 319 comments of Andrey Mikhaylov (lolmaus)

I struggle to figure out how to do that. Can you please provide an example? I think using `bufferedProxy` on records is a popular use case and a publicly available...

The crash happens on this line: https://github.com/emberjs/ember.js/blob/v3.20.0-beta.1/packages/@ember/-internals/glimmer/lib/modifiers/custom.ts#L172 I've linked to latest tagged version of the file which happens to be `v3.20.0-beta.1` at the moment, but I'm seeing the error in...

Here's my modifier implementation based on the modern `ember-modifier`: ```js import Modifier from 'ember-modifier'; import { action } from '@ember/object'; export default class DidResizeModifier extends Modifier { detector = null;...

> looks like there's another container query solution for ember: https://github.com/ijlee2/ember-container-query Huh? I wonder if the author was aware of `ember-fill-in` when they were making another addon. Looks like it...

Hey @ijlee2, thanks for chiming in! What exactly were the reasons for rewriting?

@chadian @ijlee2 Please keep me involved in the conversation! Regarding the subject of this issue. I didn't know about `ember-resize-observer-modifier`, I think the issue should be resolved by leveraging it.

`ember-css-modules` [is doing](https://github.com/salsify/ember-css-modules/blob/master/packages/ember-css-modules/index.js#L64-L65) something very similar.

Hey @chadian, do you have suggestions how this could be theoretically possible, given that FastBoot render does not know viewport dimensions? I wish browsers sent viewport size in HTTP headers,...

Ah, I've realized it gets an outdated state this way. Sorry.