Git Product home page Git Product logo

bishop-sample's People

Contributors

cmiles74 avatar edtsech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bishop-sample's Issues

Last modified computation problem

The way :last-modified is computed causes problems with item removal: the modification time either stays the same, or goes back, if the most recent element is removed. This breaks caching.

I know it's only a sample project, but it looked like the deletion wasn't working until I refreshed the page the hard way.

reflection warnings

when i run your app i get a whole ton of reflection warnings

Reflection warning, ring/adapter/jetty.clj:20 - call to setCharacterEncoding can't be resolved.
Reflection warning, ring/adapter/jetty.clj:30 - call to setKeyStore can't be resolved.
Reflection warning, ring/adapter/jetty.clj:33 - call to setTrustStore can't be resolved.
Reflection warning, ring/adapter/jetty.clj:83 - call to org.eclipse.jetty.util.thread.QueuedThreadPool ctor can't be resolved.
Reflection warning, ring/util/codec.clj:17 - call to getBytes can't be resolved.
Reflection warning, ring/util/codec.clj:24 - reference to field byteValue can't be resolved.
Reflection warning, ring/util/codec.clj:35 - call to java.lang.String ctor can't be resolved.
Reflection warning, ring/util/codec.clj:105 - call to contains can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - reference to field isTraceEnabled can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - reference to field isDebugEnabled can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - reference to field isInfoEnabled can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - reference to field isWarnEnabled can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - reference to field isErrorEnabled can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - reference to field isFatalEnabled can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - call to trace can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - call to debug can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - call to info can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - call to warn can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - call to error can't be resolved.
Reflection warning, clojure/tools/logging.clj:270 - call to fatal can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:70 - reference to field toLowerCase can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:90 - call to valueOf can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:90 - call to valueOf can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:96 - reference to field trim can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:97 - reference to field toLowerCase can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:116 - reference to field toLowerCase can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:221 - call to parseDateTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:233 - reference to field getTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:233 - call to print can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:235 - call to withZone can't be resolved.
Reflection warning, com/tnrglobal/bishop/utility.clj:235 - call to print can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:116 - reference to field toLowerCase can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:572 - reference to field getTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:575 - reference to field toLocalDateTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:576 - reference to field toLocalDateTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:575 - call to compareTo can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:584 - reference to field toLocalDateTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:584 - call to compareTo can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:712 - reference to field getTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:718 - reference to field toLocalDateTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:719 - reference to field toLocalDateTime can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:718 - call to compareTo can't be resolved.
Reflection warning, com/tnrglobal/bishop/flow.clj:1008 - call to md5Hex can't be resolved.
Reflection warning, com/tnrglobal/bishop/core.clj:21 - reference to field trim can't be resolved.
Reflection warning, com/tnrglobal/bishop/core.clj:24 - reference to field trim can't be resolved.
Reflection warning, cheshire/generate.clj:84 - call to writeNumber can't be resolved.
Reflection warning, cheshire/generate.clj:84 - call to writeNumber can't be resolved.
Reflection warning, cheshire/generate.clj:104 - call to writeNumber can't be resolved.
Reflection warning, cheshire/custom.clj:133 - call to writeNumber can't be resolved.
Reflection warning, cheshire/custom.clj:210 - reference to field toBigInteger can't be resolved.
Reflection warning, com/tnrglobal/bishopsample/service.clj:27 - call to print can't be resolved.
Reflection warning, com/tnrglobal/bishopsample/service.clj:26 - call to writeString can't be resolved.
Reflection warning, com/tnrglobal/bishopsample/service.clj:51 - call to print can't be resolved.
Reflection warning, com/tnrglobal/bishopsample/service.clj:197 - reference to field getMillis can't be resolved.
Reflection warning, NO_SOURCE_PATH:1 - call to invokeStaticMethod can't be resolved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.