Sam Reed

Results 294 comments of Sam Reed

> Yes definitely keen not to include the library in the repo if we can. I still need to get up to speed with using composer. If its not too...

> A review of the code show the minimum php version is 7.1 setTime is used in several areas as listed below: > export_monthly_cron.php > process_processlist.php > schedule_model.php That's a...

> > A review of the code show the minimum php version is 7.1 setTime is used in several areas as listed below: > > export_monthly_cron.php > > process_processlist.php >...

It's unclear if 511e987438d94a9eb4a9be1873f118c13567ae0a made some sort of fork, or it was a partial upgrade of the files...

https://github.com/emoncms/emoncms/blob/master/Lib/flot/date.format.js doesn't even seem to actually be a flot file, just dumped in the Lib/flot dir and merged into a combined file?

Yeah. It'd make sense to have a place for "vendor" (ie 3rd party) code and "in house" code. Generally, I wouldn't expect "in house" code to live in a folder...

https://github.com/wikimedia/jquery.i18n/commit/754780fa2ae9c22abd256eb531d078f1989aca65 says 30.0.3?

Looks like ForceMerge was renamed in https://github.com/elastic/elasticsearch-php/commit/2da5f9337a269113954a84fe8e79ea6843f0e7c3#diff-c4834c4ebd492607a0af1ab55c7575c6a84323f8be87ca6f7f8833cf4ffc2675

https://hub.docker.com/_/microsoft-mssql-server?tab=description seems to suggest there's ways to run Express ``` Start a mssql-server instance running as the SQL Express edition docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=yourStrong(!)Password" -e "MSSQL_PID=Express" -p 1433:1433...