levivk

Results 5 comments of levivk

@Sternbach-Software Are you still planning to do this?

I'm inclined to agree with @UndarkAido. I use Wabbitemu over a native android calculator because I want something that looks and feels like something I'm already familiar with. Also, I...

@Am3ra This is supported in stock Neovim using `g`. There is some strange interaction between stock tabs and barbar, but if you open multiple files with :tabedit, you can `g`...

I can still reproduce this. Using --device, I get a privilege error when setting the line discipline ``` > docker run -it --device=/dev/ttyACM0 debian bash > apt update > apt...

Interestingly, pppd creates a network interface inside of a privileged container just fine. ``` > docker run -it --privileged debian bash > apt update > apt install ppp iproute2 >...