Dev Sanghani

Results 6 issues of Dev Sanghani

As someone else already mentioned in one of the other issues, LevelDB.mm seems to be missing some retains. I was getting unexplainable crashes for about 0.3% of my users and...

Is there a way to load multiple keys at once from a .gpg file? If its armored ascii, I'm currently splitting it up into individual keys and loading it using...

Follow example here: https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-by-using-oauth Login with an outlook.com account and you successfully get a token, but when you call: ``` var ewsClient = new ExchangeService(); ewsClient.Url = new Uri("https://outlook.office365.com/EWS/Exchange.asmx"); ewsClient.Credentials...

If inside your article, in markdown, if you have say: ``` This is an example. This line contains a **bold** word. ``` The search lib is indexing `**bold**` instead of...

I'm using the MASShortcutView inside an NSTableView which is inside an NSPopover. The popover autoreleases its memory with a delay on closing it. What this causes is that the MASShortcutView...

I'm sending frames of about 50 tokens for remote fetch notifications. I sometimes get a SIGPIPE when sending notifications in close succession. The self._connection().write() crashes with the following: ``` Traceback...