Deleted user
Deleted user
Pull Request Revisions RevisionDescriptionr7Enhanced emoji and type handling mechanismsRefactored emoji and snowflake type handling in special endpoints with more flexible type annotations and emoji processingr6Added edit guild onboarding methodImplemented edit_guild_onboarding...
Benefits of this change are: - the `cd` step for running the example can be deleted. - the example can be `go install`ed. - the example will follow current best...
Print the response body to see if that gives a hint about the problem. I tried that, but cannot reproduce the bug. The following program prints `success` for me: ```...
It looks like the request was denied by the Cloudflare bot detector, but I am not 100% sure of that. To get past the detector, try adding a User-Agent request...
@madsmtm May I ask how it is possible to create an `IOSurface` reference (`IOSurfaceRef`) from `IOSurface`? ```rust let surface = IOSurface::new(); ``` The created surface is a `Retained`. I need...
Thanks for your reply. I noticed there are methods (e.g, `lockWithOptions_seed`) that I can with the `IOSurface`, but I still require an `IOSurfaceRef` for the `CVPixelBufferCreateWithIOSurface` function. For now, I...
> Adding more methods to `CFDictionary` is tracked in [#692](https://github.com/madsmtm/objc2/issues/692) (and I agree that it's a glaring omission). > > > Maybe there could be a method to do the...
> Ah, I understand now. > > I'm fairly reluctant to add such simple helpers, as it obscures what's actually happening (you now have to look at the method definition...
Is there a way we can detect this "bypassed" state an compensate for this optimization? For example detect that ZipAESTransform.TransformFinalBlock has been called from the non-expected path (to implement what...
Sorry didn't intend to close this issue (wanted to ensure you see this and have an opportunity to respond so I might see what your thoughts are).