Sloata George
Sloata George
`/deep/` is being deprecated so we will have to use `::v-deep` instead and also `!important` If you still want to use `scoped` which is recommended, you need to do it...
I gather that this repo is not being watched anymore. I'm still experiencing issues with this. I cannot change the style at all. I have tried: ``` .vue-typer .custom.char.typed {...
This is the solution I've found to work: ``` ::v-deep .typed { color: #fff !important; } ``` That is the only thing that allowed me to set CSS rules to...
This doesn't work.
It's been two days and I haven't figured this out yet. Can I get some help ? Or is this repository discontinued ?
No. I did not. It seems to me that this repository is not supported by its creator anymore since the last commit was made on Dec 4, 2019
Is this still coming ?
> Sorry, I cannot say if nor when. Due to personal reasons all spiffs dev is on ice. Don't you worry. We, plebs, will manage ! Thank you for your...
> Hi George, is your requirement that the server will get its IP address from the ESP32 and then the ESP32 makes an SSH connection to the server? Or that...
> The examples to try to run the ESP32 as an SSH server are firstly `keygen2`. This will create the SSH host key on the ESP32. Secondly, `samplesshd-kbdint.` This runs...