Jérémie Grodziski

Results 14 comments of Jérémie Grodziski

Or bump clojure.core.incubator to 0.1.4 where the seqable? function is correctly deprecated and the exclude is properly done so we don't get any warning?

Thanks Alex for the note, I appreciate your attention.

Hey great! didn't expect a code contribution as soon :) Seems that the `badigeon.pom` namespace borrows code from `clojure.tools.deps.alpha.gen.pom` namespace except the `make-pom-properties` function. It's better if we could minimize...

Hi Jeremy, I would say that the purpose of Metav is to handle git and version related metadata. Pom generation is maybe an improper way of naming the requirement: set...

Could you please provide more information on your use case? and the additional steps?

@slimslenderslacks Can you review my description of the refactoring before I start? thanks

Hi Rob, I've refactored the `deps.edn` and the build and release process at the same time. It should be fixed in version `0.5.13` can you test it and tell me...

Hi, Yes it can be ported as instaparse run now with Clojurescript (scenari rely on instaparse for scenario parsing). I may do it in the next months.

Hi, are you more interested in: 1. a single-page application style frontend with a REST API on the backend 2. a backend with server-side rendering of the HTML ? as...

I've committed a new ns `[keycloak.middleware](https://github.com/jgrodziski/keycloak-clojure/blob/master/src/keycloak/middleware.clj)` with three middlewares along with some utility functions for integration with reitit in the sample app `sample/ring-backend` (see `reitit` ns). A fully functional sample...