<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| ssize_t read(int fd, void *buf, size_t count); | |
| ssize_t write(int fd, const void *buf, size_t count); |
| use std::{sync::Arc, time::Instant}; | |
| use datafusion::{ | |
| arrow::{array::RecordBatch, json::ArrayWriter}, | |
| prelude::SessionContext, | |
| }; | |
| use iceberg::{io::FileIO, table::StaticTable, TableIdent}; | |
| use iceberg_datafusion::IcebergTableProvider; | |
| use lambda_runtime::{ | |
| run, service_fn, |
This is a quick guide of the commands we use to sign someone's GPG key in a virtual key signing party.
Note: The steps cover only the technical aspects of signing someone's key. Before signing someone's key, you must verify their identity. This is usually done by showing government-issued ID and confirming the key's fingerprint
The commands will work for both GPG and GPG2.
I use Julian's key for the examples. His key id is 2AD3FAE3. You should substitute with the appropriate key id when running the commands.
gpg --list-keys.| DataFrame() | |
| +-------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |