Son L. Phan

Results 6 comments of Son L. Phan

For those who in trouble with dialog's width setting, The `DialogContent` component use `max-w-lg` which translate into `max-width: 32rem;` (512px) [See change](https://github.com/shadcn-ui/ui/blame/0fae3fd93ae749aca708bdfbbbeddc5d576bfb2e/apps/www/registry/new-york/ui/dialog.tsx#L41) To deal with this, you can remove `max-w-lg`...

> Add this line to head of post-fs-data.sh to support Android 14. > > ```shell > mount -o bind /system/etc/security/cacerts /apex/com.android.conscrypt/cacerts > ``` > > Source: https://archive.today/2023.10.11-115149/https://weibo.com/3322982490/Ni21tFiR9 Another solution, just...

You can remove text selection branch and compile yourself. https://github.com/pop-os/cosmic-term/blob/0fcf6b4e74637395542058b505b848cf88b9b403/src/main.rs#L1787-L1789 > The problem is even bigger because the "smart" copy thinks that marked text that is not even on screen...

> I am reopening for discussion on making this feature configurable or "smarter" st like this? ![image](https://github.com/user-attachments/assets/410d9360-c57c-4202-a5e9-0750e7fcf924) @leviport said that's intentional behavior, what's changed? I'm Alacritty user and it doesn't...

I wonder how could you figure it. > @salmanmalik-emb if you're using userspace implementation of wireguard(wireguard-go) you could rewrite SecurityDescriptor for uapi server before calling UAPIListen, in my case, D:...

@lgnyy was right, the security descriptor must run with SYSTEM privileges, for who's in trouble with this, you can run wireguard-go in foreground with psexec, or using windows service to...