Sid Verma

Results 11 comments of Sid Verma

@subvillion Can you test out #221 - [[branch]](https://github.com/mavidser/raven-go) ? It adds a `SetSSLVerification` method for disabling SSL verification. Unfortunately I'm unable to verify it for a few days.

ack, verified! thanks! btw, if anyone wants to disable verification without forking raven, here's how I do it currently (until linked the PR is merged): ```go client, _ := raven.New("https://xxx@domain/id")...

[#12475](https://github.com/python/mypy/issues/12475) im mypy also seems to be a ParamSpec issue Edit: realised a second too late that this was not the mypy repo

This seems to have been implemented by #1981

That's exactly what's happening with me.

Reading through the code, it looks like Release() checks `if len(s.data) == 0 { return nil }` So, if I just had one key which I deleted, it doesn't get...

Can you share the config file you are using for SublimeInput?

I am not able to reproduce this problem. Can you post a sample program which gives this error, and any settings you might have configured in Preferences > SublimeInput >...

I see that you're using minGW compiler, but your source uses bits/stdc++ header. Are you sure you've included this non-standard header? Or you can change the compiler in Preferences >...

Are you looking for a way to provide STDIN inputs (Terminal Plus for atom sounds good in that case), or specifically through comments, like this plugin? The latter needs to...