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
"I will be looking into refactoring parts of the pyLDAPI – more specifically the current requirement of using pyldapi.Renderer._render_alternates_view() for custom Renderer classes. If it’s required to be called manually, it should ideally drop the prefix underscore. Otherwise see if it’s possible to refactor it to the behaviour of the RegisterRenderer class where it’s handled automatically by the tool. "
"I will be looking into refactoring parts of the pyLDAPI – more specifically the current requirement of using
pyldapi.Renderer._render_alternates_view()
for custom Renderer classes. If it’s required to be called manually, it should ideally drop the prefix underscore. Otherwise see if it’s possible to refactor it to the behaviour of the RegisterRenderer class where it’s handled automatically by the tool. "Here is a live example of a possible solution where the end result will allow the business code to just call
SomeClassRenderer.render()
: https://repl.it/@edmondchuc/pyLDAPI-Renderer-class-refactor-exampleThis will keep it in line with the usage of the
pyldapi.RegisterRenderer.render()
.The text was updated successfully, but these errors were encountered: