iamdanfox
iamdanfox
**[Rendered](https://github.com/palantir/conjure/blob/dfox/ir-format-versioning/docs/rfc/007-ir-format-versioning.md)** ## Before this PR We're somewhat blocked on all the issues tagged ['IR change'](https://github.com/palantir/conjure/labels/IR%20change) and also #227 because the mechanism for actually making an IR change is undefined. ##...
## Motivation From discussion on https://github.com/palantir/conjure-java/issues/134, it appears that the case sensitivity of Conjure enums is not defined precisely enough in the wire format spec. @markelliot provided context that early...
## Motivation Users who want to build servers in other languages than Java will likely want to use their own native build tool instead of gradle-conjure. It should be easy...
## What happened? I was able to write a conjure definition which seems to be non-representable in JSON. Here's a spec-test that passes but I think it shouldn't pass: ```yml...
HTTP headers are case insensitive, so Conjure should prevent people from defining two headers `Foo-Bar` and `FOO-BAR`.
[This][1] means that I can't set up dependencies in the body of my gradle files, like this benign example: ```gradle integTest.dependsOn dockerTagLatest ``` Complains with: ``` * Where: Build file...
Deprecation warning: "configuration foo was resolved without accessing the project in a safe manner"
## What happened? ``` The configuration :witchcraft-oauth2:allProcessors was resolved without accessing the project in a safe manner. This may happen when a configuration is resolved from a thread not managed...
Evaluate using jQuery UI position... http://api.jqueryui.com/position/
... if the target is already on the left of the viewport, (e.g. on iPhones). [Hat tip to WiseWeasel](http://www.echojs.com/news/8591?r=0.7548083928413689#8591-3) Users shouldn't specify these off-screen `position`s, but perhaps we should put...
Would allow a simpler usage section: ``` npm install annojs ```