Sudsy
Sudsy
Currently if the transfer gets interrupted and the .Force_Update file gets set, the next time the script is run, the .Force_Update file is deleted regardless of whether the flashair is...
I have been using the vscode extension on macos with embree and have found that include paths are not working. I have the following includes in the file I am...
The extension is fantastic, but there is one really annoying problem that I can't seems to override in the vscode settings. If you open a terminal window while working on...
I had a look to see if this has been discussed before and can't seem to find it. I have found that when working with remote actors, I typically have...
Not sure if there was a change on the iView servers since October 1. We have noticed in the last couple of days that all the shows are stuck loading....
I wanted a simpler interface for the kids to avoid them stumbling across shows that are not appropriate. This is a first stab at such an interface. I have tried...
This error happens when synchronising the Books Model against MariaDB/ MySQL. [MySQL doesn't support indexing unlimited text fields.](https://stackoverflow.com/questions/35838701/sequelize-datatype-text-not-working-with-mysql) I propose changing it to a STRING datatype which will limit to...
I noticed this behaviour while implementing controlKit. I have found a fix which involves changing: ``` if (!options.parentDomElementId) { node = new Node(); document.body.appendChild(node.getElement()); } else { node = Node.getNodeById(options.parentDomElementId);...