-
Notifications
You must be signed in to change notification settings - Fork 24
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
Composable plugins #30
Comments
Closed
Another use case: a "timeout" mixin. |
I'd be happy to look into JSONP support for a plugin :) |
Closed
To expand on the OP, I still think that part of the issue here is we really have two types of plugins:
One typical distinction being that the latter modify the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couple things have felt awkward to me, especially in more casual use of Fermata:
fermata.json("http://localhost:5984/db/_changes", {limit:5})
doesn't work. Perhaps it is good that URL initialization is different from normal URL extension, but it feels inconsistent.The text was updated successfully, but these errors were encountered: