Eduardo de Santana Medeiros

Results 59 issues of Eduardo de Santana Medeiros

I use [Factory_bot](https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md) with rspec. How can I create an object with different state other the initial? ```ruby class Job include AASM aasm do state :sleeping, :initial => true state...

**Is your feature request related to a problem? Please describe.** When we think about rules and rule cases, writting it with gauges doesn't make it clear. Here's an example: ```markdown...

I almost drop my development database because of this.

MUDANÇAS NA NORMA ABNT 6023 – SOBRE ELABORAÇÃO DE REFERÊNCIAS No dia 14 de novembro de 2018 (última quarta-feira) a ASSOCIAÇÃO BRASILEIRA DE NORMAS TÉCNICAS (ABNT) publicou a nova versão...

enhancement

The default action of npm is to save now, no not save we should type `--no-save`.

After instalation of nodemon: $ npm install nodemon --save-dev And updating the start script: ```json "scripts": { "start": "nodemon -w server.js server.js", ``` I get this error (ubuntu 16.04 and...

![Captura de tela de 2021-04-12 19-46-38](https://user-images.githubusercontent.com/3603111/114472082-0388e600-9bc8-11eb-8d8d-81bf4aae7127.png) - https://github.com/abntex/limarka/blob/master/.travis.yml ## Testing ![Captura de tela de 2021-04-12 19-59-30](https://user-images.githubusercontent.com/3603111/114472943-a68e2f80-9bc9-11eb-9421-cfa896c6249e.png)

**Comportamento esperado**: - possibilitar utilizar o limarka a partir do RStudio **Especificações do sistema**: - Rstudio Version 1.3.959

**Comportamento esperado**: criar imagem baseado no linux alpine. Atualmente o build é feito a partir do `ruby:2-slim`. - [wiki/Alpine_Linux_package_management](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management)

enhancement

Os testes poderiam ser modificados para utilizar: 1) limarka instalado no computador 2) limarka numa imagem docker Daí depois do deploy do docker podemos realizar os testes na imagem.