Joe Gaudet
Joe Gaudet
Hey, tried out your actions, set them up as expected and they seem to work great. However I'm using cypress with parallel runs to speed up testing, and as a...
Hey guys, I've got hotel configured as follows: ``` concierge.food { "target": "http://localhost:3000" } ``` And when I try and open it in the browser to concierge.food.dev, all things work...
Took the following steps: ``` ember install ember-service-worker ember g service-worker installing service-worker create service-worker/index.js ``` I messed with index.js, don't see any changes propagated to the sw.js file that...
Our production environment does not have the word production in it, which makes this integration not work correctly. Given that you're already doing the the work to map environments based...
Less of an issue and more of a question. Standard ED model behaviour looks like this: ```JavaScript const foo = Model.extend({ foo: attr(), bar: attr() }); // say foo and...
Hey, Love the on-key modifier, however when using it in a list I observe the following: ``` {{#each listItems as |item|}} tabindex="0">{{item.name}} {{/each}} ``` When I focus the list item...
So with the release of 2017.1 we've got some auto import management in intellij. It would be awesome if you could some how intercept the pathing that it generates, and...
Would be handy when providing pre-sorted data, or data that comes from an async source to define the initial sorting in some way. Especially for routing query parameters to the...
Would be interesting if we could add the data-column-name attribute automatically to each cell from the text content of the column it represents so that we could make the table...
Would love to be able to take n+1 queries or memory bloat issues and with a click of a button create new issues in Jira. I realize you guys have...