Sander Marechal

Results 9 issues of Sander Marechal

Could you publish your plugin on bower.io please?

### Bug description We have a FontAwesome PRO plan. I am trying to install FontAwesome Pro using NPM. It works fine on our dev machines, but not in our CI/CD...

bug
needs-triage

Would it be possible to add an option so that, in non-interactive mode when a parameter is missing, an exception is thrown rather than the default copied from the .dist...

When I run encore using the --profile option, I still don't see any extra logs. Example: ``` > encore production --profile Running webpack ... DONE Compiled successfully in 30081ms 9:58:34...

When I use Modkey+o to send a client to another screen (`c:move_to_screen()`) then the client window simply disappears. I have tried with every combination of: - Awesome 4.0 (Debian stable)...

Event bubbling does not seem to be working when filling in a collection. For instance, I have these models: ``` js models.ParentCollection = Backbone.Collection.extend({ model: model.ParentModel }); models.ParentModel = Backbone.AssociatedModel.extend({...

Could XML samples be provided along with the JSON examples? The specification says: > HAL provides a set of conventions for expressing hyperlinks in either JSON or XML. But only...

I would like to be able to validate the metadata somehow. This means that I would need to somehow hook into the MetadataFactory so I can validate the my ClassMetadata...

Is it possible to add support for docblock annotations? For example: ```