Nando Vieira

Results 78 comments of Nando Vieira

@qmx @vinibaggio weighting votes can be difficult. Start easy. Just list people that upvoted/downvoted which talk on the details page.

Ah, and make possible to block and remove downvotes from people that abuse the system.

Yeah, I'm using a `CHECK` for that. The problem is that you have to do something like `CHECK (uri_scheme(site::uri) IS NOT NULL AND uri_scheme(site::uri) ~ '^https?$')`, which is kinda cumbersome.

Implemented here: http://github.com/fnando/asset_packager/tree/rails3

just released v6.0.0.

Implemented here: http://github.com/fnando/asset_packager/tree/rails3

Implemented here: http://github.com/fnando/asset_packager/tree/rails3

> \# NOTE: Register plugins in a specific order: > \# 1. Filter; 2. Fallbacks; 3. Sort. I think you're onto something. Maybe we should categorize plugins, based on 4...

The lint configuration is unaware of patterns used by translations, as they're essentially two different plugins. The official way of doing what you want is by [using the `lint_translations.ignore` config](https://github.com/fnando/i18n-js#linting-your-javascripttypescript-files)....

I don't think this is something we should do. You can always use `Function.bind` for this.