OwnageIsMagic

Results 61 comments of OwnageIsMagic

Номер телефона тоже генерировать?

Oh, you are from England? London is the capital of Great Britain!

looks like dup of #13

![image](https://cloud.githubusercontent.com/assets/10534634/21328703/44286a48-c646-11e6-97e0-939f5a45b654.png) just add this button its really sweet

[Customize Toolbar plugin](https://sourceforge.net/projects/npp-customize) it execute configurable menu command on button click also it can dynamically hack the whole toolbar ![image](https://cloud.githubusercontent.com/assets/10534634/21329319/28fd0f96-c649-11e6-9f7d-653a3ca6ea7f.png) I have an icon for you ![lua](https://cloud.githubusercontent.com/assets/10534634/21329384/759c73c8-c649-11e6-879c-da0a07e4ea6d.png)

1. basically, yes. Some part of windows update created this ![](https://user-images.githubusercontent.com/10534634/190925771-41fcf0b2-8828-4dcd-8633-98448a2de8cd.png) and just enumerating through `BackgroundCopyJobCollection` throws exception. You probably can reproduce this with `psexec` and `bitsadmin`. 2. I think...

@dahall I left some comments on commits, or you prefer pr?

1. Yes, just let it propagate. It have quite obvious message attached ``` Vanara.PInvoke.BITS System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Vanara.PInvoke.BITS.IBackgroundCopyJob.SetNotifyInterface(IBackgroundCopyCallback pNotifyInterface) ``` 2. `BackgroundCopyJob` is...

Also Complete may throw for variety of reasons and throwing in dispose is a bad idea