Benjamin Lupton

Results 435 comments of Benjamin Lupton

> * The `--repo` flag was no longer parsing `~` (missed in the kingpin refactor) In the code diff, where is the code for this change? If we are doing...

I believe I already made the renames from FileData to FileContent in #776. Didn't change the output types though. Will leave the types discussion to you two.

/ref https://github.com/textileio/meta/issues/15

Perhaps we should allow `0.0.0.0`, `localhost`, and `127.0.0.1` in our CORS origin headers

@stpettersens would you be interested in undertaking this task?

> Rewrite the library in TypeScript? Correct.

For anyone who wants to rewrite the CSON library in TypeScript, I can kick off the scaffolding required, but just need someone to do the actual line by line conversions....

actually, going to do it myself now

actually, will need to wait until these deps are converted to typescript first: - [x] https://github.com/bevry/requirefresh - [ ] https://github.com/bevry/safeps extract-opts is not needed, as typescript conversion would deprecate the...

these are the remaining usages of cson within the bevry ecosystem: https://github.com/docpad/docpad-plugin-cson/blob/875c7fa912e382f2e63f91dd01dfd78165c5d5d5/source/index.coffee#L23-L29 https://github.com/docpad/docpad/blob/7ed5087dab6b88df634952dc7a850d6622b88efb/source/lib/models/document.coffee#L793 https://github.com/docpad/docpad/blob/7ed5087dab6b88df634952dc7a850d6622b88efb/source/lib/models/document.coffee#L227 https://github.com/docpad/docpad/blob/85b3297ea8a50c477d8de890388905469a1ac5e8/source/lib/docpad.coffee#L2298-L2299 https://github.com/docpad/docpad/blob/85b3297ea8a50c477d8de890388905469a1ac5e8/source/lib/docpad.coffee#L2217-L2218 https://github.com/docpad/docpad/blob/85b3297ea8a50c477d8de890388905469a1ac5e8/source/lib/docpad.coffee#L2261 They are all DocPad stuff, it isn't used outside DocPad, which is an...