OwnageIsMagic

Results 64 comments of OwnageIsMagic
trafficstars

![image](https://user-images.githubusercontent.com/10534634/34652850-c3ebf042-f3f4-11e7-9ec8-b99099c0f08d.png) 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 ![image](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTgeNQlfrOwoJBjbnOVjxPs5ITzLgYvjQoyT77frUnkGolTb_pqJg) 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

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`...