CubicleSoft
CubicleSoft
I'm opening this issue before anyone else does. As seen in the video, the new `/createtoken` option can start 'cmd.exe' without any issues as another user on the system as...
During the initial development, significant effort was made to make sure keyboard navigation worked well and hit on all the critical navigation areas. This is a very complex widget with...
Currently, the icons in the widget are sourced from a single PNG sprite sheet. The switch to PNGs was done after attempting a SVG icon implementation that rendered rather badly...
Currently, file upload details are limited to summary information in the upload queue and global cancellation controls. This issue is open to gauge interest in some sort of enhanced UI...
I only dabble a little in C# now and then, so it might not necessarily be advisable to let me write a library for CloudFS for the Cloud Storage Server:...
This adds improved keyboard navigation "to" support for text, images, and video. That is, navigating to non-text elements. Navigating away "from" images and video is a separate commit. This also...
I don't see `PHP` or `PHP (Embed SAPI)` in the list. PH7 seems to be listed but is basically a dead project. It's a little known fact that a PHP...
I found this repo while looking for a good sample image test suite. Unfortunately, none of your PNG, JPEG, or GIF images were what I was looking for despite the...
http://zurb.com/playground/reveal-modal-plugin "This version of Reveal has been depreciated." Depreciated: diminish in value over a period of time. Deprecated: an attribute applied to a computer software feature, characteristic, or practice to...
Example: ```javascript blah = new HTMLString.Tag('a', { 'href': '/test.html', 'data-test': JSON.stringify({'id': 12, 'test': 'This is a test'}) }); blah.head(); ``` It currently outputs: ```html ``` It should output: ```html ```...