Julien Palmas

Results 20 issues of Julien Palmas

I might be wrong, but I believe the `EmberChangeset` return type I used in #641 is not completely correct: https://github.com/poteto/ember-changeset/blob/aac0b2cecf09acc3be24c55265311fe0fb87a9f6/index.d.ts#L15-L16 If we pass an EmberChangeset subclass to the options param...

It is great to have a type definitions file `index.d.ts`, but it looks like it has not been updated since a long time and is now quite incomplete. In our...

I use cloudinary 1.1.0 with carrierwave 0.10.0 in a rails 4.2.4 app to store PDFs. I get the following bug ``` ruby record.pdf.read # => "" ``` I digged a...

question

[email protected] includes PR #373, which includes a dep on `ember-cli-flash >= 2`. Upgrading from [email protected] to [email protected] does not work on apps that depend on `[email protected]` See my comment here...

I might be wrong, but this is the only place in the codebase where we use a lodash function. lodash is quite big, and even if ember-cli-mirage is only bundled...

My app has an in-repo-addon and this addon has the following CSS file in `lib/my-addon/addon/styles/foo.css`: ```css /* lib/my-addon/addon/styles/foo.css */ .red { color: red; } ``` Ember-cli automatically merges these CSS...

question

## Version 4.0.0 ## Why "ember-cli-babel": "^5.1.6" depends on [email protected] ## How to reproduce `git clone https://github.com/bartocc/ember-2.18.2-barebone.git` `cd ember-2.18.2-barebone` `yarn install` `ember install [email protected]` ## Actual result You should see...

We use this a lot in our codebase, and it is working at runtime, but I realized that this API is not present in `@types/ember-changeset-validations` ```ts username: validatePresence({ presence: true,...

Needs: #1985 Needs: https://github.com/empress/guidemaker/pull/100