Kai Lüke

Results 412 comments of Kai Lüke

I also got this crash. I enabled to show the clipboard content in the top bar. `st_label_set_text` got called (label objet and new string "vala" existed) which internally called `g_type_check_instance_cast`...

Top bar content update was not triggered after removing the first list entry (currently in clipboard) and then selecting another element in the list.

Just a short notice from first short experience in using gdbgui: pwndbg has a stack view which I missed in gdbgui (including markers for stack and base pointer). Another feature...

To accepting macvtap devices you can either require them to be in the format `/dev/tapXY` and then opening here https://github.com/firecracker-microvm/firecracker/blob/49003d0f2f8573f6e1af6d22232c0917a0253189/src/devices/src/virtio/net/tap.rs#L113 and skipping that step https://github.com/firecracker-microvm/firecracker/blob/49003d0f2f8573f6e1af6d22232c0917a0253189/src/devices/src/virtio/net/tap.rs#L123 Actually it would be nicer...

Here is a small helper script for testing during development. It uses the passthru mode to forward the current default NIC to the VM (temporarily blocking access of the kernel...

Similar issue is https://github.com/koalaman/shellcheck/issues/665

Didn't have a look, but are you aware of https://github.com/cbranch/smoltcp/branches/stale? It contains some changes that are not upstreamed, (see the `fixes[2]` branch) or an attempt at New Reno Congestion Control:...

> Didn't have a look, but are you aware of https://github.com/cbranch/smoltcp/branches/stale? > It contains some changes that are not upstreamed, (see the `fixes[2]` branch) > or an attempt at New...

Makes sense, maybe compressing a the binary serialization with protobuf/captnproto/bson or some other marshalling library for Go is even more efficient than just compressing text.

I would stick to the current working principle of printing the selection to stdout. Having a menu inside tere is an interesting idea but since it is not really required...