Justin Calleja

Results 7 issues of Justin Calleja

I'd like to use one of the functions in a project - but I don't want to depend on everything in this package. For e.g. I'd like to use [apply](https://github.com/getify/fpo/blob/master/docs/core-API.md#fpoapply)....

enhancement

I have tried using JSDoc 3's `@tutorial` with `jsdoc-to-markdown` with no success. I'm trying to extract common documentation in an npm package and include parts in other packages. I'm using...

enhancement
more info
template

I'm passing `-c conf.json` to jsdoc2md: `jsdoc2md --template readmeTpl.hbs --no-cache -c doc/conf.json --files lib/* >> README.md` I'd like to include `lib/*` in `doc/conf.json`'s `source.include` below: ``` "source": { "include": [...

enhancement
help wanted

Hi, I'm not sure if this is intended or not. I am looking at the "Usage examples" (and what yo generates) and I tried configuring different targets for the jst...

After checking out http-builder-0.7.2 tag, running mvn install gives: Results : Failed tests: RESTClientTest.testHead:45 assert ex.response.status == 404 | | | | | | 400 false | groovyx.net.http.HttpResponseDecorator@33182c98 groovyx.net.http.HttpResponseException: Bad...

Just a small thing to bring up not related to functionality. If you `npm pack` you should notice that `test.js` gets packaged with the final package you upload to npm....

First time coming across `tslib` in this project (thanks). From its [README](https://www.npmjs.com/package/tslib): > This is a runtime library for TypeScript that contains all of the TypeScript helper functions. > For...