Skip to content

Instantly share code, notes, and snippets.

View tomnz's full-sized avatar
🫠

Tom tomnz

🫠
View GitHub Profile
@tomnz
tomnz / gist:288a8a60491b1d845faac5df6d09225a
Created April 21, 2025 02:58
Airbyte Gel v6 connection
2025-04-20 19:13:17 info
2025-04-20 19:13:18 info Connector exited, processing output
2025-04-20 19:13:18 info ----- START CHECK -----
2025-04-20 19:13:18 info Output file jobOutput.json found
2025-04-20 19:13:18 info
2025-04-20 19:13:18 info Connector exited with exit code 0
2025-04-20 19:13:18 info Reading messages from protocol version 0.2.0
2025-04-20 19:13:18 info INFO main i.a.i.s.p.PostgresSource(main):711 starting source: class io.airbyte.integrations.source.postgres.PostgresSource
2025-04-20 19:13:18 info INFO main i.a.c.i.b.IntegrationCliParser$Companion(parseOptions):144 integration args: {check=null, config=/config/connectionConfiguration.json}
2025-04-20 19:13:18 info INFO main i.a.c.i.b.IntegrationRunner(runInternal):130 Running integration: io.airbyte.cdk.integrations.base.ssh.SshWrappedSource
2024-10-25 16:45:00 2024-10-25 23:45:00,002 WARN sync.util :: Error in sync step Sync metadata for postgres Database 2 ''Local EdgeDB''
2024-10-25 16:45:00 clojure.lang.ExceptionInfo: Error executing query: ERROR: incorrect binary data format in bind parameter 1
2024-10-25 16:45:00 Where: unnamed portal parameter $1 {:driver :postgres, :sql ["SELECT" " \"n\".\"nspname\" AS \"schema\"," " \"c\".\"relname\" AS \"name\"," " CASE" " \"c\".\"relkind\"" " WHEN 'r' THEN 'TABLE'" " WHEN 'p' THEN 'PARTITIONED TABLE'" " WHEN 'v' THEN 'VIEW'" " WHEN 'f' THEN 'FOREIGN TABLE'" " WHEN 'm' THEN 'MATERIALIZED VIEW'" " ELSE NULL" " END AS \"type\"," " \"d\".\"description\" AS \"description\"," " \"stat\".\"n_live_tup\" AS \"estimated_row_count\"" "FROM" " \"pg_catalog\".\"pg_class\" AS \"c\"" " INNER JOIN \"pg_catalog\".\"pg_namespace\" AS \"n\" ON \"c\".\"relnamespace\" = \"n\".\"oid\"" " LEFT JOIN \"pg_catalog\".\"pg_description\" AS \"d\" ON (\"c\".\"oid\" = \"d\".\"objoid\")" " AND (\"d\".
{
"search_metadata": {
"id": "62fab49fd5b1c5c5bae649ca",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/e85b4eaba87f06b6/62fab49fd5b1c5c5bae649ca.json",
"created_at": "2022-08-15 21:03:27 UTC",
"processed_at": "2022-08-15 21:03:27 UTC",
"google_url": "https://www.google.com/search?q=plumber&oq=plumber&uule=seattle&hl=en&gl=us&num=100&tbm=lcl&sourceid=chrome&ie=UTF-8",
"raw_html_file": "https://serpapi.com/searches/e85b4eaba87f06b6/62fab49fd5b1c5c5bae649ca.html",
"total_time_taken": 1.18
#include <algorithm>
#include <vector>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/adc.h"
#include "driver/i2s.h"
#include "FastLED.h"
void Audio::initI2SDac() {
adc1_config_channel_atten(I2S_ADC_CHANNEL, ADC_ATTEN_11db);
i2s_config_t i2s_config = {
.mode = static_cast<i2s_mode_t>(I2S_MODE_MASTER | I2S_MODE_RX |
I2S_MODE_ADC_BUILT_IN),
.sample_rate = I2S_SAMPLE_RATE,
.bits_per_sample = static_cast<i2s_bits_per_sample_t>(I2S_SAMPLE_BITS),
.channel_format = static_cast<i2s_channel_fmt_t>(I2S_FORMAT),
.communication_format =
static_cast<i2s_comm_format_t>(I2S_COMM_FORMAT_I2S_MSB),

Keybase proof

I hereby claim:

  • I am tomnz on github.
  • I am codingtom (https://keybase.io/codingtom) on keybase.
  • I have a public key ASCml76kO2nbICfgnFHSHXfumDGjeh5cKsElX3mm0Dh-0go

To claim this, I am signing this object: