B. GOR
B. GOR
> It seems a next evolution step would be to be able to have hypertext areas in artboards that would lead to other artboards when clicked on, like Adobe XD...
It works: ``` z.any().parse(p); ``` But it throws with error as above: ``` WalletProvider.parse(p); ```
Do you mean that current behavior will not be changed? arr.lastItem still would be equal "kitty"?
Found solution.. value should be hex encoded.. ``` import { etherToWei, hexValue } from "essential-eth"; hexValue(etherToWei(1)) ``` this is correct example:  
This endpoint code.. ``` export default async function chisel(req: ChiselRequest) { let banners = await Banner.findMany((b: Banner) => { return b.active == true }) } ```
My guess it happens in the code above (edited) Because some rows containing blob images can be very heavy When running comparison all objects might be copied and that causes...
It actually warns in the logs when selecting all the columns ``` [2022-09-17T03:00:27Z] WARN - SELECT "ty_Banner_74DD1A26498B4342A61A787D445090ED"."id" AS "ty_Banner_74DD1A26498B4342A61A787D445090ED_id","ty_Banner_74DD1A26498B4342A61A787D445090ED"."title" …; rows affected: 0, rows returned: 37, elapsed: 1.710s ```
Inspecting & Editing. Double-click on a field (row-column intersection) to edit.
In Deno Blobs are always stored in memory __ [](https://semasoftware.com/gh) **Summary:** :ok_hand: This code looks good
