Skip to content

issues Search Results · repo:nvzqz/fruity language:Rust

Filter by

11 results
 (53 ms)

11 results

innvzqz/fruity (press backspace or delete to remove)

This issue was originally reported privately, but I thought I should create an issue to inform others about it, as it has not yet been fixed. The implementation of Display for NSString truncates at null ...
  • dylni
  • 6
  • Opened 
    on Oct 31, 2021
  • #14

Hi @nvzqz! I d like to contribute to this library in at least the coming 6 months. My motivation would be to create a safe(er) replacement for objc and related crates (I tried improving that first, see ...
  • madsmtm
  • 3
  • Opened 
    on Aug 25, 2021
  • #13

Hello nvzqz! Does this crate have a MSRV (minimum supported rust version)? This crate would be useful to integrate into normpath, but it will be difficult without a MSRV. Also, which versions can increase ...
  • dylni
  • 4
  • Opened 
    on Apr 3, 2021
  • #12

Wrappers for CFNotificationCenterAddObserver and friends would be useful, allowing callbacks to easily be made from Rust. Relevant documentation: - CFNotificationCenter - CFNotificationCenterPostNotification ...
  • Absolucy
  • 2
  • Opened 
    on Feb 17, 2021
  • #11

Functions that throw exceptions: - objc_exception_throw (direct) - objc_msgSend if: - The receiver does not respond to the given selector. - The method corresponding to the selector ...
  • nvzqz
  • Opened 
    on Dec 7, 2020
  • #7

Hi there, I’ve found this crate while trying to use some parts of NSFileManager from Rust, and I think this crate might do what I want, but given there’s no example code in the docs, nor any example code ...
  • ticky
  • 3
  • Opened 
    on Nov 6, 2020
  • #6

- Handle class availability. Currently, unavailable OBJC_CLASS_$_* symbols cause a load-time linker error. This can be checked by either: - Weak linking symbols. ...
enhancement
help wanted
  • nvzqz
  • Opened 
    on Sep 26, 2020
  • #5

It would be nice to have PartialEq and PartialOrd implemented between NSString and str that can compare between UTF-16 and UTF-8 without first transcoding and allocating a buffer for the other encoding. ...
help wanted
  • nvzqz
  • Opened 
    on Sep 18, 2020
  • #4

In Objective-C, NSString literals (e.g. @ string ) with unicode data are represented as UTF-16. This crate currently does not transcode non-ASCII str data to UTF-16 and instead incorrectly emits UTF-8 ...
help wanted
  • nvzqz
  • 2
  • Opened 
    on Sep 13, 2020
  • #3

Currently, the selector! macro calls Sel::register, which in turn calls sel_registerName. This is inefficient compared to @selector in Objective-C. On my machine, I measure: | | Initial | Subsequent ...
help wanted
  • nvzqz
  • 4
  • Opened 
    on Sep 11, 2020
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub