Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasteboard has no arm64 wheels #958

Closed
joeyballentine opened this issue Sep 15, 2022 · 2 comments · Fixed by #2079
Closed

Pasteboard has no arm64 wheels #958

joeyballentine opened this issue Sep 15, 2022 · 2 comments · Fixed by #2079
Labels
bug Something isn't working MacOS Issue pertains specifically to MacOS

Comments

@joeyballentine
Copy link
Member

We should consider removing copy to clipboard support for M1 MacBooks. It tries to build from source and crashes chaiNNer

@joeyballentine joeyballentine added the bug Something isn't working label Sep 15, 2022
@RunDevelopment
Copy link
Member

Could you open an issue here too?
https://github.com/tobywf/pasteboard

@joeyballentine
Copy link
Member Author

tobywf/pasteboard#15

@RunDevelopment RunDevelopment added the MacOS Issue pertains specifically to MacOS label Jun 19, 2023
stonerl added a commit to stonerl/chaiNNer that referenced this issue Aug 1, 2023
On macOS we need the native Edit menu to make all keyboard shortcuts accessable.

The shortcuts can copy/cut/paste text and nodes. But using entries from the menu
itself only interacts with text.

Therefore on macOS a new menu is added: "Nodes"

Menu structure:

*Nodes
|
|- Undo
|- Redo
|--------
|- Cut
|- Copy
|- Paste
|--------
|- Duplicate
|- Duplicate with Connections

This menus sole purpose is to give the user a menu to interact with Nodes.

closes chaiNNer-org#958 chaiNNer-org#1590
stonerl added a commit to stonerl/chaiNNer that referenced this issue Aug 1, 2023
On macOS we need the native Edit menu to make all keyboard shortcuts accessable.

The shortcuts can copy/cut/paste text and nodes. But using entries from the menu
itself only interacts with text.

Therefore on macOS a new menu is added: "Nodes"

Menu structure:

*Nodes
|
|- Undo
|- Redo
|--------
|- Cut
|- Copy
|- Paste
|--------
|- Duplicate
|- Duplicate with Connections

This menus sole purpose is to give the user a menu to interact with Nodes.

closes chaiNNer-org#958 chaiNNer-org#1590
stonerl added a commit to stonerl/chaiNNer that referenced this issue Aug 1, 2023
On macOS we need the native Edit menu to make all keyboard shortcuts accessable.

The shortcuts can copy/cut/paste text and nodes. But using entries from the menu
itself only interacts with text.

Therefore on macOS a new menu is added: "Nodes"

Menu structure:

*Nodes
|
|- Undo
|- Redo
|--------
|- Cut
|- Copy
|- Paste
|--------
|- Duplicate
|- Duplicate with Connections

This menus sole purpose is to give the user a menu to interact with Nodes.

closes chaiNNer-org#958 chaiNNer-org#1590
stonerl added a commit to stonerl/chaiNNer that referenced this issue Aug 1, 2023
On macOS we need the native Edit menu to make all keyboard shortcuts accessable.

The shortcuts can copy/cut/paste text and nodes. But using entries from the menu
itself only interacts with text.

Therefore on macOS a new menu is added: "Nodes"

Menu structure:

*Nodes
|
|- Undo
|- Redo
|--------
|- Cut
|- Copy
|- Paste
|--------
|- Duplicate
|- Duplicate with Connections

This menus sole purpose is to give the user a menu to interact with Nodes.

closes chaiNNer-org#958 chaiNNer-org#1590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MacOS Issue pertains specifically to MacOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants