-
Notifications
You must be signed in to change notification settings - Fork 461
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
Feature Request: option to specify which handlers to use #296
Comments
I've been thinking about such feature for next version as I also find this needed and useful, but I haven't decided yet about best implementation. |
At the moment I've constructed this monkey patch
but knowing that the feature is needed I will probably submit a PR. The approach I foresee implementing is allowing the
which would provide results similar to the monkey patch EDIT: (did not mean to close this issue) |
I don't recommend working much on current |
Handlers and Needed Use Case
A lot of the handlers are amazing but without the ability to fine tune which handlers I want to use I am unable to use this library for my use case. I only care for the date specific handlers to be active such that the following,
will parse as expected. Except I wish to turn of the 'simple' and 'complex' handlers such that:
Possible implementation
This could be done through the option interface, either via definitions
or view handler specification
The text was updated successfully, but these errors were encountered: