-
I'd like to be able to able to parse delimited data -- for example `1, 2, 3, 4, 5`
I envision this looking something like
```rust
#[derive(Debug,Display,FromStr)]
struct Container {
#[from…
-
New to python here! Might be a basic question, but does paratext support reading of tab-delimited files with load_csv_to_pandas?
-
### Problem
- If you want to create a button with a type-in dialog including a caption, you must send the caption in the `Text` property delimited by zero-bytes: `'\0Caption\0Text'`.
### Current 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…
-
With the following protobuf
```protobuf
syntax = "proto3";
message RepeatedBug {
bytes name = 1;
repeated int32 values = 2;
int32 id = 3;
bytes should_never_appear = 4;
}
```
And…
-
[steve's updated description]
DPU staff often are given lists of names (authors, etc.) that they need to ingest into the repository using the ingest form. Not infrequently, that list of names is very …
-
Edition of a markdown delimited sub-section is broken.
Consider the following markdown page:
```md
# Section 1
## Sub section 1.1
Some text in this section
## Sub section 1.2
Othe…
-
It would be nice to have Kepler.gl support newline delimited geojson (geojsonl, https://www.interline.io/blog/geojsonl-extracts/) directly.
Mapbox's Tippecanone does, along with some others.
-
I appreciate:
> compress_html:
> comments: ["\"]
> Whitespaces around the tags prevent conditional comments from being deleted.
So I have, for example, made some comments like this ``.
``'s …