Jim Grady
Jim Grady
> jmgrady it's _possible_ that this coincided towards the end of our [degraded performance incident on the 9th of April](https://status.codecov.com/history). Would you mind re-running and reporting if this is still...
That was the problem. I added the endpoint and now it uploads fine with v4. We were still having the problem but were able to use v3 in the meantime....
There is an additional external URL in the Language Selection dialog window: 
Yes, `kyu` shows tofu on the NUC. The language fonts installed are: ``` localLangList: - "ar" - "en" - "es" - "fr" - "pt" - "zh" ```
`check-cert-expiration` does not look as though it will work. I installed the module and ran the command line wrapper which said: ``` $ check-cert-expiration thecombine.languagetechnology.org host=thecombine.languagetechnology.org port=443 valid_to=2020-10-09T12:00:00.000Z daysLeft=128 ```...
This feature only really makes sense on the NUCs, not the public servers.
Using the example on the [check-cert-expiration](https://www.npmjs.com/package/check-cert-expiration) page, the module is working correctly - it shows the correct expiration date for the NUC's certificate so the suspicious expiration date above is...
Note that the [license](https://github.com/tcort/check-cert-expiration/blob/master/LICENSE.md) for check-cert-expiration is not an MIT License. It claims to be functionally equivalent to the MIT License. I cannot say whether this is true or not.
I'm not qualified to make that call. It's one thing for the author to state that it is equivalent but an IP attorney may not agree. On 7/17/20 7:48 AM,...
Thanks, that's helpful. On 7/17/20 9:24 AM, johnthagen wrote: It's a pretty commonly used license. For example, the frontend already has 112 transitive dependencies using ISC license, so I my...