Rachala Ovin

Results 10 comments of Rachala Ovin

Had the same issue where it would not update at certain times, usually downloading the apk from github and "updating" it from the package installer makes the next version work...

Indeed, however the chip at least according to my understanding doesn't contain vertical padding. Max height is 32dp, with centering on the vertical axis and horizontal padding of 16dp each...

Hmm, I'm not sure how inner padding could help with a row layout. Though, is there way to replicate a material 3 compliant chip? Constraining the height makes the text...

I see, but I think there should be a way to handle these specific http codes, since the spec for [401](https://httpwg.org/specs/rfc7235.html#status.401) and [403](https://httpwg.org/specs/rfc7231.html#status.403) suggests that: > The client SHOULD NOT...

Those are reference videos from the material design team, @Black-StellarSpectrum > See reference videos from the Material Design team (very similar to Harmonoid's current state):

Yep, repoducible on Intel HD 4000 with an unrelated flickering issue. https://user-images.githubusercontent.com/69104500/218236528-8be7907c-06dc-49ea-8ce8-9b74c9ff740e.mp4 Edit: The flickering issue persists even without the custom titlebar.

I can reproduce this issue too. Pretty annoying and unsafe. I didn't realize but I've been using admin mode to run different shell scripts for weeks now :( ![image](https://github.com/microsoft/PowerToys/assets/69104500/95316602-157b-497b-9148-53a2399ed101) https://github.com/microsoft/PowerToys/assets/69104500/655ec874-47dd-42b4-9407-fa9cc4d7fa71

This is still reproducible in the latest next version: `15.1.2`.

If you are using vite, as a temporary measure you can add `@react-scan/vite-plugin-react-scan` to your vite config. ```tsx import reactScan from "@react-scan/vite-plugin-react-scan"; import react from "@vitejs/plugin-react-swc"; import { defineConfig }...

@PejeComics-py Try using the [`btop-cuda`](https://mynixos.com/nixpkgs/package/btop-cuda) package. I had the same issue with my AMD system, and using [btop-rocm](https://mynixos.com/nixpkgs/package/btop-rocm) helped.