Guirec Corbel

Results 34 issues of Guirec Corbel

I created [this SO question](http://stackoverflow.com/questions/43998822/attributes-are-not-defined-with-babel-6#comment75039460_43998822) where I describe the problem I have with decorators and arguments. With ember-cli-babel 5, I can do this : ``` import DS from 'ember-data'; import...

- Category - [x] Question - [ ] Bug - [x] Suggestion - OS - [x] Linux - [ ] macOS - [ ] Windows - [ ] Etc. -...

Hello, When I want to show a second modal box on a page, jquery send `Maximum call stack size exceeded`. The second modal box appears but in background. I have...

I want to contribute to https://github.com/offirgolan/ember-validators . I use docker and I created a new container. When I run `ember test` I have `Command failed: git config user.email`. I setted...

Hello, I have a bilingual site. It can be useful to add a scope and to something like this `sitemap_for Page.scoped, scope: ['en', 'fr']`. What you think?

Hi, I create a spec with this line : ``` select2("A first name A name", from: 'Artiste', search: true) ``` And I have this javascript : ``` $(this).select2( placeholder: "Artiste"...

It works for me

I noticed than this doesn't use the cache : ``` def index jsonapi_render json: ProjectGroup.all end ``` But this does : ``` def index process_request end ``` Is there a...

enhancement

I'm working on an ember project and I installed the addon `ember-simple-auth`. I create the `app/authenticators/application.js` with this : export default Devise.extend({ }); `Devise` should be resolved as`import Devise from...

### Environment - Ember Version: 2.8 - Ember CLI Version: 2.8 - Ember CP Validations Version: 3.0.1 ### Steps to Reproduce Override the `validate` method of a function and to...