Maxime Soulé

Results 16 issues of Maxime Soulé

`routeSubscribeAt` returns 3 kinds of errors. 2 of them are encapsulated with `fmt.Errorf`. - https://github.com/vishvananda/netlink/blob/main/route_linux.go#L1664 - https://github.com/vishvananda/netlink/blob/main/route_linux.go#L1685 To facilitate the caller life it could be cool to use `%w` verb...

following gemnasium/logrus-graylog-hook@4dad8bd Signed-off-by: Maxime Soulé

The commit [1ba1200](https://github.com/charmbracelet/bubbles/commit/1ba1200c31f7177dd24aa884ef9df60b00f76479) of PR #388 breaks my bubbles/table: Before: ![image](https://github.com/charmbracelet/bubbles/assets/262880/c5473cc1-0180-46d4-8d96-47ede5a586ce) After: ![image](https://github.com/charmbracelet/bubbles/assets/262880/0bf7055c-5092-4349-855a-e9ec1b62b79f) I configure the cell style as: ```go styleCell = lipgloss.NewStyle().Padding(0, 1, 0, 0) ``` so one space...

- [ ] complete doc - [ ] complete unit tests for full coverage - [ ] complete examples

Hi, We have a motherboard with several network cards, as `ifstat` shows in logs below. Only `net2` interface can reach a DHCP server. Using the following embedded `embed.ipxe` file: ```...