Alexander Yumashev

Results 34 issues of Alexander Yumashev

Can't find any info... Any help would be appreciated.

![image](https://user-images.githubusercontent.com/33555768/133764640-090a3089-888f-49fa-8165-5cea482cba9a.png)

Saved min memory filter (not sure where it saved to - cookies or local storage) is not working on first load, have to re-type it

Bug

**Version** .NET 5, LiteDB 5.0.11 **Describe the bug** `The process cannot access the file 'xxx' because it is being used by another process.` during Upserts and Deletes in a very...

bug

**Describe the bug** You've removed `AddFlags` API from `IMailFolder` but the README still has an old example Please provide an updated example if possible

documentation

### Describe the bug `@latest` does not point to the latest version ### To Reproduce 1. Install signalr like this ``` "provider": "unpkg", "library": "@microsoft/signalr@latest", "destination": "wwwroot/Scripts/", "files": [ "dist/browser/signalr.min.js",...

Just like with other extensions from Mads - a ".min" is always added to output file name and there's no way to disable that. https://github.com/madskristensen/BundlerMinifier/blob/78f85ac9a2d644dc7a42afb70e02a6ed3492f380/src/BundlerMinifierVsix/Helpers/FileHelpers.cs#L18

To prevent the extra hop of downloading QR-image from the provider and then transferring it to the the client again - allow us to insert the URL into client's HTML...

Asynchronous methods, like `ExchangeService.FindItems`, `Item.Load`, `Item.Delete` etc etc should all offer a way to cancel a Task. There are many use-cases (graceful shutdown, abort, ASP.NET host recycle etc) and you...

Can't find an easy way to tell if object by key exists without actually getting it