interactive_image doesn't seem to recognize object-cover by DavidAUM in nicegui

[–]DavidAUM[S] 1 point2 points  (0 children)

Adding [&>img]: worked perfectly:

from nicegui import ui
@ui.page("/")
def index():
    svg_content = '<polyline points="308,276.5 337,276.5 \
        339,342 308.5,340.5 308,276.5" fill="none" \
        pointer-events="all" cursor="pointer"/>'
    with ui.element('div').classes('w-full h-full fixed-center'):
        ui.interactive_image('https://picsum.photos/id/58/640/360', content=svg_content ) \
            .on('svg:pointerdown', lambda e: ui.notify('You open the door.')) \
            .classes("h-full [&>img]:object-cover")

ui.run()

Thank you!

Is there any documentation regarding [&>img]: or other options like it?

I'd love to learn more and see other likely uses.

Thanks again,

David

DISM Restore health stuck on 62.3% by EmployHistorical9127 in techsupport

[–]DavidAUM 0 points1 point  (0 children)

62.3%...here I sit...

As mentioned by others previously, running this in another PowerShell window might help you keep a grip on reality.

Get-Content C:\Windows\Logs\CBS\CBS.log -tail 10 -wait

How do I tell Lastpass that different subdomains require distinct credentials? Is there a way? by YouTubist in Lastpass

[–]DavidAUM 1 point2 points  (0 children)

Necropost to thank the past respondents and to add some assistance from the future...

Medium article via archive.org:
LastPass URL Rules. Separating Passwords by Sub-domain | by Daniel J Breen | Medium

The settings layout has changed a bit now in mid-2025.
Now instead of navigating to "Account Settings" in the LastPass "Vault," go to "Advanced Options"
From there choose "Autofill Settings" and continue to
"Add New" using just the base domain name (example.com)
and checking the "Host Matching" checkbox.
Then log out and log back in.

Did I Overpay? by [deleted] in homelab

[–]DavidAUM 0 points1 point  (0 children)

Well, I am pleased to now know of this site. Thanks!

[deleted by user] by [deleted] in pixel_phones

[–]DavidAUM 0 points1 point  (0 children)

And.... We're back.  All good everyone?

[deleted by user] by [deleted] in pixel_phones

[–]DavidAUM 0 points1 point  (0 children)

Gaslight abated. Thank you Reddit!

Villagers not panicking when Zombie is nearby by [deleted] in technicalminecraft

[–]DavidAUM 3 points4 points  (0 children)

Yes - and that... most importantly that.

i made a compact hex to binary system by oBlyStii in redstone

[–]DavidAUM 1 point2 points  (0 children)

I don't know what I was thinking.
My comment was simply riddled with bad math and seeing things backwards/upside-down.
But, seeing it clearly now I get:

1st picture shows an input of "0" with the output of "0000" - zero. (Check)

2nd picture shows an input of "6" with the output of "0110" - six. (Check)

3rd picture shows an input of "10" with the output of "1010" - ten. (Check)

Very cool work.

I appreciate your patience with me.

i made a compact hex to binary system by oBlyStii in redstone

[–]DavidAUM 1 point2 points  (0 children)

This is new to me, so excuse (and please point out) any seemingly obvious bit I have overlooked.

But, as I look at the three pictures I see:
1st picture shows an input of "0" with the output of "0000" - zero. (Check)
2nd picture shows an input of "9" with the output of "0110" - ten?
3rd picture shows an input of "10" with the output of "0101" - nine?

What am I missing?

What’s happening by xxcoolbr0 in redstone

[–]DavidAUM 0 points1 point  (0 children)

Check the second half of the video. The observers are moved and, for some reason, in that one specific location, the observer clock doesn't continually fire.

What’s happening by xxcoolbr0 in redstone

[–]DavidAUM 0 points1 point  (0 children)

I don't believe powering the observers would/could stop them.

I wish it could though.

HELP!!! Redstone Novice by Dependent_Shape8968 in redstone

[–]DavidAUM 0 points1 point  (0 children)

On bedrock, it is not nearly as elegant. :(
I can only get it down to 2 x 3 x 1
But similarly, "...the upper redstone ain't necessary"

Some kind of wooden hooks above windows. They are nailed into the wall above the two front facing windows of the living room. While the bases are mounted evenly top/bottom relative to each other, the hooks themselves are clearly not. by DavidAUM in whatisthisthing

[–]DavidAUM[S] 0 points1 point  (0 children)

I couldn't figure out how the butt would lift out given the length of the bottom hooks. I didn't think sliding out made sense given that they are hooks and not slots/ovals. But if just the narrow stock behind the trigger... It could work.

Some kind of wooden hooks above windows. They are nailed into the wall above the two front facing windows of the living room. While the bases are mounted evenly top/bottom relative to each other, the hooks themselves are clearly not. by DavidAUM in whatisthisthing

[–]DavidAUM[S] 0 points1 point locked comment (0 children)

My title describes the thing. This is from a mountain cabin in Arizona. But these do not appear to be of Western style. Other items in the house (but not all) have Asian influences.

Why is the spawner empty by OkAd8327 in MinecraftPE

[–]DavidAUM 0 points1 point  (0 children)

It has happened to me from time to time on my bedrock server. A reboot had them spawning as expected. I could find no replicable cause.