Bruno da Costa Piaui

Results 2 issues of Bruno da Costa Piaui

Hi, How can I set debug enable on start config? ```js import Vue from 'vue' import VueSocketIO from 'vue-socket.io-extended' import io from 'socket.io-client' const socket = io('http://localhost:4000') Vue.use(VueSocketIO, socket) ```...

enhancement 🚀
question 🤔

Hi, Your extension is awesome!! I would like to know if you can add the tests made from stretchr/testify lib? ```go package models import ( "testing" "github.com/cryo-management/api/common" "github.com/cryo-management/api/db" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/suite"...

enhancement