Content pfp
Content
@
https://warpcast.com/~/channel/frames-devs
0 reply
0 recast
0 reaction

frames.js pfp
frames.js
@frames
Looking for feedback on frames.js What can we do better and what should we work on next? If you could wave a magic wand and solve a problem related to making frames, what would it be? answers are very helpful and appreciated πŸ™
11 replies
7 recasts
27 reactions

hellno the optimist pfp
hellno the optimist
@hellno.eth
@vallexyz wasn't able to install the global debugger with yarn with node version 20. not sure what the exact problem was
0 reply
0 recast
1 reaction

hellno the optimist pfp
hellno the optimist
@hellno.eth
searching the docs didn't work. had to fallback to GitHub search for the repo to do anything a bunch of doc examples were broken using transactions in the debugger didn't work, but I wasn't connected to wallet. maybe my own fault, but didn't see info how to make tx's work in the debugger
1 reply
0 recast
1 reaction

RpGmAx 🎭 pfp
RpGmAx 🎭
@rpgmax
Hi ! Latest debugger version seems to be problematic on Windows : https://warpcast.com/masshesteria/0xd660f353 I notice the same thing on my side (response in comment from the cast).
0 reply
0 recast
1 reaction

Kyle pfp
Kyle
@banta
Can't get the debugger to let me connect. Also, state management seems broken. Is there a string character limit for state? Also the starter repo with examples doesn't work to build to vercel. Oh, and the generated URLs seem broken once deployed. it uses the private vercel internal URL and not the public simpler one
1 reply
0 recast
1 reaction

Clus🎩 pfp
Clus🎩
@clus
Video tutorials.. please
0 reply
0 recast
1 reaction

Breck Yunits pfp
Breck Yunits
@breck
Just learning about frame.js right now. Is this more/less relevant now with Frames v2?
0 reply
0 recast
0 reaction

cashlessman 🎩 pfp
cashlessman 🎩
@cashlessman.eth
@df I'm not getting how to change the ratio of the frame from default (1.91:1) to 1:1, here is my ./app/frames/frames.ts import { createFrames } from "frames.js/next"; import { farcasterHubContext, } from "frames.js/middleware"; export const frames = createFrames({ basePath: "/frames", debug: process.env.NODE_ENV === "development", middleware: [ farcasterHubContext({ ...(process.env.NODE_ENV === "production" ? { hubHttpUrl: "hubs.airstack.xyz", hubRequestOptions: { headers: { "x-airstack-hubs": process.env.AIRSTACK_API_KEY as string, }, }, } : { hubHttpUrl: "localhost:3010/hub", }), }), ], });
1 reply
0 recast
0 reaction

sonicsmith.base.eth pfp
sonicsmith.base.eth
@sonicsmith
I would love more docs with small examples next to each concept. Also would love to know the best place to ask questions that I have in general about this library. Is here the best place?
0 reply
0 recast
0 reaction

TheThriller 🎩 Adam Miller pfp
TheThriller 🎩 Adam Miller
@thethriller
Has anyone taken it one abstraction level higher and made a UI that can be used to make frames (using frames.js)? If not, wonder if you would consider it. I’m not programmer enough to use frames.js easily, but I would love a DIY WYSIWYG editor to make one!
1 reply
0 recast
0 reaction

YuriNondual(Mental Health Break) pfp
YuriNondual(Mental Health Break)
@yurinondual.eth
I will try to report these on github, but I used it last night for the first time, and here are my notes: - `value` should be an optional type on transaction - You should be able to opt out of Hub fetches, some like getUserData takes up to 3s sometimes - Some useful internal utils are not exported (node-server-helpers)
1 reply
0 recast
0 reaction