Andrew Brown
Andrew Brown
If I do: ``` mkdir test cd test git init git flow init -d git flow config set versiontagprefix v git flow feature start test echo test > test.txt git...
NUnit console: "nunit3-console.exe" v3.8.0 We use console-runner in a test script as part of git processes like `git rebase --exec` and `git bisect`. Often we'll have tests marked `Explicit` (they...
Could the [best practices](http://definitelytyped.org/guides/best-practices.html) (or maybe [contributing](http://definitelytyped.org/guides/contributing.html)) guide be updated to include recommendations on how to use promises when building a d.ts file? We ran into this on AGBrown/pouchdb.d.ts#18 (which...
Is there a way to exclude individual files from linking? As an example use case: - GitVersionTask injects an assemblyinfo into the final assembly - This is registered at the...
I wasn't entirely sure what `Interval.engulfs` did based on the [documentation][doc-engulf]: ```js /** * Return whether this Interval engulfs the start and end of the specified Interval. * @param {Interval}...
gelf4net (the log4net graylog appender) allows for [additional fields to be set in the config file](https://github.com/jjchiw/gelf4net#additional-properties). It would be very useful if this dll did that too. I will provide...
Closes #13,
This project was originally created when pouchdb was on v3.4.0. Soon after PouchDb did a major version release, and is now on v4.0.3. It seems pointless to support v3.x if...
From the [IRC feedback](https://github.com/AGBrown/pouchdb.d.ts/issues/23#issuecomment-144395648) in #23, does that reasoning also extend to the callbacks (i.e. is the callback to handle creation/error deprecated as well)? If so should we adjust the...
Relates to #22 Consider: ``` typescript /** The api module for the pouchdb callback pattern */ module callback { /** The main pouchDB interface (callback pattern) */ interface PouchDB extends...