Patrick Dumais

Results 7 issues of Patrick Dumais

Using awesome WM, the menu sometimes appear at the wrong place and transparency doesn't work. I'm not exactly sure what the logic to reproduce it is, but here are my...

Hi, I'm trying to add a handler for the F1 key on text control. when running from putty, that key generates "]11~" in the text control. I understand that this...

https://github.com/pdumais/OperatingSystem/blob/5fd5343c7af53fbc1e5ba5cbcf3c1a71844c56c3/kernel/boot.S#L336 This should be a "or" and not a "mov"

Since broadcasting a discovery packet won't work within a docker container (or kubernetes), I'd like to propose the following option: A new discover_from_range(start,end) function that would send a UDP packet...

enhancement

Create a docker network based on macvlan ``` # docker network create -d macvlan --subnet=10.40.40.0/24 --gateway=10.40.40.1 -o parent=ens3 awesome ``` Use that network in the clab config ``` # cat...

In the case where content-type is set to yang-data+xml in a request, we would need restconf to be able to parse the XML data into the yang model. This is...

I'm not 100% sure if this is RFC compliant but I think the logic would be valid: Restconf could default to always return data with yang-data+json. Unless the client sends...