Behnam Moh
Behnam Moh
Do we have an update on this? I still get the async/sync error in Python.
Thanks! This was informative. I admire the way you guys are working on LMQL. It feels like a serious package with all the comprehensive documentation and examples. Hope it gets...
Thanks @sestinj, I will check this out. Unfortunately, I have to wait because the other error I mentioned [here](https://github.com/continuedev/continue/issues/1210) won't let me use the extension at all.
I tried `%{sioyek_path}` in terminal and got: `fg: job not found`. [Apparently](https://stackoverflow.com/questions/32614648/weird-jobs-behavior-within-zsh), it's an issue with zsh. I added an alias in my `zshrc` like so: ``` alias %{sioyek_path}="/Applications/sioyek.app/Contents/MacOS/sioyek" ```...
Ok I did that but it's still not working. This is my `prefs_user.config`: ``` new_command _download_paper python -m sioyek.paper_downloader download "/Applications/sioyek.app/Contents/MacOS/sioyek" "%{paper_name}" control_click_command _download_paper new_command _dual_panelify python -m sioyek.dual_panelify "/Applications/sioyek.app/Contents/MacOS/sioyek"...
The `%{}` vars all give errors like this: ``` fg:fg:4: no current job ```
In case it helps: I tried running the whole command on a PDF file from inside terminal: ``` >> python -m sioyek.embed_annotations "/Applications/sioyek.app/Contents/MacOS/sioyek" "%{local_database}" "%{shared_database}" "~/sample.pdf" Traceback (most recent call...
Thanks for replying. I think the problem is that `local.db` and `shared.db` don't exist inside sioyek.app directory.
Thanks, now it prints the following: ``` default_config_path: /Applications/sioyek.app/Contents/MacOS/prefs.config default_keys_path: /Applications/sioyek.app/Contents/MacOS/keys.config user_config_path: [ 0 ] /Users//.config/sioyek/prefs_user.config user_config_path: [ 1 ] /Users//Library/Application Support/sioyek/prefs_user.config user_keys_path: [ 0 ] /Users//.config/sioyek/keys_user.config user_keys_path: [ 1...
I tried the following: ``` >>python -m sioyek.embed_annotations "/Applications/sioyek.app/Contents/MacOS/sioyek" "/Users//Library/Application Support/sioyek/local.db" "/Users//Library/Application Support/sioyek/shared.db" "/Users//Library/CloudStorage/sample.pdf" ``` and received this message: ``` default_config_path: /Applications/sioyek.app/Contents/MacOS/prefs.config default_keys_path: /Applications/sioyek.app/Contents/MacOS/keys.config user_config_path: [ 0 ] /Users//.config/sioyek/prefs_user.config user_config_path:...