RenovZ
RenovZ
@lahwaacz But I still want the single `f` key
> I want to wait for some time until timeout, then execute `f`.
Please check out this. I don't know if this can be fixed by configuration or sth else. The terminal and item2 is ok, while alacritty is not. https://user-images.githubusercontent.com/6456505/162604953-0c4a44bd-7a88-4852-a748-2a53f21c969d.mov
Ya, I have spent a few hours for debugging this, it cause me a lot of pain, do we have any better solution?
Hi utmapp team. Do we have the snapshot feature right now? I really need it. It's so important for a virtual machine. Even through we have the `qemu-img` command, but...
Seems like the 21116 port did not quit gracefully. ```console udp46 128944 0 *.21116 *.* 786896 9216 13077 0 00100 00000204 000000000001c0cf 00000001 04000800 1 1 000003 ``` When I...
@joelim-work Thanks for your replay. I don't have a linked `sh` for `fish`. But even I have a linked `sh` for `fish` maybe the better way is using the absolute...
Found a way to fix this, so is this a bug? ```go err := s.db(ctx). Create(). SetNumber(m.number). SetPayload(m.Payload). OnConflict( sql.ConflictColumns(cat.FieldNumber), ). UpdateNewValues(). Update(func(u *model.CatUpsert) { payload, _ := json.Marshal(m.Payload) u.Set(cat.FieldPayload,...
The key is user should not define a new `openapi.components` in modify method, that's the key for this problem.