Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for samcarterâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287976 |
Post edited: |
— | about 2 years ago |
Edit | Post #287976 |
Post edited: |
— | about 2 years ago |
Edit | Post #287976 | Initial revision | — | about 2 years ago |
Question | — |
Disable automatic tlmgr updates in Quarto Let's assume one has a Quarto document which does not compile because of an error in the latex code, e.g. here a simply typo in a macro name: ``` format: pdf test\newlin test ``` Quarto will first try to compile this document and when it notices the error it will then try to run `t... (more) |
— | about 2 years ago |
Edit | Post #287900 |
Post edited: |
— | over 2 years ago |
Edit | Post #287900 |
Post edited: |
— | over 2 years ago |
Edit | Post #287899 |
Post edited: |
— | over 2 years ago |
Edit | Post #287900 |
Post edited: |
— | over 2 years ago |
Edit | Post #287899 |
Post edited: |
— | over 2 years ago |
Edit | Post #287899 |
Post edited: |
— | over 2 years ago |
Edit | Post #287900 |
Post edited: |
— | over 2 years ago |
Edit | Post #287899 |
Post edited: |
— | over 2 years ago |
Edit | Post #287899 |
Post edited: |
— | over 2 years ago |
Edit | Post #287900 | Initial revision | — | over 2 years ago |
Answer | — |
A: Circulate through spaces on macOS 11 Another approach is to use Karabiner-Elements. As a first step, I created to executable shell scripts, which will switch to the previous/next space using the handy tool SpaceInfo `Spaceprev`: ``` #!/bin/zsh export CurrentSpace=$(/Applications/SpaceInfo/SpaceInfo --active-space) export All... (more) |
— | over 2 years ago |
Edit | Post #287899 |
Post edited: |
— | over 2 years ago |
Edit | Post #287899 | Initial revision | — | over 2 years ago |
Answer | — |
A: Circulate through spaces on macOS 11 One possibility is to use Hammerspoon with the following configuration: ``` hs.hotkey.bind({ "cmd" }, "Right", function() local NextSpace = 1 for k, v in pairs(hs.spaces.allSpaces()[hs.screen.mainScreen():getUUID()]) do if v == hs.spaces.focusedSpace() then NextSpa... (more) |
— | over 2 years ago |
Edit | Post #287898 | Initial revision | — | over 2 years ago |
Question | — |
Circulate through spaces on macOS 11 Back in the days of OSX 10.6 Snow Leopard, one could circulate from the last space to the first space, e.g. if one was on the last space and used the keyboard shortcut to go to the next space, it would bring you to the first space. I asked a similar question for Mavericks at https://apple.stackexc... (more) |
— | over 2 years ago |
Edit | Post #287874 | Initial revision | — | over 2 years ago |
Question | — |
Install Quarto extensions globally Is there a way to install Quarto extensions globally? If I follow the installation instruction from https://quarto.org/docs/extensions/managing.html and e.g. use ``` quarto add quarto-ext/fontawesome ``` to install an extension, I have to do this from the same folder as my current project... (more) |
— | over 2 years ago |
Edit | Post #287873 | Initial revision | — | over 2 years ago |
Question | — |
Do we want an update for our logo? "Why an update?" you might ask. The current logo looks nice, but there are a couple of problems which could be solved with an updated logo: - Is the site name "Power User" or "Power Users"? - Is the mouse cursor in the Power User logo an accessibility problem? I doodeled around a bit and came... (more) |
— | over 2 years ago |
Edit | Post #287843 | Initial revision | — | over 2 years ago |
Answer | — |
A: Programmatically changing the keyboard illumination in small steps Instead of trying to build my own touch bar, I'm now using Karabiner Elements to remap the existing keys on the touchbar to the desired behaviour. The following configuration will remap the screen brightness, keyboard illumination and volume keys to change their settings in small increments: ``... (more) |
— | over 2 years ago |
Comment | Post #287709 |
You're welcome! (more) |
— | over 2 years ago |
Edit | Post #287709 |
Post edited: |
— | over 2 years ago |
Edit | Post #287709 |
Post edited: |
— | over 2 years ago |
Edit | Post #287709 |
Post edited: |
— | over 2 years ago |
Edit | Post #287709 |
Post edited: |
— | over 2 years ago |
Edit | Post #287703 |
Post edited: dirty hack: adding block quotes around the images so one can see their size and transparency on the white background of the page |
— | over 2 years ago |
Edit | Post #287709 | Initial revision | — | over 2 years ago |
Answer | — |
A: How to make background transparent and trim to content I don't know if or if not this is possible from within grafx2, but your manual workflow can be simplified dramatically by using image magick. The following command will do all your steps at once and reproducibly: ``` convert test.gif -transparent white -gravity south -chop x60 -trim output.png `... (more) |
— | over 2 years ago |
Comment | Post #287703 |
I don't know if your question as asked is possible or not, but I think there is a good chance that your manual workflow can be simplified drastically. Therefore I'd like to see a test image.
(more) |
— | over 2 years ago |
Comment | Post #287703 |
Can you show an example image? (more) |
— | over 2 years ago |
Edit | Post #287683 |
Post edited: |
— | over 2 years ago |
Edit | Post #287683 |
Post edited: |
— | over 2 years ago |
Edit | Post #287684 | Initial revision | — | over 2 years ago |
Answer | — |
A: Permanently disable motivational messages and animations on duolingo.com The problem is that these two settings are only stored in the local storage of the browser and not transmitted to duolingo. This means that when the local storage is cleared for some reason (for me, the local storage gets cleared when restarting the firefox), these settings are lost. As a workarou... (more) |
— | over 2 years ago |
Edit | Post #287683 | Initial revision | — | over 2 years ago |
Question | — |
Permanently disable motivational messages and animations on duolingo.com I'm using firefox to access duolingo. The website offers settings to disable motivational messages and animations. However the settings frequently turn themselves back on automatically. screenshot of the duolingo preferences Is there a way to permanently switch them off? Maybe with a user scrip... (more) |
— | over 2 years ago |
Comment | Post #287564 |
Do you have permission from https://thetravelissue.wordpress.com/2016/11/25/how_to_master_ksenes_glosses/ to use the image? (more) |
— | over 2 years ago |
Comment | Post #287380 |
@#53919 I'm doing exactly the opposite: 80% default zoom so I can have the browser on one half of the screen without the buttons in the topbar vanishing :) (more) |
— | over 2 years ago |
Comment | Post #287417 |
please read https://askleo.com/why_isnt_my_outlook_pst_getting_smaller_after_deleting_emails/ and https://support.microsoft.com/en-us/office/reduce-the-size-of-your-mailbox-and-outlook-data-files-pst-and-ost-e4c6a4f1-d39c-47dc-a4fa-abe96dc8c7ef (more) |
— | over 2 years ago |
Edit | Post #287373 | Question reopened | — | over 2 years ago |
Edit | Post #287399 |
Post edited: |
— | over 2 years ago |
Edit | Post #287399 |
Post edited: |
— | over 2 years ago |
Comment | Post #287380 |
@#53890 Done :) (more) |
— | over 2 years ago |
Edit | Post #287399 | Initial revision | — | over 2 years ago |