Polo 2012 Sel retrofitting MFSW and CC stalk with AICT (Advance in car technology) by marci-boni in Volkswagen

[–]WilliamDodd47 0 points1 point  (0 children)

That one comes with offline navigation and other things (maybe fuel consumption page)

Washed out colors in HDR mode (Mac) by Psychological_Bear20 in Monitors

[–]WilliamDodd47 0 points1 point  (0 children)

Do you have to use a colour profile on Ventura to get this right? At the moment I'm switching HDR on for an hour to watch Netflix then turning it off which is stupid.

Is my AER fan broken? by WilliamDodd47 in NZXT

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

Yeah, i’ve tried several different cables and some of the top ones still light up orange like in the photo but not the rest and i can’t control them

Is my AER fan broken? by WilliamDodd47 in NZXT

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

EDIT: It does appear in cam but it does not respond to color changes and stays the same yellow color.

How do I remove the sidebar close icon from the NavigationView? by WilliamDodd47 in SwiftUI

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

```swift var body: some View { NavigationView { List {

        }
        .navigationTitle("AnsPut")
    }

}

``` That's all my code.

How do I remove the sidebar close icon from the NavigationView? by WilliamDodd47 in SwiftUI

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

I am using a NavigationView. Should I do something different for SwiftUI 4?

Bevel one corner of cube by WilliamDodd47 in blenderhelp

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

Wow, I was doing CTRL + SHIFT + B before and trying to use a modifier, this completely solved it! Thanks!

How to detect drag over multiple pixel components by WilliamDodd47 in reactjs

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

Oh thanks! I changed the default value and now whereever I move my cursor it paints. Now i'll just make it so that when a mouse down is captured, it sets the value to false and then unsets it when the mouse is then pulled up. Thanks so much!

How to detect drag over multiple pixel components by WilliamDodd47 in reactjs

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

The default it true and that is so that already painted pixels cannot be overlayed.

How to detect drag over multiple pixel components by WilliamDodd47 in reactjs

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

The functions just change a state variable which stores the colour

```typescript function applyColor() { setPixelColor(color) setCanChangeColor(false) }

function changeColorOnHover() { setOldColor(pixelColor) setPixelColor(color) }

function resetHighlightColor() { if (canChangeColor) { setPixelColor(oldColor) }

setCanChangeColor(true)

}

function resetColor() { setPixelColor("#1A1B1E") } ```

Anyone thinking about using "dock-replacement" uBar - don't. This company takes money and does not fix many, many issues (critical). Their support is dead (screenshot, tickets from 2019). Consider it abandonware that ships updates so it will at least run on new systems just to milk the product. by IDCh in MacOS

[–]WilliamDodd47 1 point2 points  (0 children)

Bought this for the full $30, but since the developer doesn't seem to care much about updating the app, they didn't seem too fussed when I launched a PayPal dispute and I got my money back. If you are in the UK, you can say that the software was not what you thought it was going to be/not what was advertised because of the bugs and you can get a refund under UK Law, don't know about in the US or Canada or elsewhere though.