-
For many applications, delimited continuations and not undelimited ones (which can be captured by `call/cc`) are needed. They are also the basis for algebraic effect handlers, which have become very …
-
**Describe the bug**
Passing a parameter string to a parameter of comma delimited type in a CloudFormationStack in custom-config causes a failure in the Bootstrap stage.
**To Reproduce**
Depl…
-
### Problem
I have Vector installed in Kubernetes in AWS. I am using SQS as a source and S3 as a sink. No matter how high I set batching and buffer parameters, at max-load of event ingestion, my s3…
-
Carrying over discussion from json-schema-org/json-schema-spec#821.
I think it would be convenient to allow specifying a `format` for regex strings which include delimiters and flags, e.g., `/abc/i…
-
A common situation is to parse an encoding prefixed by its length. So you first parse the length as an integer `n`, and then you would like to run a (sub)parser `p :: Parser a` only on the next `n` by…
-
I'm writing a client application in iOS that uses ProtocolBuffer with this library.
I have a server written with ProtobufJS, there I'm using both encodeDelimited and decodeDelimited which AFAIK write …
-
Hi,
Currently "bfmac" param used in bfpxe is expecting to get:
`bfmac=::`
where MAC is in "aa-bb-cc-dd-ee-ff" format.
https://github.com/Mellanox/bfscripts/blob/master/bfpxe#L64C1-L67C43
I'm t…
-
## Problem
I'm trying to write a verse with the delimited block syntax. However, this breaks syntax highlight for all content beneath the block. Problem shown below, reproduce by copying provided As…
-
### Describe the feature
Allow dbt users to load in data from newline-delimited JSON files, rather than just CSV.
CSV is barely a format, and has lots of ambiguities around quoting, names, and s…
-
See #3166 for more context
- [code](https://github.com/clap-rs/clap/blob/master/clap_complete/src/dynamic.rs)
- [tests](https://github.com/clap-rs/clap/blob/master/clap_complete/tests/dynamic.rs)
epage updated
3 months ago