-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi there! You might have noticed me submitting two PR:s the last couple of weeks, I'm curious about the future of this project and how it can be more actively managed.
The reason is that I maintain a library called https://github.com/Frojd/django-react-templatetags and are looking into replacing our current SSR service with Hypernova. I did some research and found this library to be the most suitable, primarily because the code is easy to read, it does whats its supposed to without any major 3-party packages. (Yelp also has an interesting library but it is too reliant on Pyramid.)
But before adopting this library a few things needs to be done:
- Make it fully python 3 compatible (right now this causes errors when using with the dev plugin)
- Drop python 2 support (this can be discussed but with the python 2 EOL this a good chance to simplify management)
(I have a fork where you can see some of my fixes/implementations: https://github.com/marteinn/hypernova-python/). You can also see the hypernova integration in DRTT here: https://github.com/Frojd/django-react-templatetags/blob/develop/django_react_templatetags/ssr/hypernova.py
So my question is how - can I contribute without being a nuisance? :) (I know how open source work and just because you published a library does not mean just have any obligations)
My thoughts are this:
- I submit PR:s like I've done before and you publish updates
- Or you let me onboard as a maintainer or transfer project
- Or I continue with my fork
Let me know what you think and thanks for your work so far with hypernova-python!
/ Martin
PS: Sorry for the long issue!