Miguel E. Ruiz

Results 4 comments of Miguel E. Ruiz

Tested in `kvm-ssh` microenv version 6.10 the steps indicated: ```bash # step 1: host creation onehost create 127.0.0.1 --im kvm --vm kvm ID: 2 # step 2: host update onedb...

In order to use Sinatra v.4.0.0, it exists a dependency conflict between Sinatra and Thin, since both requires Rack gem but in different versions, as in the following log is...

We could reproduce the problem and basically is on Sinatra v4.0.0 is required to send the content-type for POST request. This was something missing on the `oneflow-template` cli and it's...