Kyle Van Berendonck
Kyle Van Berendonck
Is it even allowed to do that? I would imagine that would break all kinds of stack optimizations including fancy stuff done for exception handling which I've noticed gets emitted...
I'll ask StackOverflow because I want to implement this myself if not.
Good news! I think it's OK. See https://stackoverflow.com/questions/22211227/can-i-use-rsp-as-a-general-purpose-register/22212576#22212576 ! :)
I made a prototype implementation and benchmarked this about a month ago. The CPU actually has a return address cache which drastically decreases performance if you pull it out of...
May be worth your time talking to erikd (m3ga) because he ported GMP to pure Haskell. Faster in some spots, only 50% or so slower in others, and it would...
@phadej PR still welcome here?
Fixed by PR #303 if it lands.
I was unaware github-webhooks was incomplete. The fields are sourced from the documentation/sample payloads provided from GitHub [1]. Some information is nested multiple levels deep in the data which is...
If not, feel free to file a bug against github-webhooks and we’ll take a look before 1.0.0
Thank you for not getting hung up in the terminology. For small companies supporting SAML, the terminology is probably forgotten between touching the code.