Nathan Friedly

Results 93 comments of Nathan Friedly

Note to self: tough-cookie has a spec-compliant parser: https://github.com/salesforce/tough-cookie/blob/v4.1.3/lib/cookie.js#L193 (apparently moving to here for the next version: https://github.com/salesforce/tough-cookie/blob/master/lib/cookie/parseDate.ts

Hum, that's an interesting idea, I like the simplicity. What I had been thinking about was converting it to typescript, and then having tsc run twice to output both esm...

A couple of thoughts if we go with a generation script: 1) It should add a comment to the top of the file along the lines of `// this file...

> Start with esm source and then generate the cjs version. Yeah, that makes sense.

Oh, this only has the full-size file. If you want, I can include a minified one also.

(I decided to go ahead and include the minified version after all since I needed it anyways)

> The feed itself does not contain any article contents. Do you mean that FreshRSS uses some Sanitize methods on contents it fetches on its own? Yeah, I think it's...

I tried the fairly simple change of just[ adding some html inside of a script tag in an existing test](https://github.com/nfriedly/simplepie/commit/524df0408f5f31da025851d6bcbce84335eb405b), but that test continued passing. (Although, the linter had a...

Yea, but in my case I want to use env properties that aren't stored in my manifest.yml (because the manifest is in public github.) I might yet break down and...

hum, I wonder if cryptsy changed their API... On Nov 28, 2014 4:58 AM, "iHashFury" [email protected] wrote: > Hello > > getting the error below > > ./cryptsy.sh > fetching...