issues Search Results · repo:beeware/rubicon-objc language:Python
Filter by
115 results
(66 ms)115 results
inbeeware/rubicon-objc (press backspace or delete to remove)What is the problem or limitation you are having?
Rubicon ObjC is great for accessing Objective C classes. Objective C code (AIUI, anything subclassing NSObject) is also
transparently visible to the Swift ...
enhancement
freakboy3742
- Opened on Feb 14
- #563
Describe the bug
Python 3.14.0a4 has just been released; it makes some changes to asyncio that cause the Rubicon test suite to fail:
_____________________ ERROR collecting tests/test_async.py _____________________ ...
bug
freakboy3742
- 1
- Opened on Jan 27
- #557
What is the problem or limitation you are having?
Objective C methods names can end up being really long, for example this calling of NSCosntraint s init:
self.native.addConstraint(
NSLayoutConstraint.constraintWithItem_attribute_relatedBy_toItem_attribute_multiplier_constant_( ...
enhancement
HalfWhitt
- 1
- Opened on Nov 26, 2024
- #545
Describe the bug
When an instance of a Foundation collection class is created (e.g., NSMutableDictionary), Rubicon uses a collection
class (e.g., ObjCMutableDictInstance) to ensure that Pythonic helpers ...
bug
freakboy3742
- 11
- Opened on Nov 12, 2024
- #539
Describe the bug
It appears the whole concept of child watchers was removed from Python.
from rubicon.objc.eventloop import CocoaLifecycle, EventLoopPolicy
File /Users/user/.pyenv/versions/briefcase-3.14-dev/lib/python3.14/site-packages/rubicon/objc/eventloop.py ...
bug
rmartin16
- 3
- Opened on Aug 6, 2024
- #497
What is the problem or limitation you are having?
The current error message is as follows:
obj.someMethod(..., invalidArg=...)
Traceback (most recent call last):
...
ValueError: No method was ...
enhancement
qqfunc
- 3
- Opened on Apr 29, 2024
- #461
What is the problem or limitation you are having?
As described in #26, when there is an Objective-C class that has someMethod:arg1:arg2: and someMethod:arg2:arg1:
methods...
obj.someMethod(..., arg1=..., ...
enhancement
qqfunc
- 5
- Opened on Apr 28, 2024
- #453
What is the problem or limitation you are having?
~Some methods like ObjCStrInstance.__add__ use Objective-C methods now. However, converting to Python str and then
adding is a faster way to do this. ...
enhancement
qqfunc
- 2
- Opened on Apr 26, 2024
- #451
Describe the bug
[@mhsmith] The test app from beeware/rubicon-java#49 works on Android (after merging
https://github.com/beeware/toga/pull/2481), but it doesn t work on macOS – it stops at the first network ...
bug
mhsmith
- Opened on Apr 15, 2024
- #445
Describe the bug
As of Python3.13.0a6, the ctypes patch used to allow struct return values no longer works.
Steps to reproduce
Run the test suite on Python 3.13.0a6.
There will be 7 test failures, ...
bug
freakboy3742
- 2
- Opened on Apr 15, 2024
- #444

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.