Conversation:
Notices
-
Sorokin Alexei (xrevan86)'s status on Saturday, 29-Aug-2020 07:46:21 EDT
Sorokin Alexei
@sjw Being a shell script with few dependencies also means that to parse JSON it employs regular expressions.
Might not be a show stopper, but it does make it difficult to consider it the ultimately best client (for every case, at least).-
Sorokin Alexei (xrevan86)'s status on Saturday, 29-Aug-2020 14:14:58 EDT
Sorokin Alexei
@sjw That I cannot say for I never tried making an ACME client. -
Sorokin Alexei (xrevan86)'s status on Tuesday, 01-Sep-2020 07:29:13 EDT
Sorokin Alexei
@sjw Exactly what is used there right now. -
Sorokin Alexei (xrevan86)'s status on Tuesday, 01-Sep-2020 20:55:44 EDT
Sorokin Alexei
@notclacke @sjw sed doesn't really have dialects, it's an implementation of POSIX regular expressions, which do have variants: basic and extended, but you probably have something like PCRE in mind. -
Sorokin Alexei (xrevan86)'s status on Tuesday, 01-Sep-2020 21:09:12 EDT
Sorokin Alexei
@sjw grep is by definition an implementation of POSIX regular expressions (GNU grep also supports Perl-like regular expressions). -
Sorokin Alexei (xrevan86)'s status on Tuesday, 01-Sep-2020 21:09:48 EDT
Sorokin Alexei
@sjw Minimal dependencies, eh?
-