Sai Mahidhar

Results 9 comments of Sai Mahidhar

@nikitakalnov non retriable errors cannot be restarted automatically. When declaring consumer you can pass `on Restart Failure` key which is a function and resolves to `true`. This ensures consumer will...

would be great if Any desktop based applications for windows build using python and cx freeze. @Fox214

> Yes, have been for over 5 years. Both an application that is used in German Healthcare and a FOSS application with thousands of users each. We do run into...

> @mai1x9 apologies for delayed response. Yes, `proxy.py` supports full TLS interception, but: > > 1. It doesn't let you bypass out-of-bound mechanisms in place for certificate validation e.g. certificate...

@Yarn sorry I missed your message. > using pyinstaller, at least some of the time yes with windows defender Not really, cause pyinstaller exe without pynput library I could see...

> @mai1x9, as far as I know, `SetWindowHookEx` is the least intrusive alternative, and the one most reasonably usable from Python. if possible would be great if any supporting reference...

@panga and @stas-ut21 I haven't fixed the issue, we are fully migrated to sequelize. I however did not check if sequelize has same issue (as it uses same underlying node...

> Hi [@mai1x9](https://github.com/mai1x9), I'm sorry you found the docs frustrating. Pulumi is more declarative than the approach you tried. If you defined a disk with a certain size: > >...

> Yes, you only need `import` for resources that were created outside of Pulumi. Your disk is already in Pulumi's state. > > > > Thanks for reply, but thats...