Samuel MORELLO
Samuel MORELLO
Hi, Not sure if i understood all correctly but i don't think that there is a method to get all the errors ? like : ```` (defn phrase-all [context spec...
Hi, I cannot create a war file that work with weblogic. Is there somewhere a working example project. When i don't put the weblogic.xml i have this error : Error...
Hi, I have some troubles to have a secure and named session cookie. With this code: ```(def app (-> (handler/site app-routes) (wrap-default-charset "utf-8") (wrap-defaults (-> secure-site-defaults (assoc :cookies true) (assoc-in...
Hi, Is there a way to create previous / next buttons to use with it ? Many thanks, Samuel
Hi, I have a problem using (load-rdf-stream kb stream :ntriple) If i use lein to run my project i don't have any dependencies problem, but when i try to run...
Hi, Is it possible to do a CONSTRUCT sparql query ? Thanks, Sam