Julien Barbay

Results 43 issues of Julien Barbay

Hi, I actually love this tool and use it in all my simple repositories. really _really_ cool (especially with the `version` hook part). I was hoping to continue to use...

### Input code ```js /** @module myModule */ export { default as SomePropName, SomeOtherExport1, SomeOtherExport2, } from './someOtherFile' ``` ### Expected behavior I should see SomePropName, SomeOtherExport1 and SomeOtherExport2 (with...

Hi ! I'd like to know if it would be possible to add an array of validator's names (`$errors`) for each non passing validator of each value : **How would...

feature request

I've a collection for which i use `$each`. I'd like to show error messages even when the collection is empty, but if the collection is empty, `$each` is null. Is...

## Documentation Issue ### What was unclear or otherwise insufficient? There's no pointer on how to build a one to one relationship with a view entity. I've tried the "expected"...

documentation
requires triage

It's not an offensive question, but a more a friendly business-related inquiry. I'm really loving the project and the overall initiative, but on my side I can't afford to base...

the release notes are in the commit body, but i have rules enforced to limit the size of the commit body. is there a way to pass arguments to the...

it'd be super nice to have brew cask support for this awesome app https://github.com/Homebrew/homebrew-cask

enhancement

Hello ! Just a small and simple PR to propose to follow up on your implementation of CORS checking. As you mentioned in the comment, it is following the express...

## Problem When setting-up cors, if one would pass: ``` cors: { origin: "*" } ``` ...it would end up passing here: https://github.com/moleculerjs/moleculer-web/blob/ad0686a76c8b0e60b1c9a03b9a35f5c4fd31eaf4/src/index.js#L1000-L1001 producing a header such as `Access-Control-Allow-Origin: *`...