OwnageIsMagic
OwnageIsMagic
 Something like this user defines custom function that accepts metadata, mutates it and returns it
Solve this type of problems: > Implement translit filter (for bandcamp) and enable it only on for current album And make it Promise based to allow async operations :)
btw there are tons of filters that I would like to apply and they are already implemented for others controllers but it requires plugin rebuild to enable them for example...
Yes and no With custom filter I can copypaste all needed filters to all-in-one But design like this looks more user friendly  Dropdown with connectors On the left all...
@tuscen var pattern is always true. you need `update.ChannelPost is {} channelPost`
resolved 2 tests failed. Investigating... ``` E_MulticasePartialNotAllowed01_fs - --test:ErrorRanges(compilation: E_MulticasePartialNotAllowed01.fs) Simple - W_BindCaptialIdent_fs - --test:ErrorRanges(compilation: W_BindCaptialIdent.fs) ```
@vzarytovskii All tests are passing. I will fix `CheckCodeFormatting` with the next review feedback commit.
@psfinaki Sorry for delay. Most conflicts are from the similar https://github.com/dotnet/fsharp/pull/16439
Any help needed?
There is MIT source of oob [`System.Memory`](https://www.nuget.org/packages/System.Memory/) package for netstandard implemented mostly via S.CS.Unsafe by BCL team. https://github.com/dotnet/corefx/tree/7012adcffdb1b55386c79c37c9e868d73cfc9869/src/System.Memory/src/System It can be imported with minimal changes. I don't think requiring `FullTrust`...