Deleted user

Results 141670 comments of Deleted user

I believe "Pause On TLB Miss" is causing this, because once I disabled it, issue was no longer.

Here is a (perhaps more compelling) argument against this feature: If you write `module M (x : X) where n = 17`, the `n` declaration can’t be used without an...

Yes, I acknowledge that, but it’s important to note what I wrote in my comment (inside the code). In that case, instead of “opening every parameterized module applied”, one could...

Yes, there is no way to reproduce it using other features, sure. But what I meant when I talked about boilerplate is for *importing* modules, and not declaring them. That...

> Не совсем понимаю смысл этого в Adgurd, где установка/снятие птички по определению означает сохранение изменений. Но это не означает что произведенная пользователем операция успешно завершена.

Some more detail - using OleView to view the relevant type library, when I try to look at the CoClass, I get the following error: \--------------------------- OLEViewer 2.0 Interface Viewers...

- **status**: open --> pending Original comment by: mhammond

I doubt there is much pywin32 can do to resolve this, especially without more details about the objects in question. Original comment by: mhammond

Right, I have found a colleague with COM/ActiveX experience - this dll implements two interfaces, IManager and ITEventStatus. Every method on the actual class is marked Private, even those implementing...