Leonel Sanches da Silva

Results 18 issues of Leonel Sanches da Silva

Steps to simulate: - Start a new Nuxt.js project; - Install `vue-tel-input` package, version 4.3.0; - In `plugins`, configure the following: import Vue from 'vue'; import VueTelInput from 'vue-tel-input'; Vue.component('vue-tel-input',...

Teste: ``` tipo Vazio fim q = Vazio() ``` Execução: ``` Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because ".children" is null at br.edu.ifrn.potigol.Listener.exitMembros(Listener.java:463) at br.edu.ifrn.potigol.parser.potigolParser$MembrosContext.exitRule(potigolParser.java:1178) at org.antlr.v4.runtime.tree.ParseTreeWalker.exitRule(ParseTreeWalker.java:62) at...

Teste: ``` var a, b, c := 1, 2 ``` Resultado: ``` Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2 at br.edu.ifrn.potigol.M.declVariavelMult(M.java:234) at br.edu.ifrn.potigol.Listener.exitDecl_var_multipla(Listener.java:402) at...

Teste: ``` c: Caractere c = 'z' escreva c ``` Resultado: ``` line 2:0 extraneous input 'c' expecting '=' z ```

https://github.com/DesignLiquido/xslt-processor/blob/main/src/xslt/xslt.ts#L404

enhancement

Desdobramento de https://github.com/DesignLiquido/portugol-studio/issues/16.

melhoria
em-andamento

Na mesma linha de #32, só que para Portugol Studio. São 4 bibliotecas: - https://github.com/DesignLiquido/delegua-node/issues/32 - https://github.com/DesignLiquido/delegua-node/issues/25 - https://github.com/DesignLiquido/delegua-node/issues/29 - https://github.com/DesignLiquido/delegua-node/issues/31

good first issue
:gem: recompensa-4

Atualmente, aceitamos um modificador com a unidade `deg`: ```sass lmht { origem-imagem-borda: gradiente-linear(90deg, verde, amarelo); ``` Devemos aceitar `graus` como sinônimo: ```sass lmht { origem-imagem-borda: gradiente-linear(90graus, verde, amarelo); ```

good first issue
:gem: recompensa-4

Exemplo: ```scss $cor-base: #c6538c; .alerta { borda: 1px sólida $cor-base; } ``` Traduz para: ```css .alert { border: 1px solid #c6538c; } ```

good first issue

Mover [o método `gerarMapaFontes` (e suas dependências)](https://github.com/DesignLiquido/FolEs/blob/principal/fontes/tradutores/tradutor.ts#L120) para [a classe `GeradorMapaCss`](https://github.com/DesignLiquido/FolEs/blob/principal/fontes/gerador-mapa/index.ts).