Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by xilopaint

  1. You can't be serious. I had a near-death experience some time ago and saw Jesus himself coding in a G3 1998 iMac running VSCode (yes, a MS application). The thing is blessed software. No drawbacks, flawless victory. You're locked in a cage, that's your problem. πŸ˜„
  2. What sane mind would favor any editor other than VSCode? I got curious to know the editor you use, btw. The console is just a first idea of a feature for an Alfred extension. A creative mind would certainly have others. I just talk about the console because it's a pain in Alfred. Btw, this extension can be a project I assign for myself after I finish my work with Alpynist. Regarding the log, Alfred-Workflow has already good logging capabilities, so Python developers can symlink the cache folder to their project folder and just check the log file after each workflow run. In any case I think an extension would be awesome for everyone.
  3. Alfred Gallery is exciting news for non-coders, but a vscode extension for Alfred would mean an incomparable boost for developers imho. Vscode and Alfred are my top 2 favorite macOS softwares. Integrating both experiences would be amazing news. Please @vitor, come to the rescue! πŸ˜„
  4. No need Telegram for you. I just use it to make communication easier for non-coders. Big Sur is not a problem as well. I'm sending you a PM.
  5. Hey guys, @vitor gave me a good hand but he's currently busy with Alfred 5 development and I still need someone with a M1 Mac for a few minutes. Anyone willing to help me testing a build on Telegram? You don't need to be a coder or having any especial knowledge, just an Alfred user.
  6. @vitor could you test the bundle for me? I just want to know if you get the macOS warning prompting the user to allow some unsigned binaries.
  7. I need a volunteer for a quick test in a build. Anyone willing? maybe @katie?
  8. Workflow support depends on its creator not Alfred.
  9. Update (v4.0.1) β€’ Added cleanup procedure for when the Optimize file action fails. β€’ Fixed notification with error message not being fired by the Optimize file action.
  10. Never tried to do this, but there are some methods like PdfMerger.add_bookmark and PdfWriter.add_bookmark that might be helpful.
  11. You should see a new enhanced file with the same name of the original one with an [optimized] tag appended. If the file is big the optimization can take some time to finish. You can track the progress using the progress keyword. If the file is not being created I need the output of the Alfred Debugger and, if possible, the original PDF file to investigate the reason. You can send me the file by PM.
  12. Sorry, but I can't change the outline structure for a whole user base just to suit one person's way of organizing their own PDF files.
  13. It should be but I’ve been facing issues with some PDFs so I avoided to import bookmarks to the files created with the workflow. It can change in the future as I’ve opened an issue about this on PyPDF2 repo. Sorry, I don't get you here.
  14. As PyPDF2 development resumed after a long hiatus I decided to rewrite the workflow again using it. This represents a noticeable gain in performance, a more lightweight installation file and a more maintainable codebase as PyPDF2 is a pure Python library.
  15. In Alfred environment /usr/bin/python3 is the same of python3. You don’t need the full path.
  16. I love Alfred but the worst part of it is debugging. I would love to have a vscode extension which outputs in the console's editor the same content as Alfred Debugger. It would make the development experience much less annoying as we can focus in a single app (vscode). @Vero @Andrew
  17. The thread is not clear to me. I'm not familiar with this workflow and my fork doesn't use cPickle. It's a Python 2 module.
  18. @zjn0505 I need steps to reproduce the issue and you should tell me what you're getting and what you want to achieve.
  19. @zjn0505 if you face any issues using my fork, please let me know.
  20. @vitor I contacted the maintainer of k2pdfopt and he told me how to disable the interactive mode. That was enough to, at the same time, passing the arguments to subprocess.Popen as an array and removing both the echo command and shell=True. The only issue now is that double quotes are still an illegal character, but this is an issue with k2pdfopt that I already reported to him and he promised to look into.
  21. Update (v3.1.3) β€’ Improved fix for the shell injection bug.
×
×
  • Create New...