Chris
Chris
Also experienced trying to alter column from integer to boolean using generate / pushpg Got around it using `ALTER TABLE "users" ALTER COLUMN "admin" SET DATA TYPE boolean USING (admin::boolean);`
Would also like to know this! Docs say `await ndk.zap(event, 1337, "Zapping your post!"); // Returns a bolt11 payment request ` and also `const event = await ndk.fetchEvent({ author: "[email protected]"...
Perhaps it is something to do with the connect promise returning too early. Try adding a delay to the publish so that it waits until some relays have connected. Worked...