-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It make sense the api-builder dependency in leaven? #8
Comments
Ok, seems that this project is abandoned. If you don't have time to this project, do you consider leave its development to an other person? I'm personally interested. |
@niwinz Not really abondoned - it is in regular use here, and I just haven't had much time recently. Apart from the clojurescript related dependencies (which are definitely not intended), what are your objections to api-builder? I am happy to add you as a maintainer to leaven as soon as you have a PR. |
Hi @hugoduncan I don't have any thing relevant against api-builder. I think that is very good for build applications. However, this is a issue on leaven and not api-builder. I really want a component library as simple as stuartsierra/component but for both, clojurescript and clojure and leaven seems a good candidate. The main obstacle for me is its dependencies and the usage of api-builder. I have seen some leaven code and the api-builder is almost not used so (in my opinion, obviously) is a great candidate to get it out. And about my last message, It's ok if you are using this library regularly, but if issues and PR's are not replied, the image to the outside is that the package is abandoned. So if you are build this library only for you, the best way is indicate something in readme about the situation. It is very important manage expectations of the people that found your library (as example: om pass very great amount of time with message that does not accept PR because the package was in design phase). |
Hi!
I'm not sure if this is a good place for this question, let me known if is an other.
The question is: it make sense the api-builder dependency in leaven? I have observed the code and the schemas defined are unused and all signatures are
s/Any
.I really like the idea of leaven, because I want a uniform way to do the components in a frontend and backend, but I'm personally do not want have the api-builder dependency. And seems that is not very used in leaven.
That do you thing?
And, independently of that decision, I have very strange dependency graph when I add leaven to my project (clojure, not clojurescript):
Almost all that dependencies should development only...
Thanks for your time and the great work in this package.
The text was updated successfully, but these errors were encountered: