Jump to content

Boarder24

Member
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Boarder24

  1. What you were doing when the issue happened I noticed this issue while using the Calculate Anything workflow. I try to use the workflow and it seems an error is stopping the workflow from showing the response in the Alfred Input window. I was using the Calculate Anything workflow from the Alfred Gallery: https://alfred.app/workflows/biatidigital/calculate-anything/ Specific steps to repo: Open workflow and debugger Open Alfred input Type '5lbs to oz' See error Whether you were able to replicate it a second time by performing the same action (Update any third-party apps and restart your Mac if relevant) Yes Include any screenshots that might help us Notable error in Debugger: [15:05:31.432] ERROR: Calculate Anything[Script Filter] JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. in JSON: Warning: Failed loading Zend extension 'xdebug.so' (tried: /opt/homebrew/lib/php/pecl/20220829/xdebug.so (dlopen(/opt/homebrew/lib/php/pecl/20220829/xdebug.so, 0x0009): tried: '/opt/homebrew/lib/php/pecl/20220829/xdebug.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/lib/php/pecl/20220829/xdebug.so' (no such file), '/opt/homebrew/lib/php/pecl/20220829/xdebug.so' (no such file)), /opt/homebrew/lib/php/pecl/20220829/xdebug.so.so (dlopen(/opt/homebrew/lib/php/pecl/20220829/xdebug.so.so, 0x0009): tried: '/opt/homebrew/lib/php/pecl/20220829/xdebug.so.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/lib/php/pecl/20220829/xdebug.so.so' (no such file), '/opt/homebrew/lib/php/pecl/20220829/xdebug.so.so' (no such file))) in Unknown on line 0 https://gist.github.com/jelias/66f4901928440220c30546368d39a024 Additional Details in (Closed) GH Issue https://github.com/biati-digital/alfred-calculate-anything/issues/127 Include the Alfred version & build number you are using Alfred 5.1.2 - Build 2145, Wednesday 2nd August 2023 Include your macOS version MacOS 13.5 (M2 Max) Include the version number of any third-party apps relevant to your issue Calculate Anything 4.0.2 (from the Gallery) Additional Notes: I have multiple installations of PHP, and I use Xdebug for work. It works fine in other projects. I'm not sure why it cannot be found in the php version that Alfred is using. But either way, it shouldn't be what is breaking Calculate Anything—I'm confused what is.
  2. Hey Benzi! I know this thread is kinda dead, but could I request Cyanide and Happiness? Someone made a Yahoo pipe here: http://pipes.yahoo.com/pipes/pipe.run?_id=9b91d1900e14d1caff163aa6fa1b24bd&_render=rss It contains only pictures. Thanks!
  3. I'll look into it this weekend. Haven't really been playing with the script that much since the last update.
  4. I will get back to you on that one. **Update!** I played around with it, and after the first run, it seems to be working pretty well. It does look a little funny when it appears because it looks like a ghost typer when your computer has to catch up to the text you typed.
  5. Haha, I actually ended up trying that after I posted this, and came to the same conclusion.
  6. I'll do you one better. Instructions on how to set the "back to normal" brightness. It's quite simple. 1: Open the "/usr/bin/osas..." script in the middle. 2: Change the 0.5 to any number from 0 to 1 that is above 0.25. (Where it says): "if brightnessLevel is 0.25 then set brightnessLevel to 0.5" 3: There is no step 3. Enjoy!
  7. I recently read this blog post about text expansion: here by our very own David Ferguson, about text expansion. I love this idea, and have used it thousands of times. But, I was thinking that there should be an output option to simply paste whatever text in the frontmost app. The only difference between this and the "copy to clipboard" output would be that you could use this for text expansion and wouldn't flood your clipboard. Please implement this in the next update!
  8. I think he wants to make a workflow for it so that when something isn't working you can restart Alfred to fix the bug (that has happened to me a few times). If that's not the reason, then he probably just wants to do it, because he can. Side note: Do you need to have Alfred apear as confirmation? How about having a post notification? Although it might not work because Alfred restarts. I will keep looking around. Maybe the applescript could access where the hot key is stored in Alfred? We will soon find out.
  9. Hey subject, Thanks for making this, I have been meaning to do something like it for a while now. Anyways I did a little researching: MacRumors always has a forum! and found that each key on a mac keyboard has a key code so to make alfred apear for you and me the applescript should look like this: tell application "System Events" to key code 49 using command down end Simply search google for "key codes mac" to get an entire list. Lastly, make sure not to have "#" on the actual script only the comments. I understand you did that to make the keywords optional, but I could imagine that people in the future will try to enter a hotkey, but won't know to remove the "#". Hope that helps!
  10. I will play around with the commands later. Do you want a file action or a keyword input? In the meantime, go ahead and try compiling the workflow yourself. That's how I got stated, a lot if trying an troubleshooting.
  11. The only problem then would be to unhide files. Since Alfred doesn't show them. Also, if you use a search script, you might be able to have Alfred show you all files on your computer, and narrow down the file you want, by typing.
  12. I didn't really think if that. I know that's a feature but it would be much easier to have it integrated in the find keyword.
  13. Are they just terminal commands to show hidden files and hide them in the finder? Either way, please share!
  14. I set up the workflow to include file actions. It will also filter for only files compatible with myPhoneDesktop (see below). All credits are still with matias's name, I will go uncredited on this one. Enjoy!: http://d.pr/f/xuFK Note: Search for files should be enabled via the "Alfred Preferences | Default Results" page. Current version of myPhoneDesktop can process the following Image and ASCII files: JPEG image Portable Network Graphics image (PNG) Graphics Interchange Format (GIF) Plain Text (txt) Markdown document (md and markdown) vCard (vcf) comma-separated values (csv) Log file (log) HTML document (htm and html) Cascading style sheet (css) JavaScript source (js) Ruby source (rb) SQL source (sql)
  15. If all you are trying to do is make the file invisible, then simply adding a "." to the beginning will do that. I'm not really sure how to rename a file with a script. But that should point you in the right direction.
  16. Today I wanted to delete a file buried in my finder so I used the "find" keyword integrated with Alfred 2 to reveal it. I would be nice if you could hold down control or another action modifier to delete the highlighted file. Just a thought, that might help productivity.
  17. No you are 100% correct. I don't understand why no one else contacted me about this. Anyway, I have been meaning to update the original post. v1.5 is now available direct download.
  18. I'm just a kid, who loves a good challenge.

  19. Inspired by Ramshank, I went on the googling hunt of googling hunts to find the code (which ended up being in his post). And compiled this bad boy: v1.1 Keyboard Locker: d.pr/f/xtPs v1.2 Keyboard Locker: http://d.pr/f/cp7i **Updated! Fix command fully implemented, and you can now enter the number of seconds you want to lock it for.** This workflow will lock your keyboard for 20 seconds so that you can clean it. It does ask for your admin pass! If your keyboard doesn't re-enable use the "fix" keyword and enter your admin pass to re-enable it. You can do updates via Alleyoop, and please read below before using! **Read Me!** Be sure that you have an external keyboard or you know where your on-screen keyboard is, before running this workflow for the first time! I have learned the hard way what happens (Your internal keyboard doesn't work, and you have to restart your computer). Here are directions to the on-screen keyboard for your mac: I don't think it has changed since SL but just to be safe... 10.6.x Snow Leopard: http://j.mp/Yl7ZYJ 10.7.x Lion: http://j.mp/Yl89zp 10.8.x Mountain Lion: http://j.mp/Yl8jqp Enjoy! and Please message me if you have any questions or concerns!
  20. I just integrated all my workflows with this! Download links: AirPlane Mode: http://d.pr/f/HRpR Vpn Connect: http://d.pr/f/S7dq Toggle Caffeine: http://d.pr/f/nPw9 Tunefind: http://d.pr/f/rind
  21. I love this! At first I was very confused, but after re-reading it, I have set up all my workflows to do updates!
  22. I present to you the airplane workflow: d.pr/f/T1el Update v1.2: d.pr/f/EBpv Update v1.3: Was an in-house update. Update v1.4: I uploaded the wrong Workflow. Update v1.5: http://d.pr/f/GOiB It will toggle your wifi and bluetooth, and set your brightness to to save battery. I have yet to find away to toggle the brightness back to it's default state. An if statement might work, but I have little skill in that field. For those of you that are applescript geniuses, please let me know if you find a solution! If you have any questions please read the "readme" tab of the workflow before messaging me!
×
×
  • Create New...