-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Apple Notes] Extension fails with "JS heap out of memory" error #17137
Comments
Thank you for opening this issue! 🔔 @tumispro @ron-myers @mathieudutour @StevenRCE0 @SKaplanOfficial @tylerwince @xilopaint @ridemountainpig @teemusuvinen you might want to have a look. 💡 Author and Contributors commandsThe author and contributors of
|
Thanks for reporting the issue. How many notes do you have? |
6,709 notes
KEN KESSLIN | Leadership Coach | +1.215.253.4330 | www.kesslin.com
Better leaders create better lives.
…On Tue, Feb 18, 2025 at 2:59 AM Thomas Lombart ***@***.***> wrote:
Thanks for reporting the issue. How many notes do you have?
—
Reply to this email directly, view it on GitHub
<#17137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTI76K7FFYITQWCK6BB7QL2QLR7XAVCNFSM6AAAAABXKGWA2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRUHA3DQMJVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: thomaslombart]*thomaslombart* left a comment
(raycast/extensions#17137)
<#17137 (comment)>
Thanks for reporting the issue. How many notes do you have?
—
Reply to this email directly, view it on GitHub
<#17137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTI76K7FFYITQWCK6BB7QL2QLR7XAVCNFSM6AAAAABXKGWA2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRUHA3DQMJVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
All right, so that's why it happens. Currently, we don't limit the amount of notes when retrieving them, but we should both limit it to a thousand and add typeahead search to improve the experience. |
Is that something that can be fixed in the extension?
I can't be the only person with this number of notes.
And is there something I can do to workaround the issue in the meantime?
Thank you.
KEN KESSLIN | Leadership Coach | +1.215.253.4330 | www.kesslin.com
Better leaders create better lives.
…On Wed, Feb 19, 2025 at 4:58 AM Thomas Lombart ***@***.***> wrote:
All right, so that's why it happens. Currently, we don't limit the amount
of notes when retrieving them, but we should both limit it to a thousand
and add typeahead search to improve the experience.
—
Reply to this email directly, view it on GitHub
<#17137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTI76NUYBHAH4GVSTEFX2T2QRIURAVCNFSM6AAAAABXKGWA2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRYGEYTOMBUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: thomaslombart]*thomaslombart* left a comment
(raycast/extensions#17137)
<#17137 (comment)>
All right, so that's why it happens. Currently, we don't limit the amount
of notes when retrieving them, but we should both limit it to a thousand
and add typeahead search to improve the experience.
—
Reply to this email directly, view it on GitHub
<#17137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTI76NUYBHAH4GVSTEFX2T2QRIURAVCNFSM6AAAAABXKGWA2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRYGEYTOMBUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes.
The heap out of memory error is pretty common to extensions, but you're the first creating an issue for that, 6709 notes is a pretty big number!
Not really; this requires fixing the extension, and I currently don't have much bandwidth for that. I'll try and see if I can do something about it on Friday. |
Ok. Thank you.
KEN KESSLIN | Leadership Coach | +1.215.253.4330 | www.kesslin.com
Better leaders create better lives.
…On Wed, Feb 19, 2025 at 8:35 AM Thomas Lombart ***@***.***> wrote:
Is that something that can be fixed in the extension?
Yes.
I can't be the only person with this number of notes.
The heap out of memory error is pretty common to extensions, but you're
the first creating an issue for that, 6709 notes is a pretty big number!
And is there something I can do to workaround the issue in the meantime?
Not really; this requires fixing the extension, and I currently don't have
much bandwidth for that. I'll try and see if I can do something about it on
Friday.
—
Reply to this email directly, view it on GitHub
<#17137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTI76KSOVDZDKWBC2ON52L2QSCBFAVCNFSM6AAAAABXKGWA2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRYGY3TKMJYGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: thomaslombart]*thomaslombart* left a comment
(raycast/extensions#17137)
<#17137 (comment)>
Is that something that can be fixed in the extension?
Yes.
I can't be the only person with this number of notes.
The heap out of memory error is pretty common to extensions, but you're
the first creating an issue for that, 6709 notes is a pretty big number!
And is there something I can do to workaround the issue in the meantime?
Not really; this requires fixing the extension, and I currently don't have
much bandwidth for that. I'll try and see if I can do something about it on
Friday.
—
Reply to this email directly, view it on GitHub
<#17137 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJTI76KSOVDZDKWBC2ON52L2QSCBFAVCNFSM6AAAAABXKGWA2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRYGY3TKMJYGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Extension
https://www.raycast.com/raycast/apple-notes
Raycast Version
1.91.2
macOS Version
15.1.1
Description
Error:
Steps To Reproduce
When I launch the command "Search Notes" the error message appears.
My Notes app is open and running when this happens.
Current Behaviour
The error just says "Something went wrong." That's all I got.
Expected Behaviour
No response
The text was updated successfully, but these errors were encountered: