Salvatore Sferrazza
Salvatore Sferrazza
I would +1 this, the loading indicator should probably be shown immediately whenever an operation is selected. In some cases there is a palpable delay between clicking an operation and...
The hash is available as file metadata for each GCS object - perhaps it makes sense to add this to the `datashare_batch_id`. ``` Creation time: Thu, 19 Apr 2018 18:50:40...
So hash could be stored in column separate from `datashare_batch_id`, then ingestion function can halt if a `COUNT(*) WHERE datashare_hash = ''` returns anything but 0.
https://stackoverflow.com/a/48131460 ```It's not well documented, but Avro allows you to reference previously defined names by using the full namespace for the name that is being referenced. In your case, the...
interim workaround is to run `tshark -F pcap -r {pcapng file} -w {pcap file}` on pcap ng file to produce legacy pcap format supported by `txcode`
Yes so truncating the existing POSIX data and schema files if they exist On Dec 29, 2022 13:11, Mark Servidio ***@***.***> wrote: @salsferrazza Would this apply for files too? —Reply...
Good point, now with handlers being somewhat configurable, this could possibly just become a `TimestampHandler` with several modes: e.g.: pull forward from `Seconds` message, append static date, manufacture single timestamp...
https://github.com/protocolbuffers/protobuf/blob/main/python/google/protobuf/message_factory.py
when adding this capability, consider changing the parameter name from `source_file` to simply `source`, and enforce specification of URLs like `file://` or `udp://ip_address[:udp_port]`
This *appears* to be expected behavior because I don't believe one can mix modes between secure and insecure. Meaning, if the initial handshake request is done over http(s), then the...