Lawrence Stubbs
Lawrence Stubbs
> Update `_isNULL` and `_notNULL` constants to allow checks to run correctly. > > Discovered that the `isNull` and `isNotNull` where conditions were not firing correctly due to incorrectly declared...
> It failed the test when I left the `$y` value lowercase because it was doing an assertive array check in the test files, so I made them uppercase to...
You might need to update esql version to 5.1.1, There are tests running under Linux for 7.4 and 8.0 see https://github.com/ezSQL/ezsql/runs/5090738700?check_suite_focus=true the warning are for PHPunit version Tests Compatibility has...
> $NoTasks` = $db->num_rows;s There is no direct access to any protect method property. This package really based on the additional shortcut methods. That takes of prepared statements and sql...
All the property are accessible by a magic method routine. There are no underscore in property names, now camelCase, so call by getNumRows(). Anyway you should read branch 4x readme,...
I had created an Docker image base on my forked some time ago. https://hub.docker.com/r/technoexpress/meshcentral/ Here is another Docker image [MeshCentral2](https://github.com/techno-express/MeshCentral2). I updated to be just based on this project only....
I don't know how you define _**simpler**_ after reading your full description. How you setup monogb, and email, from your compose file? As far setting up proxy, there are docker...
ok, giving @Ylianst that is understandable. You also reminder me of something i glossed over. I intentionally choose `node:stretch`, i looked at **alpine** and seen how/why it's smaller. Stuff has...
How is configuration setup currently being done? That should be tookin care of first, beyond the current implementation, which is configuration file. Docker is nothing special besides having an application/service...