BnitoBzh

Results 21 comments of BnitoBzh

Wow ! Ok .. ESA is the most used addon by the Ember community for authentication/authorization implementation and its next breaking release is to remove its social connection feature without...

I have a similar error, only when i want to import an addon scss file into my application from a style subdirectory. app/styles/some-file.scss -> @import 'addon/style' OK app/styles/some-sub-folder/some-file.scss -> @import...

I have upgraded my application to [email protected] without any amelioration my issue still exists ..

> I put a reproduction together https://github.com/twokul/sass-issue > > it breaks indeed, but it breaks in `3.0.0` as well. could you take a look and make sure I didn't miss...

@twokul, i think that your reproduction is not correct because your devDepencies match with [email protected] not with [email protected] ... Please refer to my reproduction. https://github.com/BnitoBzh/sass-issue/tree/fail-3.4.1 https://github.com/BnitoBzh/sass-issue/tree/working-3.3.0

After some tests the last commit that works for me is : https://github.com/ember-cli/ember-cli/commit/f3bf1e0d2526ff2a323eb9aae86e7c9f7b9e8d33

@twokul Ok me too ! it works, but not in my real application ... I will retry tomorrow

@twokul Ok so ... i have updated my reproduction, and the issue still be present ! How ? I have created a specific addon for test : https://github.com/BnitoBzh/sass-issue-addon, and my...

Sorry @mikeah2011 i am speaking about BodyParam not QueryParam. If the example for a boolean BodyParam is set as string, like your comment `'true'`, the API json body sample use...

Hi ! When will this PR be merged? I'm interested in the axios example.