Kyle Fuller

Results 243 comments of Kyle Fuller

What arguments are being supplied to Cmake? by default libapib-parser.so and other internals should be statically linked. ``` $ mkdir build $ cd build $ cmake .. $ make drafter-cli...

This depends on the provider, and some providers might need to map nil to another method or value. - Google Analytics accepts nil to clear a value: http://cocoadocs.org/docsets/GoogleAnalytics-iOS-SDK/3.0.7/Protocols/GAITracker.html#//api/name/set:value: - Localytics...

I'd also like to be able to specify custom fields, for example I have a `TEAM` field and usually want to populate it.

Thanks for this @sinoru. I'm sorry I have not got round to looking at this PR yet. Testing this out is going to be a little tricky as I do...

> And under ubuntu-based distros, having a way to tell what ubuntu are they based on. Then, proceeding to just install the binaries as if they were that particular ubuntu....

That's neat, thanks for the PR #121! I'm not having much luck building Swift, I've tempted to get Swift building on Circle CI (https://github.com/kylef/swiftenv/commit/c0b19d43945e15f27f8aed1a6d2c4415d58e8882) but eventually it fails during the...

@lloyd also package.json declares the license as MIT which isn't what the package is licensed (ISC): ``` "licenses": { "type": "MIT", "url": "https://raw.github.com/lloyd/JSONSelect/master/LICENSE" } ``` This should become `"licenses": "ISC"`...

That's an interesting idea @philsturgeon, would you be able to flesh out the rationale section from the RFC template and add a bit more information regarding how this would work....

One more though I had, did you consider calling it `readable` and `writable` to be aligned with `optional` and `nullable` attributes?

I've completely rehauled this PR. Please take another look.