Matt Mitchell

Results 8 issues of Matt Mitchell

Hi, I am able to get the geoserver plugin installed, and geoserver displays the neo4j-spatial data store option. However, when I configure a new data store and attempt to save,...

bug
question

Not sure if this is part of the design or not but I was surprised to find that bidi won't match a route if a previous route has the same...

Hi, This code throws an exception. Is this kind of (prefix) route supported? ``` clojure (bidi/match-route (bidi/compile-route [["/base/path/" [#".+" :id]] {:get :match!}]) "/base/path/1" :request-method :get) ``` java.lang.IllegalArgumentException: No implementation of...

Some libraries give the option of choosing a license that best suites the needs of the consumer. For example, the UnboundID LDAP SDK has 3. `Gradle` has a license plugin...

We don't use java.commons.logging in our app -we use SLF4J's bridging adapter which provides the same interface. Your plugin assumes JCL is present and crashes if it is not present....

SolrJ offers more - leverage more of the methods available - https://cwiki.apache.org/confluence/display/solr/Using+SolrJ

enhancement

Currently, Flux lacks documentation on its code/functions. Because of this, there's no way to build docs dynamically. Any public function/namespace within Flux should be documented with a doc string. Something...

enhancement

In order to make Flux simpler to get started with, it would be useful to have examples that show how to query Solr using Flux. Some of the Solr components...

enhancement