Rui Lopes

Results 312 comments of Rui Lopes

> Why do we need to commit the font files to this repo? It seemed the simpler solution. > Where are they from? They come from https://github.com/ant-design/antd-init/tree/master/examples/local-iconfont/iconfont. > Which license?...

It increases the binary size by `1392640 B` ( ~1.3 MiB). The actual binary size built with go 1.15 linux (`go build -ldflags -s`) was `9789440` (vs `8396800` without mssql).

Also consider SQL Server, I've opened an issue at #223 :-)

having the `.exe` as the windows service name id suffix is really odd because that's not what we define as the node service name, and I was expecting to just...

this issue is not really solved until there's a way to properly validate the server host key (e.g. by specifying a known_hosts file content or letting the client implement the...

I think https://github.com/tinkerbell/boots/issues/210 is worthy too :-)

@MDr164 I didn't notice that new command. thank you! Though, it seems https://github.com/u-root/u-root/blob/main/pkg/efivarfs/varfs.go#L193-L195 does not work in my machine, as it does not return anything (and `ls -la` does): ```console...

@samerhaj, also having a way to set them in a file would be quite liberating, because we could pre-prepare the sdcard in advance with the required variables (as-in #210).