Rich DiCroce
Rich DiCroce
Are you saying you won't implement any API labeled as experimental? Because the Zstd API docs say that some experimental APIs are "planned to remain in the static_only section indefinitely"...
We replaced ngx-chips and a couple other libraries with ng-select.
I haven't looked at aptly's code, so I don't know if this is feasbile, but allow me to expand on the "meta-mirror" idea. I suppose it might be better to...
I found a workaround, if the date to be parsed contains timezone information. You can make a custom Angular pipe that just parses the string using moment.parseZone(), then add that...
@urish I'm building my app using straight JavaScript rather than TypeScript. The pipe's really simple though, so you shouldn't have any problem porting it to TS: ``` javascript var ngCore...
Just rebased this on top of the 1.67 tag. Also did some interop testing with GnuTLS, which revealed a mistake in the encoding of raw key certificates. That is now...
@peterdettman @dghgit This PR has been languishing for the last year and a half. I've rebased it on top of 1.71 to fix the conflicts. Also performed interop testing against...
@peterdettman @dghgit This PR has been languishing for almost 3 more months since my last comment. I don't mean to be a pest about this, but I also don't want...
@peterdettman Did you finish merging this? If not, is there anything I can do to help move this along?
I've moved the certificate type to SecurityParameters as requested. Let me know if there are any other changes you want, or if you want me to rebase the changes to...