Jeffrey Kemp
Jeffrey Kemp
Any progress on this issue? I've been trying to create a no-op install of logger and there's a lot broken here. Not least that it seems the tables are created...
I'd do something like `logger.log('HEARTBEAT');` so it doesn't look like an error.
Or is it to add breaks in the log for reporting/printing? In which case I'd do `logger.log('--')`; However, I think the whole purpose of a debug log is to log...
My preference actually would be to have this as an optional parameter to the logger call, otherwise there will be a lot of values in the SQL%ROWCOUNT column that are...
I think that is how it is supposed to work. If the ajax call fails, you expect the validation error to run. If the ajax call succeeds, you expect the...
That's just the sample code - agreed the comment could be misleading
foo-bar.com is not (currently) a valid domain; it certainly is not publishing any MX records. So it should not be marked as valid.
Great idea, thanks. At the moment you can login to your Mailgun account and set up inbound Routes where you define a "rule" that is applied to any incoming messages....
https://stackoverflow.com/questions/31861822/google-maps-how-to-show-city-or-an-area-outline
https://stackoverflow.com/a/31865958/103295 Possible method: 1. Download KMZ from http://www.gadm.org/country 2. Upload the KMZ to application static files 3. API call to load data from the KMZ file - unzip the file...