arc95

Results 5 issues of arc95

Thanks for this very cool theme! You may wish to include this on the readme page: the path to the `index.js` file is tricky to find on Win 10: ```C:\ProgramData\\slack\app-2.9.0\resources\app.asar.unpacked\src\stati‌​c\index.js```

Hi. Thanks for this great library. I need to get a 700px X 480px thumbnail from a video. Here's my code: ```var inputFile = new MediaFile {Filename = imageUri.AbsoluteUri}; var...

Hi @MohammadYounes. Does OWIN-MixedAuth package work with .NET Core 1.x/2.x? Thanks.

Thank you for creating this great app. I'm working to implement the security measures in an MVC project that's mostly complete but not yet in production. If starting from scratch,...

Hi. Is it possible to use Policy based authorization with the MixedAuth library? Similar to what is described here: https://vladimirgeorgiev.com/blog/policy-based-authorization-in-asp-net-4/ I know Policies were introduced in Core but just wondering...