luiz tanure

Results 10 comments of luiz tanure

fiz um primeiro aqui pra começar https://github.com/letanure/subtitles/commit/c647c2d89fcecbd3dc369dc4b3d1a389b8cb9898

comecei tb o javascript road trip

@ericdouglas , @vitorbritto alguem revisa o https://github.com/letanure/es6features/commit/cc0d32fe195faf298ad1974acda872be9f2a1e66#commitcomment-5750780 ?

da pra falar também de coisas fora do git, como transifex, etc

I got the same error, after fails validation, the cli shows `NaN` and I cant delete. my code: ```js const inquirer = require("inquirer"); const getTourId = async (inputs = [])...

quick fix, just change the type to "input" and validate ```js const getTourId = async (inputs = []) => { const prompts = [ { type: 'input', name: 'value', message:...

until fixed, you add to your config ```js // file commitlint.config.js module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [2, 'never', ['start-case', 'pascal-case', 'upper-case']], }, } ```

this is an issue caused by the lib they use to handle the terminal UI, Ink. In general, if you just resize the window, the problem is solved for a...