-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Safari] ...Search bookmarks not working #17188
Comments
Thank you for opening this issue! 🔔 @loris @thomaspaulmann @SKaplanOfficial @axsuul @iwex @xilopaint @ChangeHow @ridemountainpig @1weiho you might want to have a look. 💡 Author and Contributors commandsThe author and contributors of
|
@raycastbot remove from list |
Can you provide more info about this crash? More detailed logs or screen recording would be better. It seems we need add pagination for searching bookmarks but my bookmarks can't reach the maximum(You might provide the count of bookmarks you have?) |
Or if nothing else provide us with a setting to increase the maxObject count (in case it's a static global value) to go around this bug. |
Sure, this log shows a lot. but I can't reproduce this case so I can determine if I solve this issue in a right way. If you know how to install an extension locally, I would fix it locally and send you a fixed version to you. Once this version can neither reproduce this issue anymore nor cause other issue, I would create a PR for it. |
@raycastbot assign me |
@ChangeHow it's limitation of https://github.com/joeferner/node-bplist-parser |
thank you! I just found the source code in bplist-parser. Is it possible to cut plist file into some smaller pieces to make it work? |
Yes, send me the fixed version and I install it here for testing. |
I've tried parsing large plist file by go-wasm(with the expectation of getting a higher performance and unlocking the limitation), but it causes some issue like the output not equal to the origin way. There are some bugs need to be resolved, I'll try this weekend(Earlier in Feb. 28). I'm stuck in generating a large plist file that matches the format of the Safari bookmarks plist file and cause the extension to fail. It would be great if you can send me([email protected]) a test file(I mean your plist file) let me test in my computer. Never mind, I only use them for testing and deleted them once the extension works. 😄 |
Sorry my plist (bookmark file) is full of company internal links and I'm not allowed to share such info. You could synthesize big plists with small variations (use Claude or a similar tool to do it for you). |
No problem, I'll try this weekend |
Extension
https://www.raycast.com/loris/safari
Raycast Version
1.92.0
macOS Version
15.3.1
Description
Error:
Steps To Reproduce
Open search bookmarks
Current Behaviour
Nothing happens
Expected Behaviour
Show initial browser before starting to look at entries, but the errror above shows the issue with max object count exceeeded, some of us have a lot of bookmarks... And this works inside Safari.
The text was updated successfully, but these errors were encountered: