Colin Taylor

Results 33 comments of Colin Taylor

I forgot, this solves #32 for anyone keeping score. Thanks for the quick uptake - take your time - the fix is usable now if you install via git repo...

> I agree that we should definitely report this bug to them. The problem is that this is enterprise software. So even if they agree that this needs fixing, we'd...

> My 2 cents: tell users that encounter this problem run with system TLS on their own fork. It will be less uniform across platforms, less reproducible, and subject to...

> Hey, I think our messages overlapped, and I didn't realize you were so frustrated. > > That said, all Cargo packages are built from scratch, and I think you...

For most folks, this is the result of attempting to build with Autoconf > 2.69. A change was made in 2.70 that changes how certain macros work, causing the configure...

> Did you find this issue is the same to [erlang/otp#4821](https://github.com/erlang/otp/issues/4821) ? Yes. The issues are the same.

I believe I've traced this issue. angular/cli > ~1.3.0 uses webpack ~3.4.1. I think the issue is that the generated modules are slightly different, so the code that attempts to...

Version independent ywac: ```bash mkdir -p $(brew --prefix libosinfo)/share/libosinfo wget https://pci-ids.ucw.cz/v2.2/pci.ids -O $(brew --prefix libosinfo)/share/libosinfo/pci.ids wget http://www.linux-usb.org/usb.ids -O $(brew --prefix libosinfo)/share/libosinfo/usb.ids ``` This also appears to work for the recently...

I'll leave this up for posterity, on the off-chance you're interested. It's water under the bridge to me. I've stripped the unnecessary mypy changes so it merges cleanly from master....

> Doesn't prettier support reading its configuration from `pyproject.toml`? I feel like I've seen this before, but I can't find any reference to it. Have you come across something; I...