erichaus

Results 77 comments of erichaus

Hola, I just ran into this exact issue and coincidence you guys are talking about it... ``` import CreditCardValidations from '.../validations/credit-card'; import { inject as service } from '@ember/service'; export...

hello, I upgraded to latest ember/ember-cli and now I'm getting this error: ``` Error: EEXIST, file already exists '/Users/eric/Projects/myapp/overlord/build/client-web/tmp/coffee_script_filter-output_path-XZuGEV4i.tmp/client-web/routes/application.js' ``` any idea what's causing it or how to resolve it?...

@blimmer `Yeah, yeah it's CoffeeScript - we're migrating to ES2015 over time.` Why are you apologizing for using coffeescript? I find the argument that it is now antiquated due to...

what's the downside to enforcing that a user has to create a backing component file to use this? If all that's required is creating a blank js file then I...

@evanb2 I believe this is a known issue as in the past I had tried using this for a chat application and we discovered that there were issues with scrolling...

@akondo06 @pzuraq who is handling peer reviews right now? https://github.com/html-next/vertical-collection/pull/269/? Came here looking to see if a grid display is supported as we use this in an app where now...

https://bvaughn.github.io/react-virtualized/#/components/List really solid https://akryum.github.io/vue-virtual-scroller/#/

also I may have my concept of "grid" slightly off as the react site depicts grid as "tabular" data, whereas we're looking to display multiple items per row ![image](https://user-images.githubusercontent.com/230757/63108517-eeb00700-bf3b-11e9-9bea-dfa7b3f0ccc3.png)

@akondo06 ok good idea, will try thanks!

@akondo06 any idea what that might look like w/flex? couldn't quite get it using flex, started tinkering w/grid but not clear what that looks like! need to somehow manipulate a...