now @theAlexes

Results 11 comments of now @theAlexes

We use serialmail’s qmtp client to push messages from our MX to the device that ends up reading them. http://untroubled.org/mailfront/ provides maintained QMTP and QMQP frontends, which provides a migration...

from Discord, a 90% solution: ``` SYNTAX: (( "))" parse-effect-tokens 2drop ; ``` allows for inline stack-state comments ``` foo bar (( x y )) baz (( y' z x...

per @nomennescio's recognition that `( a b c )` is equivalent to `( a b c -- a b c )`, we can do this without changing the stack-effect structure...

we'd appreciate all of these, especially since we can never remember the directionality of `shift`

Superset of #2012; this requests changes to overall buffering behavior in addition to flushing on exit.

we couldn't see a reasonable way to go from "a singleton that's in a hook" back to the hook-var itself, at least by introspecting on the word-props.

per Discord, > the property is already there, it's the combination word property on a generic, it's a hook-combination if it's a hook and it contains the var being dispatched...

per Discord, it seems to be attributing to the quotations the generalized-boolean expected below the quotations. Doing `: foo ( x -- y ) f [ "x" ] [ ]...

I've started getting NoSupportedChallenge errors for TLS-SNI. When is ALPN or HTTP-01 expected to be supported?

I think that fix is still vulnerable to a problem where the gzip content is incompletely downloaded, but still expands to greater than the content-length. I don't have a demonstration...