Julian Acosta

Results 16 issues of Julian Acosta

Hi, I see that the compiler is executing twice, probably because it is detecting changes in the file twice. ``` file changed app.scss file changed styles/app.scss Build successful - 36872ms....

Hi, I want to know if is possible to be more selective in the compiling of the assets. I mean: ``` /*app/styles/home.scss*/ @import "home/a.css"; @import "home/b.css"; /*...*/ ``` ``` /*app/styles/blog.scss*/...

Currently I have something like this: ``` async authenticate() { const response = await doNetworkCall(); return { token: response.token } } ``` But `sessionAuthenticated()` hook never gets called. If I...

Currently ArrayProxy is missing a `join()` method, this is useful when you try to use it to concatenate a list of model names, trying to use [join helper](https://github.com/DockYard/ember-composable-helpers#join), but is...

Needs Bug Verification

Ember CLI: 3.12.0 `filesPath()` is being called in `files()` that has [caching](https://github.com/ember-cli/ember-cli/blob/master/lib/models/blueprint.js#L235-L237), so it's only getting called once. When is called for the [first time](https://github.com/ember-cli/ember-cli/blob/master/lib/models/blueprint.js#L716), [this.options](https://github.com/ember-cli/ember-cli/blob/master/lib/models/blueprint.js#L447) doesn't have a value,...

bug

## Description I'm trying to add some hooks to a mapper this way: ``` store.defineMapper('event', { endpoint: 'events', schema: eventSchema, relations: eventRelations, beforeFindAll: function (id, opts) { Mapper.prototype.beforeFindAll.call(this, id, opts,...

Tested on brand new Ember install: ``` DEBUG: ------------------------------- DEBUG: Ember : 3.14.1 DEBUG: Ember Data : 3.14.0 DEBUG: Model Fragments : 4.0.0 DEBUG: ------------------------------- ``` ``` Uncaught (in promise)...

Today I tried to do this: `(not-eq currentRegion.id 1)`, but it failed, because id was `"1"`, not `1`. Would be nice if we have something like `non-strict-not-eq`. I could create...

Hi, I want to know if is possible to create migrations table in a different schema, not `public`

**Description of the bug** I'm having crackling sound using BackgroundMusic **Steps to reproduce** > Steps to reproduce the bug. This usually doesn't need to be super detailed. - It happens...

bug