bors-servo
bors-servo
**Issue by [application-developer-DA](https://github.com/application-developer-DA)** _Tuesday Apr 04, 2017 at 16:07 GMT_ _Originally opened as https://github.com/servo/core-graphics-rs/issues/81_ ---- I've noticed several problems when worked with the code: 1. Some inconsistencies in coding style:...
**Issue by [fkaa](https://github.com/fkaa)** _Sunday Feb 28, 2016 at 16:40 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/117_ ---- Is there any reasoning for using traits and implementing them onto `id` rather than creating...
**Issue by [frewsxcv](https://github.com/frewsxcv)** _Saturday Nov 26, 2016 at 21:20 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/147_ ---- PyObjc (and possibly RubyCocoa?) use .fwinfo files to generate language bindings around Cocoa and similar...
**Issue by [demurgos](https://github.com/demurgos)** _Sunday Dec 03, 2017 at 20:46 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/179_ ---- Hi, I am trying to find some types and I am not sure if they...
**Issue by [dawsonfi](https://github.com/dawsonfi)** _Thursday Sep 07, 2017 at 02:23 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/168_ ---- When i press the Quote key, the `NSEvent` created returns empty string whe calling the...
**Issue by [snuk182](https://github.com/snuk182)** _Wednesday Jun 21, 2017 at 09:51 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/165_ ---- E.g. inheritance, method overloading and other stuff that explicitly requires ObjC features, which obviously miss...
**Issue by [application-developer-DA](https://github.com/application-developer-DA)** _Tuesday Apr 04, 2017 at 11:55 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/161_ ---- Does it make sense to implement a `Drop` trait for `NSAutoreleasePool`, so it is called...
**Issue by [mitchmindtree](https://github.com/mitchmindtree)** _Sunday Feb 05, 2017 at 08:19 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/155_ ---- The [`NSEvent::eventType` method](https://github.com/servo/cocoa-rs/blob/master/src/appkit.rs#L2422-L2424) produces the value `21` when spotlight is opened or one of the...
**Issue by [jtomschroeder](https://github.com/jtomschroeder)** _Thursday Feb 02, 2017 at 17:33 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/154_ ---- I get the following error when attempting to call `initWithFrame_`: ``` error[E0034]: multiple applicable items...
**Issue by [frewsxcv](https://github.com/frewsxcv)** _Wednesday Dec 14, 2016 at 00:52 GMT_ _Originally opened as https://github.com/servo/cocoa-rs/issues/149_ ---- https://developer.apple.com/reference/appkit/nsstatusbar/1530619-systemstatusbar?language=objc ```rust extern crate cocoa; use cocoa::appkit::NSStatusBar; use cocoa::base::nil; fn main() { unsafe { let...