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 Monica Cellio
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #286902 |
Does pull work? You ask at the end about making all remote operations work, but I can't tell from the question if anything other than push failed. And has this failed in multiple repositories? (Just trying to isolate the problem. You've probably tried all this already.) (more) |
— | over 2 years ago |
Comment | Post #286767 |
Today I learned about markdown mode. Thanks! I've been doing this by defining a keyboard macro ('> ', ctrl-n, ctrl-a), which is more of a hassle. (more) |
— | over 2 years ago |
Edit | Post #286437 | Initial revision | — | over 2 years ago |
Question | — |
How do I get the Pixel (Android 12) to show the incoming phone number for probable spam? I have a Pixel 5A running Android 12 (I assume stock Android because it's a Pixel, but I don't know how to tell). The phone app that came with it reports probable spam or scam calls by labeling them "Scam Likely" or "Spam Likely" in the caller-ID slot. All good so far. My previous phone, a ZTE A... (more) |
— | over 2 years ago |
Edit | Post #286213 | Nominated for promotion | — | over 2 years ago |
Comment | Post #286379 |
Thanks @#36377 -- good suggestion and good idea. I should have thought to test offline videos. Next time this happens I will. (more) |
— | over 2 years ago |
Comment | Post #286379 |
Thanks to both of you! After just `firefox` didn't work I was trying to figure out how to find it and how `PATH` works on MacOS. (more) |
— | over 2 years ago |
Edit | Post #286379 | Initial revision | — | over 2 years ago |
Question | — |
Browser video sometimes stops working; how can I figure out why? I leave my Mac (Mini, not laptop) running all the time, only rebooting when something forces me to (like a software update). My uptimes are usually measured in weeks, sometimes months. Occasionally, browser-based streaming video (Youtube, Google Hangouts) will stop working, in all browsers, thoug... (more) |
— | over 2 years ago |
Comment | Post #285589 |
Anything interesting showing up in your device drivers? It sounds like something is intercepting it, perhaps based on some property of the newer camera that the older one doesn't have. That's just a guess. (more) |
— | almost 3 years ago |
Comment | Post #285408 |
@#53696 did you mark this answer "outdated" because you changed the question after it was posted to something that no longer fits? Editing a question to invalidate answers is bad form; going on to mark answers as "outdated" because of the edit is *really* bad form. (more) |
— | almost 3 years ago |
Comment | Post #285448 |
Voice would be less bad than direct touch, but automation would still be better. (The issue is avoiding computer use (and other electronics) on Shabbat.) The cat would be better too, but cats aren't known for doing what you want them to do. :-)
When I join the meeting, I get a "waiting for the h... (more) |
— | almost 3 years ago |
Edit | Post #284244 |
Post edited: better tag disambiguation (sorry for the extra edits) |
— | almost 3 years ago |
Edit | Post #285448 |
Post edited: |
— | almost 3 years ago |
Edit | Post #284244 |
Post edited: changed zoom tag to disambiguate from meeting software |
— | almost 3 years ago |
Edit | Post #285448 | Initial revision | — | almost 3 years ago |
Question | — |
Automatically restore a dropped Zoom connection? I once again (thanks Covid!) have a weekly gathering that has moved from in-person to virtual, using Zoom. I am an attendee, not the host. I need to be able to join the meeting up to about 18 hours in advance and then not interact with Zoom again. That is, I consume the meeting passively, but I ca... (more) |
— | almost 3 years ago |
Comment | Post #285408 |
There's nothing dangerous about this. Please don't use that reaction for answers you don't like. If you don't think it answers your question, you can downvote or leave a comment explaining what you think is missing. (more) |
— | almost 3 years ago |
Comment | Post #285269 |
This worked for me (with server name redacted):
div[aria-label="Servers"] div div div[data-dnd-name="redacted"] svg path { visibility: hidden;}
I kind of pieced things together from several answers here. Thanks! (more) |
— | about 3 years ago |
Comment | Post #285272 |
Oh, I see -- I have to apply `visibility: hidden` to the `path`, not to the `svg` itself. I guess the controls are attached to the SVG somehow? (more) |
— | about 3 years ago |
Comment | Post #285272 |
When I came back to my Discord tab later, I couldn't reach that server at all -- clicking on the empty space didn't take me there. I can disable the style override, go to the server, and re-enable it, but that's not ideal. Hmm. (more) |
— | about 3 years ago |
Comment | Post #285270 |
Thanks for your help! I feel like all the answers here together helped me get to a solution. Teamwork for the win! :-) (more) |
— | about 3 years ago |
Comment | Post #285272 |
Adding the following to Stylus for discord.com worked for me:
div[aria-label="Servers"] div div div[data-dnd-name="(server name)"] svg {visibility: hidden; }
Where "(server name)" is the name of the server that I elided here. (more) |
— | about 3 years ago |
Comment | Post #285272 |
Thanks; I'll give this a try. I thought I had included enough; I blacked out the specific server name because I didn't want to start any server-specific drama, but the name under that black-out is unique, so it seems like I can key off of that. I just didn't know how, so thanks! (more) |
— | about 3 years ago |
Comment | Post #285270 |
A containing `div` (two layers up) has a `data-dnd-name` attribute that is the name of the server. Is there a way to select that and then change the visibility of the `svg` nested inside that? (more) |
— | about 3 years ago |
Comment | Post #285270 |
Thanks for the heads-up about Chrome. If my extensions stop working then that'll get me to change browsers. (Maybe I should anyway. I have my world divided up among browsers -- logged in to these sites here, those sites there, etc, and Chrome is where I'm using Discord right now. I could juggle t... (more) |
— | about 3 years ago |
Comment | Post #285270 |
I installed Ublock Origin and entered that as the filter (with `discord.com` as the URL), but it didn't have any effect. Then I noticed, while combining this answer with the other one and trying through Stylus, that *all* the icons use the same `svg-1X37T1` class. Any idea how to target just one of... (more) |
— | about 3 years ago |
Comment | Post #285269 |
I tried using `visibility: hidden` with `.svg-1X37T1` as the selector (based on the other answer). It turns out *all* the icons have that class, so that hid all of them. So we've confirmed that changing the visibility is the right action, but I'm stuck on writing a selector that picks *this* one ou... (more) |
— | about 3 years ago |
Edit | Post #285268 | Initial revision | — | about 3 years ago |
Question | — |
How can I get my browser to block a specific SVG (Discord server icon)? I am on several Discord servers. One of them has, as its server logo, an image I would rather not see every time I use Discord. I had previously used AdBlock to suppress it, but it came back recently and it now appears that Discord is embedding an SVG rather than referencing an image URL, so I don'... (more) |
— | about 3 years ago |
Comment | Post #285241 |
Each community has two mods, one of whom is a mod on both. As far as I'm concerned, if the communities merge, all of them can still be mods on the combined community if they want to be. Three isn't an unreasonable number of mods to have. (more) |
— | about 3 years ago |
Comment | Post #285123 |
Are you planning to ask the parallel question on Linux Systems, or are you testing the water here first to decide whether to proceed with a proposal there? (more) |
— | about 3 years ago |
Edit | Post #285042 | Initial revision | — | about 3 years ago |
Question | — |
How can we grow this community? Codidact's communities have a lot of great content that is helping people on the Internet. Our communities are small, though, and sustainable communities depend on having lots of active, engaged participants. The folks already here are doing good work; our challenge is to find more people like you ... (more) |
— | about 3 years ago |
Edit | Post #283324 |
Post edited: |
— | about 3 years ago |
Edit | Post #284885 | Initial revision | — | about 3 years ago |
Answer | — |
A: "No associated Stack Exchange site from which to transfer your content?" We have now removed that section on the profile edit page on communities that don't use imported posts. You should now see it only if you could successfully add a link. (more) |
— | about 3 years ago |
Edit | Post #284703 |
Post edited: |
— | about 3 years ago |
Comment | Post #284713 |
Done! Thanks to you both. Canina, you're already a mod on another community so I assume you've already seen the mod help, but just in case I'll mention it. (more) |
— | about 3 years ago |
Comment | Post #284713 |
Done! You now have moderator status. Check the help for an article called "so you're a moderator now" for some getting-started info (including subscribing to the infrequent mod mailing list). If you're on Discord, please drop into the community server and ping me or another admin so we can give yo... (more) |
— | about 3 years ago |
Edit | Post #284716 | Initial revision | — | about 3 years ago |
Answer | — |
A: Who should the temporary moderators be? Promoting this from a comment thread: samcarter has contributed a lot of both content and curation and would be a good addition to the moderator team -- and has confirmed in that thread that cats and dogs can work together here. (more) |
— | about 3 years ago |
Comment | Post #284713 |
Thanks for this suggestion. By the same criteria you listed here, what about you? You've got a lot of activity of these types too. (more) |
— | about 3 years ago |
Edit | Post #284703 | Initial revision | — | about 3 years ago |
Question | — |
Who should the temporary moderators be? As we have set up communities here on the Codidact network we've been appointing temporary moderators. Ultimately, of course, we want each community to choose its own moderators; we've been doing this as a stopgap, while communities are forming, so Codidact staff don't have to handle all the flags (... (more) |
— | about 3 years ago |
Edit | Post #284412 | Initial revision | — | about 3 years ago |
Answer | — |
A: Unable to gave an upvote to Q or A The answer pointing to the YouTube embed is correct. I don't know why it fails in that way, but while we wait for someone to put some extra guardrails around YT embeds, I've edited the post to remove the link. I am hoping that bad YouTube links are relatively rare and that we won't see this problem... (more) |
— | about 3 years ago |
Edit | Post #284308 |
Post edited: https://powerusers.codidact.com/posts/284346 : trying a workaround so (if the theory there is correct) this post can be voted on |
— | about 3 years ago |
Edit | Post #284411 | Initial revision | — | about 3 years ago |
Answer | — |
A: Moved to a new OS version, didn't change project source, and now Datenstrom Yellow project won't build -- how do I debug this? I have learned (from their forum) that, contrary to my impression, Yellow doesn't support search or the contact form when generating a static site. It does support them if you have Yellow serve your site dynamically, which is what the maintainers recommend. What changed for me, apparently, was not ... (more) |
— | about 3 years ago |
- ← Previous
- 1
- 2
- 3
- 4
- Next →