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 am using Showkase in combination with the PreviewParameterProvider class. With that, we can also pass in a limit argument so that only a certain amount of items from the sequence is used. The code looks something like this:
I am using Showkase in combination with the
PreviewParameterProvider
class. With that, we can also pass in alimit
argument so that only a certain amount of items from the sequence is used. The code looks something like this:After Showkase generated the module, I get the following code which does not respect this parameter but instead simply uses all values:
Would it be possible to add support for the
limit
argument?The text was updated successfully, but these errors were encountered: