Christopher Smith

Results 48 issues of Christopher Smith

`spock-core` has a `compile`-scoped dependency on `groovy-all`. I'm using the indy package for 2.4.3, but including Spock pulls in `groovy-all:2.3`, which breaks the runtime classpath. Instead, I suggest making the...

I am using CrnkClient to work with nested resources (#831). The URI template is ``` /v0/channels/{channelId}/messages ``` I have the following resource structure: ``` @JsonApiResource(type = "messages", nested = true)...

I have a pair of resources `Channel` and `Message` for a chat application and want to fetch the messages for a channel. The URL structure looks like this: `/v0/channels/{channelId}/messages` I...

(This is a bug report about the actual EB CLI itself; if there's another place to report it, please let me know.) I am setting up the EB CLI in...

*Note: This is likely to be considered a breaking change, but I wanted to raise it due to the progress in #224.* While "amounts" are semantically numeric values, and JSON...

Discussion

Updating to 1.6.2 to try to fix the problem in #100 led to failures because I was including the `groovy-groovydoc` dependency as `provided` scope, which is generally the preferred option...

I am using jekyll-asciidoc, and when I use the asciidoctor-diagram extension, files are saved according to the `imagesoutdir` attribute. However, the `img` tag in the HTML output always uses the...

bug

It would be useful to be able to print the ambitus for a chant alongside the initial, similar to [LilyPond's feature](http://lilypond.org/doc/v2.19/Documentation/notation/displaying-pitches#ambitus).

enhancement
needinfo

I have run into a bizarre issue where a certain input causes the duplex morae to be rendered out of alignment vertically. I tried to reduce the file as much...

bug
TeX

I'm working on mapping an external service that sends postbacks in wrapped JSON. I have set the `@JsonRootName` on the class and can read objects with a specially-configured mapper, but...