Fernando Via Canel

Results 37 issues of Fernando Via Canel

When setting up `connect-oauth` for Facebook, like this: ``` javascript app.use(auth([auth.Facebook( appId: fbId appSecret: fbSecret scope: ["manage_pages", "publish_actions"] callback: fbCallbackAddress )])); ``` only the `publish_actions` permission will be actually requested...

A page is really just a `.js` file that happens to have an `.html` file with the exact same name and path. Any file in such situation could be automatically...

This makes the cache folder automatically ignored by git and it is the common practice for cache folders.

Just to try it out, I adopted webpack dashboard in a couple of projects. It works pretty well. Initially I thought it wouldn't add much value, but after working in...

enhancement

As illustrated [here](https://github.com/ostera/zazen/blob/master/.flowconfig#L2), this is somthing that can be done directly in the `.flowconfig`. We can document that when we get rid of the configuration option.

I have a project that depends on several lightweight dependencies, so they shouldn't be considered peerDependencies (I don’t want to burden the consumers with installing them manually) but I don't...

So that libraries work without having to reconfigure the package.json

This idea is the same as what we are now doing for the npm scripts: when installing Sagui, if a given dot file matches an old template (that is, it...

Which essentially does: - `npm prune && npm test && npm run build` - Generates `index.js` pointing to `dist/index.js` (solving the `.default`) - `.npmignore` should include `src` but not `dist`...

enhancement

Implements RFC https://github.com/Mojang/ore-ui/issues/65, with some caveats. Notes: - [x] Deduplication (calling the driver only once for the same path) is missing - [ ] `onError` callback is not supported (currently...

enhancement