Gaspar Fernández

Results 6 comments of Gaspar Fernández

Years late, but I just came across this problem. It's related on how WiFiSecureClient (in my case) detects the connection (connected() method). (as @gilmaimon said). I think there's a bug,...

You can also recognize this lack of connection using heartbeat :)

With that update, you have one more argument in the constructor. termsOptions = { single: [boolean], // default false pauseOnClick: [boolean] // default true }; If single is true, it...

Hello again, I added a few things. addCommand and addLine has outputTerm argument and you can also pause terminal when printing lines. Did not make a pull request to avoid...

Of course, .showyourterms, .showyourterms::before, .showyourterms::after { box-sizing: content-box; } .showyourterms.blue::before { background-color:#96a5bc; color:rgba(15,15,15,0.95); } .showyourterms.blue::after { background-color: #565eeb; border-radius:0%; box-shadow: none; right: 8.32px; left: inherit; } that's all, to fix...