Craig McQueen

Results 45 comments of Craig McQueen

I reckon [ConfigArgParse](https://pypi.org/project/ConfigArgParse/) package for Python is a terrific reference for a good useful and featureful implementation.

It would definitely help if units were specified. Inches, centimetres, millimetres, ...?

> I would like to understand why you need to change the metrics once dhcpcd is running. I have an embedded Linux device with Ethernet WAN and Wi-Fi client both...

I'm having this problem too, with debugging tests for a library. But I can't work out how to make use of the comment by @NickJAllen, because `launch.json` just contains a...

Here's what I've been doing. I get the same results whether I'm using Ubuntu 20.04.4 LTS or Windows 10. VS Code 1.68.0 on Ubuntu; 1.65.2 on Windows. 1. Clone repo...

Okay, that makes sense for the first case, because I guess it would need to construct the vectors that are the function parameters, before stepping into the function itself. But,...

> Yes, it's stepping into `std::ops::Index::index`. Thanks for explaining; that does make sense. > normally lldb would skip code without debug info, however since std bundled with the compiler does...

> How is it different from the MIT and Apache requirements? I'm not 100% sure of the reasoning (I wasn't involved in the decision). If I heard correctly, it is...

> I am quite certain that you should include attribution of MIT/Apache libraries even when you distribute only binaries. For example, see [this SE question](https://opensource.stackexchange.com/questions/4058). And binaries are certainly considered...

A Go library is a poor recommendation to substitute for a Python package.