Carl Brennet

Results 3 issues of Carl Brennet

I have a string: "Test date 11/8" which would not be recognized as string with date, but "Test date 11/08" would be. So the problem is that 11/8 (without 0...

feature-request

`geo.geoparse("Long Beach, CA To: Fresno, CA FTL non-hazmat")` returns ``` [{'word': 'Long Beach', 'spans': [{'start': 0, 'end': 10}], 'country_predicted': 'AUS', 'country_conf': 0.9048774, 'geo': {'admin1': 'New South Wales', 'lat': '-35.70833', 'lon':...

``` var pgsql = require('pdf-bot/src/db/pgsql') module.exports = { api: { token: 'api-token' }, db: pgsql({ database: 'pdfbot', username: 'pdfbot', password: 'pdfbot', port: 5432 }), webhook: { secret: '1234', url: 'http://localhost:3000/webhooks/pdf'...