Joe Littlejohn

Results 12 issues of Joe Littlejohn

Currently, wiki lines like this aren't migrated correctly: ``` {{{some example code}}} ``` This PR fixes this problem, migrating the above example to: ``` `some example code` ```

I see this output from kibit: ``` [null] Consider: warn instead of: #(warn %) ``` However taking kibit's advice results in the following compile error: ``` Can't take value of...

I'm getting the following error trying to use the [scalagen_2.10.1](https://github.com/timowest/scalagen/blob/0_3_2/scalagen/pom.xml) module via gradle. When I add this dependency I see this error: ``` org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.MetaDataParseException: inconsistent module metadata found. Descriptor: com.mysema.scalagen:scalagen_2.9.3:0.3.2...

The `` tag doesn't quite function correctly with this extension active, in particular when used with the mediawiki links syntax. An example of the problem is shown on the Special:Upload...

Avoid additional `` tags around every bit of rendered wikitext. Closes #15.

With Markdown rendering active I get this: ![image](https://user-images.githubusercontent.com/686384/67992046-36892500-fc33-11e9-860b-27f7417e4b66.png) instead of this: ![image](https://user-images.githubusercontent.com/686384/67992059-46086e00-fc33-11e9-8f27-2e3466b278df.png) The markup in the first example (Markdown active) looks like this: ``` The Sun is pretty big.[1] The...

From https://github.com/bguthrie/shrubbery/issues/9#issuecomment-244229067: > Another thing I've been thinking about recently, which is somewhat related (although this may go too far in changing the spirit of shrubbery) is whether we could...

Links: - http://tools.ietf.org/html/draft-zyp-json-schema-04 - http://tools.ietf.org/html/draft-fge-json-schema-validation-00 Notes: - [x] changes to 'required' - [x] deprecate 'extends' - [ ] basic/naive support for 'allOf', 'anyOf' (see issue #17) - [ ] add...

enhancement
imported

Adding this as a draft PR for now. I wrote this last year and I seem to remember that there was still something to work out around the tests proving...

Needs an alternative testing strategy as even the latest version of dynamodb-local does not support the API call to turn this on.