Alex Gaynor
Alex Gaynor
Let's say it's `Function[*args, returns=...]` (I don't have a clue wha tthe right answer is) On Mon, Oct 20, 2014 at 3:17 PM, Glyph [email protected] wrote: > Yes, I guess,...
Some more thoughts: TLS is just a network protocol, no reason to be afraid of it. It's a protocol parser, not crypto. TLS _requires_ some crypto though, and locking out...
So, you actually can lock out C. If bagel doesn't offer any sort of way to bind, there's really no way to shove it in. Like, if Java didn't have...
Meaning code like: ``` def f(): return 4 return 5 ``` will explode because of the empty line
Well, besides that you're mutating immutable structures all over the place ;-) I'm not sure about pattern matching data structures, this builds towards how do you pattern match against user...
Yeah, I totally understand that concern.
I reached out to Kurt Roebx about backporting the fixes for that, he said it was a thing he was looking at doing, I have no clue what the timeline...
I would start with adding an API for it, before worrying about how to enable it via installation, you need `requests.get(url, verify=)` to exist first. On Wed, Jan 13, 2016...
Chrome uses the platform trust stores, including their provided functions for checking validity. On Mon, Jan 18, 2016 at 6:15 AM, Cory Benfield [email protected] wrote: > I think true native...
It's not extremely urgent, just a "nice to have"