Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

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 CodeFarmer‭

Type On... Excerpt Status Date
Comment Post #287806 This works very nicely.
(more)
about 1 year ago
Edit Post #287805 Post edited:
about 1 year ago
Edit Post #287805 Initial revision about 1 year ago
Question Vim: Can a different style be applied to a vim-terminal?
I often open an terminal within vim via: `:vert term`. The terminal opens on the right side with the same style (background and foreground colors) as my vim style. Is it possible to change the style in the terminal pane? And if it is possible what are the steps? Thanks!
(more)
about 1 year ago
Edit Post #285269 Post edited:
Fix bug in id selector by adding missing '#' id-indicator
over 2 years ago
Edit Post #285269 Post edited:
over 2 years ago
Edit Post #285269 Post edited:
Add additional more specific example.
over 2 years ago
Comment Post #285269 It looks like the id is a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask. Id's are uniquely specific to a single item while a class can apply to multiple items. so this might work: #a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }
(more)
over 2 years ago
Comment Post #285269 It looks like the id is a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask. Id's are uniquely specific to a single item while a class can apply to multiple items. so this might work: a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; }
(more)
over 2 years ago
Edit Post #285269 Initial revision over 2 years ago
Answer A: How can I get my browser to block a specific SVG (Discord server icon)?
The selector may be something like: `# { visibility: hidden; }` This should leave the space allocated but hide the content. Note: I added this in the comments but putting here as well: It looks like the id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blobmask". The id will be specific to this ...
(more)
over 2 years ago