Josh Matthews
Josh Matthews
On the other hand, I guess this can be dealt with by the caller by passing a None value for the port when desired.
https://github.com/servo/core-foundation-rs/commit/147a432fa91b48726d7eebded9e65e58e1f077ae and https://github.com/servo/core-foundation-rs/commit/39e1e0eeef11a17cf49aa6a500c37e665d967d2a were breaking changes.
If you add more methods to the NSColor trait that send messages like https://developer.apple.com/documentation/appkit/nscolor/1535804-colorwithred?language=objc then it should be possible.
You're correct; the library should reexport Transform2F and Vector2I and the readme should use those instead.
According to https://developer.apple.com/documentation/coregraphics/1455537-cgdisplaycopyalldisplaymodes?language=objc the caller is responsible for releasing the new array reference, which matches the [create rule](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-SW1). The [implementation](https://github.com/servo/core-foundation-rs/blob/05952a809c360a5afcf88d0a1c9a4a57b521e649/core-graphics/src/display.rs#L490-L492) uses the create rule, which makes it hard to figure...
TravisCI has stopped running starting jobs for this repository.
`Builds have been temporarily disabled for public repositories due to a negative credit balance. Please go to the [Plan page](https://app.travis-ci.com/organizations/servo/plan) to replenish your credit balance or alter your [Consume paid...
I'm going to disable travis from the homu settings for the time being so it doesn't prevent PRs from being merged.
Why is core-graphics-types being compiled on Linux?
Does every foundational crate used by a cross-platform rust library require patches like this?