Mark Constable
Mark Constable
FWIW I would be more encouraged to contribute if you considered bootstrap for the responsiveness. I know it and jquery add a lot to bloat and pageload time but it...
Sorry about being MIA for a few months. Unfortunately I haven't been involved with MIDI for years but I'd like to think a smart filter script could do it but...
Great, good to hear. Just looking now and I have no idea what lib/nib is or how to rebuild grid.css so maybe I could start work on converting the PHP...
> Ha, funny question. The old spaces vs tabs debate. I generally try to follow these guidelines... HTML and CSS -> https://github.com/mdo/code-guide Javascript -> https://npmjs.org/doc/coding-style.html PHP -> http://www.php-fig.org/psr/psr-2/ Glad you...
This is no where near a pull request but if you want to have a look at what I've done so far... https://github.com/markc/OpenJS-Grid/tree/dev - moved all assets into the lib/...
Misc comments. The point of the simple config override is so my MySQL auth details don't end up in git. The db_init() function is about the simplest way I know...
@RedxLus if you could add "set -x" to the top of the script and run it again (if possible) then that would show more details about why the script is...
Here we go. Looks like the culprit is the qrencode package. Probably the best way to detect if Proxmox is installed on a Debian system is to check for the...
I was in the middle of trying to provide a reason when you closed the issue. The only tangible benefit is summed up in this quote from the php-fig repo...
Okay, so that's not quite a "won't fix" so would you object to a patch that globally converted all # chars to a more conventional // ? It certainly had...