-
**Is your feature request related to a problem? Please describe.**
Csv can support multiline delimited string.
For example:
```csv
id, message, other
1, "this is a
string", 42
2, "this is …
-
We need continuations to implement the backtracking control flow (currently Its broken). But we also don't want to pay the cost when they are not being needed. It might be good to take a look into the…
-
I am reading `eff`'s source code and I saw that in the `control` operation, it throws a captured frame up to the handler to deal with, instead of resuming it in place. To me (who probably does not hav…
-
We are naming command ids using both camelCase values and dash delimited values.
-
Ideally, I'd like to see dot-delimited blacklisting/whitelisting e.g.
```js
const config = {
bodyBlacklist: [ "foo.bar" ]
}
```
It should be relatively simple; if interested, I can work on a…
-
```
While working on the new backup format I've hit the next limitation. Due to 0's
appended to the serialized form during encryption/base64 encoding (padding),
the wallet cannot be loaded.
It trie…
-
```
I am using BeanIO to convert a bean (with a number of sub-records and so on)
into a pipe-separated value string. However, the inputs to this bean aren't
guaranteed to line up with the maximum le…
-
While working on the original ClojureQL, I came across the dreaded delimited identifiers concept of SQL. With the new CQL, we currently can't access any SQL object that require delimited identifiers. …
budu updated
13 years ago
-
See gist:
https://gist.github.com/unleashy/c6a01c0798d99726940aec4ffca7f321
After the (admittedly weird) delimited string, the whole file becomes "string"-highlighted. This is obviously because …
-
Is there a way to submit streaming json objects to a Spray route?