-
In the python split if a capture group is used the split returns the split character in addition to the delimited tokens. The default rust regex crate does not do this. I believe this is used pretty e…
-
when trying to delete path with square brackets like `('products', ['id'])` glom throws:
```
path argument must be a .-delimited string, Path, T, or S
```
example:
```
import glom
foo = {
…
-
A lot of files I work with are delimited with repeated spaces. (i.e., `delim=' ', ignorerepeated=true`). It would be great if this case can be handled by the default auto-detect backend only for space…
-
The [dnsapi/dns_nsupdate.sh](https://github.com/acmesh-official/acme.sh/blob/fc7f86104ee509cae2cd6a64553f46d78b535ad5/dnsapi/dns_nsupdate.sh) dnsapi script is used for DNS-01 acme challenges. However…
-
I've got 2 problems with the `delimited` format modal:
1. We cannot easily set the delimiter to a 'tab' value, because pressing tab in the field just changes focus. Maybe we should actually provide…
-
**Describe the bug**
Turns out it's a minor thing but tripped me up for a bit. If you send a null schema into pgx.Identifier like so:
```go
copyCount, err := dstConn.CopyFrom(ctx, pgx.Identifier{""…
-
## Summary
Currently, there is no API which reads or writes directly from
`stream` in protobuf format. Such API makes sense for frameworks, which helps them to avoid decoding streams to an array fir…
-
The port scanner will scan on all IPs which could get us in some trouble. The ranges should be configurable and in addition, a list of known government cloud ranges should be added to a blacklist and …
-
Hi everyone,
Is it possible yet to import TBX? Or any kind of tab-delimited format? And if so, how?
Michael
-
I am trying to move the csv file to another folder after processing is done. I can see it being processed to kafka topic but the file is not moved to the given path. Also ```delete``` is not working. …