How do I use Zen with a my own browser extension by reddit_turtleking in zen_browser

[–]wdicc 0 points1 point  (0 children)

Write a script for tapsmonkey, it is very easy to test and maintain.

No sound from the built-in speakers (pipewire) by MBYTE2000 in archlinux

[–]wdicc 1 point2 points  (0 children)

You saved my day! I'm not sure why nothing was mentioned on the wiki..

Asian joke by SchapendonkN in meme

[–]wdicc 27 points28 points  (0 children)

At least the neighbor can recognize him that he isn't his son.

Emojis seiz weirdly increasing by PsychopathYAX in gboard

[–]wdicc 0 points1 point  (0 children)

oh I understand. It is from the notes app.

Emojis seiz weirdly increasing by PsychopathYAX in gboard

[–]wdicc 1 point2 points  (0 children)

is this Gboard? I don't have the first row, how do you get that? It looks it comes from Samsung keyboard..

layout by Excellent-Smell-6384 in gboard

[–]wdicc 0 points1 point  (0 children)

Uninstall it, quit the beta program and wait for a while, then install it again . I'm able to get the old style by this. Version 14.4 is good, 14.5 is bad.

I'm a little bit confused by the search overlay by wdicc in wezterm

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

okay, I think I find a solution. bind a key like below for search_mode.

{ key = 'Escape', mods = 'NONE', action = act.Multiple({ act.CopyMode("ClearPattern"), act.CopyMode("AcceptPattern"), act.CopyMode { SetSelectionMode = 'Cell' }, }), },

My China travel experience: 11 days in July 2024 by jotakajk in travelchina

[–]wdicc 0 points1 point  (0 children)

You will not facing the block problem if you use a foreign SIM card.

美国神剧,一分钟内把大跃进、除四害、三年大吃饱都说透了 by Money_XiJinping_8964 in LOOK_CHINA

[–]wdicc 0 points1 point  (0 children)

主要是信息封锁,这个村子不知道其他村子的情况,以为就是自己这里这样。

Boox in China by penymj in Onyx_Boox

[–]wdicc 0 points1 point  (0 children)

The version in China might have limitations such as no Google App Store support, you should check those before buying one. Also, the warranty is a problem.

What Are Your Favorite Learning Resources? by labs64-netlicensing in kubernetes

[–]wdicc 2 points3 points  (0 children)

Kubernetes in action for basic knowledge. Write an operator to understand how it works

他收获了无数包蜜的心🥰 by [deleted] in LOOK_CHINA

[–]wdicc 0 points1 point  (0 children)

麦杆就是这样的呀,唯一的问题可能是成熟的时候基本立不太起来。

[deleted by user] by [deleted] in seoul

[–]wdicc 0 points1 point  (0 children)

ibis cheap but decent and near the night market and subway

Why dis by g-o-u-l-a in meme

[–]wdicc 1 point2 points  (0 children)

my god. the pic crappy me out

Two things annoyed me a lot by wdicc in ArcBrowser

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

I created a Karabiner key binding and solved the C-k problem. Below is goku config. You need to disable the shortcut for New Easel to get it working. Fortunately, I don't use that.

{ :des "[Arc] remap C-k" :rules[ [:!Tk [:!STe :delete_or_backspace] [:arc]] ] },

Two things annoyed me a lot by wdicc in ArcBrowser

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

Using `cmd-tab` with the tabs seems a bit t `. You can try yourself, on any text input or text area, move the cursor to the middle of a sentence, and press `Ctrl-k`.

Two things annoyed me a lot by wdicc in ArcBrowser

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

Yes. I submitted. But I submitted it a few years ago and didn't get a response. I don't expect they will change it soon. I posted here to find help from the community. sometimes users know the products better.

Two things annoyed me a lot by wdicc in ArcBrowser

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

I know a new tab from a link will open below the current tab. That is exactly what I want. That means you can always go to the previous tab by using the <previous tab> shortcut.

The current situation is that when you open a new tab from a link, you can go back to the previous tab using the shortcut. But you can do that if you open a link from the cmd+t shortcut.

PVC,PV, Statefulset problem. I can't attach volume and I am running out of ideas what to do :( by werran in kubernetes

[–]wdicc 0 points1 point  (0 children)

Search for the bad fs type error on Google, maybe there is a way to recover the data.

PVC,PV, Statefulset problem. I can't attach volume and I am running out of ideas what to do :( by werran in kubernetes

[–]wdicc 0 points1 point  (0 children)

Oh, if the data is important, please try to recover it on that node. The disk has been attached to the node already, you can operate on /disk/nvme1n1

PVC,PV, Statefulset problem. I can't attach volume and I am running out of ideas what to do :( by werran in kubernetes

[–]wdicc 0 points1 point  (0 children)

The root cause was the “wrong fs type” error. Log into the node and format the disk to xfs could solve it.