Alex Whitman
Alex Whitman
I'm getting an odd error: `Can't read file 'CMSADMIN/tinymce3/jscripts/tiny_mce': %!s(MISSING)` - It's odd because the path printed is actually a directory, not a file, so I'm not sure why it's...
I often use `gr` to do a quick search but sometimes it would be useful to know the context of what is found by looking at the surrounding lines. Adding...
In our Jenkins set up we change the npm cache directory to be within the build workspace and using the [Copy to Slave plugin](https://wiki.jenkins.io/display/JENKINS/Copy+To+Slave+Plugin) copy it between the master node...
Synchronised input is currently done at the session level but it would be useful if terminals could be grouped within a single session and input synchronisation done at the group...
# Bug Report ## Restify Version v7.2.1 ## Node.js Version v10.5.0 ## Expected behaviour In restify v4, using the serveStatic plugin before including any middleware would not run the middleware...
Previous code checked for `/` first, so a range such as ``` 127.0.0.0/24-127.0.3.0/24 ``` would be parsed as a network which would then split on '/' to determine the IP...
So apologies in advance as this is going to be a bit of a thought dump rather than any concrete ideas or suggestions. I'm hoping it may trigger some ideas...
Some suggestions for modules which I think would be useful and general enough to compliment existing modules: ### Users User addition, deletion and modification via `useradd`, `userdel` and `usermod` respectively....
Is there any way to perform logic based on window count? I currently use kpie to position and size Firefox which works fine, except it also positions and sizes any...
It would be useful if the random letters generation would prompt for the number of characters to generate. Quite often I'll want to generate a random string of letters of...