Mark Stosberg

Results 526 comments of Mark Stosberg
trafficstars

I had the same result as @robinzimmermann I was already using `archive: true`, but found when I deleted a directory on the source, it wasn't deleted on the destination. Once...

I'm also using `emptyDirectories:true` to avoid the E2BIG error.

I'm not familiar with the project structure. Could you point me to the right file? Thanks. On Fri, Feb 5, 2021 at 5:09 PM Alec Thomas wrote: > Please send...

One of the definitions of "run" is: *A trail or way made or frequented by animals.* For example, "Turtle Run", in Monticello, Florida: https://geographic.org/streetview/view.php?place=Turtle%20Run,%20Monticello,%20fl,%20USA On Wed, Jan 30, 2019 at...

@jerryharrison It would also be interesting to compare this list against what `contact-parser` implements. It appears that `contact-parser` also misses "Run" in it's regex: https://github.com/thrustlabs/contact-parser/blob/master/src/contact-parser.coffee https://github.com/thrustlabs/contact-parser

I ended up using contact-parser. On Sun, Nov 11, 2018, 7:10 PM asharafshahi wrote: > Has this been abandoned? What opts would i need to provide to parse > standard...

For comparison, but addressit and contact-parser have had 11 issues opened. contact-parser has address 10 of them. addressit has closed 2. @roymap a direct comparison of where addressit parses better...

Try without the Suite 209 fragment. On Sun, Nov 11, 2018, 7:13 PM asharafshahi wrote: > Oddly, very standard US addresses seem to be failing (no state is > identified...

@PaulCaruana, I tried these with contact-parser](https://www.npmjs.com/package/contact-parser) package for a second opinion and it didn't parse them either. However, `contact-parser` currently only knows about US and CA addresses. You fill in...

@DamonOehlman sounds exciting! PEG.js looks interesting.