You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, extensions are being handled by using a long if/elseifchain, which is not very extensible, since new extensions requires modifying this block.
As @cncastillo mentioned in PR #558 , it would be good to replace this handling with multiple dispatch, allowing the users to define their own extensions without having to modify this code.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In the current implementation, extensions are being handled by using a long
if
/elseif
chain, which is not very extensible, since new extensions requires modifying this block.As @cncastillo mentioned in PR #558 , it would be good to replace this handling with multiple dispatch, allowing the users to define their own extensions without having to modify this code.
The text was updated successfully, but these errors were encountered: