Skip to content
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

Ideas collection #5

Open
sandreas opened this issue May 21, 2022 · 2 comments
Open

Ideas collection #5

sandreas opened this issue May 21, 2022 · 2 comments

Comments

@sandreas
Copy link
Owner

sandreas commented May 21, 2022

Unsorted Ideas for improvements:

external binaries (like ffmpeg and fdkaac)

filter options notes

class OrderByDirective<IEnumerable<T>> : IDirective<IEnumerable<T>> {
    public OrderByInstructions(string orderBy) {
         _parseOrderBy(orderBy);
    }

   public Apply(IEnumerable<T> items) {

   }
}
@gitoss
Copy link

gitoss commented Oct 24, 2023

Doh, there's an idea colletion ticket, I didn't see that before posting - so there's the link for perfect opus merging: #57

@sandreas
Copy link
Owner Author

Doh, there's an idea colletion ticket, I didn't see that before posting - so there's the link for perfect opus merging: #57

Nevermind, this is a pretty early ticket and should be separated either way :-) Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants