CubicleSoft
CubicleSoft
Apparently Japan doesn't do e-mail to SMS, just e-mail. So, strictly speaking, the entries in this repo, while apparently valid, are just plain ol' e-mail address domains that get prefixed...
Currently, the /v2/actions API has to be queried to get the status of an action. Since there is no way to know when an action _might_ complete, the API has...
Unfortunately, Windows itself does not support non-blocking I/O on Windows pipes, which includes the standard handles used for CreateProcess(). It's an issue leftover from the early days of Windows and...
I just released Barebones CMS 2.0 today: http://barebonescms.com/ You might recognize the user interface. It is, of course, ContentTools. ...
Makes a number of mostly minor adjustments to the SCSS files and a few code changes to the Coffeescript files to cause ContentTools to display reasonably well on all screen...
A small set of changes that adds drag-and-drop support for touch devices on the floating toolbox. Demo: https://cubiclesoft.com/Unrelated/ContentToolsDragTest/sandbox/
Unfortunately, due to a messed up master (see my other open pull request), this branch also includes the earlier code for fixing touch support for CT toolbox. (I'll do better...
And I can't figure out the cause for most of these issues (Firefox 59.0, Windows 10 on a desktop, wired keyboard/mouse). I'm finally to the point where I can actually...
The `scripts/ui/toolbox.coffee` file has the following comment when adding event listeners: ```` # Keyboard events that apply only to non-text elements ```` And goes on to process enter and delete...
> The code examples in this tutorial use CoffeeScript as this is the recommended language to use to extend the editor, but it is possible to use JavaScript if you...